From 95a8da090a46eb34565eeb20538dd2862606545e Mon Sep 17 00:00:00 2001 From: "aidamiscom (aider)" Date: Sat, 4 Jan 2025 00:43:51 -0500 Subject: [PATCH] refactor: Swap hero section content order and adjust padding --- src/pages/index.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b027883..26c5d24 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -154,26 +154,6 @@ function HomepageHeader() {
-
- - {siteConfig.title} - -

- {siteConfig.tagline} -

-

- An experimental protocol for digital content licensing with token holdings. - This system gives alternative options for content creators to define a parametric licensing framework*. -

-
- - Join the Community 🚀 - -
-
+
+ + {siteConfig.title} + +

+ {siteConfig.tagline} +

+

+ An experimental protocol for digital content licensing with token holdings. + This system gives alternative options for content creators to define a parametric licensing framework*. +

+
+ + Join the Community 🚀 + +
+
);