From 03de1e72c1ed7d85aabdcfcb6b951492e26915b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:01:18 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 167 +++++++++++++---------------------------- 1 file changed, 51 insertions(+), 116 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b94fa39..ce23d7c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 392e929d984255832bee193b7fdaaaceeed3bdac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:01:18 +0000 Subject: [PATCH 2/4] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 179 +++++++++++---------------------------- 1 file changed, 51 insertions(+), 128 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 062f3ba..9755b7d 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -7,7 +7,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function CatalogPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From e434fa2db1999b19bc956539dee1daaa026f251b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:01:18 +0000 Subject: [PATCH 3/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 167 +++++++++++---------------------------- 1 file changed, 48 insertions(+), 119 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 25075c2..079be9b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 788cbcf30ceccae24690c109b2bacaa0b76c0b0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:01:19 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 167 +++++++++++---------------------------- 1 file changed, 48 insertions(+), 119 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 41323b1..db57e60 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function PricingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1