diff --git a/website/src/pages/index.jsx b/website/src/pages/index.jsx index 53bc4a901..d01b4c094 100644 --- a/website/src/pages/index.jsx +++ b/website/src/pages/index.jsx @@ -53,46 +53,45 @@ export default function IndexPage() { return ( - -
- -

- react-map-gl makes using MapLibre GL JS and Mapbox GL JS in React applications easy. -

-
+ +
+ +

+ react-map-gl makes using MapLibre GL JS and Mapbox GL JS in React applications easy. +

+
-

- - React Integration -

-

- Use a MapLibre GL JS or Mapbox GL JS map as a fully controlled reactive component. -

+

+ + React Integration +

+

+ Use a MapLibre GL JS or Mapbox GL JS map as a fully controlled reactive component. +

-

- - Extensible -

-

- Comes with additional React interfaces such as context and hooks - to support custom components. -

+

+ + Extensible +

+

+ Comes with additional React interfaces such as context and hooks + to support custom components. +

-

- - Part of vis.gl's Framework Suite -

-

- Use together with e.g. - deck.gl to render performant and compelling 2D and 3D - WebGL visualizations on top of your MapLibre GL JS and Mapbox GL JS based maps. -

-
-
-
+

+ + Part of vis.gl's Framework Suite +

+

+ Use together with e.g. + deck.gl to render performant and compelling 2D and 3D + WebGL visualizations on top of your MapLibre GL JS and Mapbox GL JS based maps. +

+
+
); }