From 15fb8df092d70eb63b33142047ecb1e11e670e52 Mon Sep 17 00:00:00 2001 From: D Date: Mon, 6 Feb 2023 19:17:21 -0800 Subject: [PATCH] adding sections --- beta/src/components/Layout/HomeContent.js | 56 ++++++++++++++--------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 3bcd0b111..1e6a7111e 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -134,28 +134,40 @@ export function HomeContent() {
-
-

- Make the best use of the platform -

-

- Web users expect pages to load fast. React can render into an - HTML stream on the server, gradually revealing more content - even before React itself has loaded on the client. React - relies on modern web standards to keep the page responsive - even during rendering. -

-
-
-
-

- Mobile app users expect native look-and-feel. With{' '} - React Native, you - can create Android and iOS apps with React. These user - interfaces can feel truly native because they are truly - native. Your React components render real Android and iOS - views natively provided by the platform. -

+

+ Make the best use of the platform +

+
+
+ + +

+ Web +

+

+ Web users expect pages to load fast. React can render into + an HTML stream on the server, gradually revealing more + content even before React itself has loaded on the client. + React relies on modern web standards to keep the page + responsive even during rendering. +

+
+
+
+ + +

+ Native +

+

+ Mobile app users expect native look-and-feel. With{' '} + React Native, + you can create Android and iOS apps with React. These user + interfaces can feel truly native because they are{' '} + truly native. Your React components render real Android and + iOS views natively provided by the platform. +

+