From 2e1f3b41e2371d5fa22d65ae6dafe3d32806286d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:55:55 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 91 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 47 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 37d61f8..71f5c0a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,53 +22,50 @@ export default function AboutPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 536b52d608e996e74cea07100f7fb41acf0894ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:55:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 119 ++++++++++----------------------------- 1 file changed, 31 insertions(+), 88 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dbd015b..dd75e41 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,11 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSignup from '@/components/sections/hero/HeroSignup'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From cd62cd17e0920c9ea2cb93c5dd4009bf7f14f138 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:55:56 +0000 Subject: [PATCH 3/5] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 93 +++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 48 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index ec7bc83..7385883 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -22,54 +22,51 @@ export default function FaqPage() { headingFontWeight="normal" > - - - - - - - + + + + ); -} +} \ No newline at end of file -- 2.49.1 From 61a45587d41f4b84e59179adf124510d08865e4a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:55:56 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++++++++++++++------------------------ 1 file changed, 77 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66429c7..4536a60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( @@ -24,84 +24,80 @@ export default function LandingPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 4e2b9d6ab169c7dc996d94b20cad16115504d81f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:55:57 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 106 ++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 55 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 304af7a..e10eaac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -22,61 +22,57 @@ export default function ShopPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1