From f60ff738f674aaa2fd699664db79474a602b6594 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Tue, 4 Feb 2025 11:59:07 -0800 Subject: [PATCH] chore: fix website entry page (#2482) --- website/src/pages/index.jsx | 73 ++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/website/src/pages/index.jsx b/website/src/pages/index.jsx index 53bc4a90..d01b4c09 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. +

+
+
); }