From 0715e8efabdbdd6027a410f5576cefb8802b3ab4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:27 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 173 ++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 116 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d7dd75b..da3d21b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,132 +8,73 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { ShieldCheck, Wrench } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From fbea1f225f08a84e0ea42de0f2bc0b1510fb656f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:27 +0000 Subject: [PATCH 2/4] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 173 ++++++++++++------------------------ 1 file changed, 56 insertions(+), 117 deletions(-) diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index e16d730..3a62300 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -7,133 +7,72 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -export default function LandingPage() { +export default function CollectionPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 1a2f17dc60a7f17f48b51b3c8d0dcd5b83fa423a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:27 +0000 Subject: [PATCH 3/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 160 ++++++++++++++------------------------- 1 file changed, 56 insertions(+), 104 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 927e2ed..f8a77dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,120 +7,72 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From d1cfe66efbee45ced35807fbf5778032c7fcd3ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:28 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 191 +++++++++++++++-------------------------------- 1 file changed, 62 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6901bae..034530a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,140 +13,73 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" 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