From a7f5fedbc6ddaaae6fe9cdec9cf8c4f8de422d91 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:51:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 120 ++++++++--------------------------------- 1 file changed, 21 insertions(+), 99 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6cabbf4..ad1d22d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,112 +7,34 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 078393cd4231268e70ffe59770cd2eb628332256 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:51:08 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 124 +++++++-------------------------------- 1 file changed, 21 insertions(+), 103 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b842cea..7ff939e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,116 +7,34 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 51241817edd28ed36e107690032b2393f38b334b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:51:09 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8020aa0..9da6068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,213 +16,40 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 834c31a22d315572b8d1af6486710618ac5d9edf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:51:09 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 139 +++++++----------------------------------- 1 file changed, 21 insertions(+), 118 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fa64c86..b0b3212 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,131 +7,34 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -export default function LandingPage() { +export default function ShopPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1