From af0eeda8b571bbf343f7f2cd91b183996ae337ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:45:48 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 118 ++++++++--------------------------------- 1 file changed, 23 insertions(+), 95 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14bf67a..7f04302 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,108 +7,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From d7cb08d1dd9fc30d9ef1d7289ef3da18ef6c534e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:45:48 +0000 Subject: [PATCH 2/4] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 136 ++++++----------------------------- 1 file changed, 23 insertions(+), 113 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 44b19ba..3832643 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -7,126 +7,36 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function CollectionsPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 312891e491c6be0256dd4c0c1aae72ed01d6dd3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:45:49 +0000 Subject: [PATCH 3/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 128 +++++++-------------------------------- 1 file changed, 23 insertions(+), 105 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 680b630..78fde03 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,118 +8,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Mail } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 2fd3665fe6159badf2fe82f7963872bab00dc950 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:45:49 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 270 ++++++----------------------------------------- 1 file changed, 31 insertions(+), 239 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2f0cd0..c74f61b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,247 +16,39 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1