From ff636201f7cd0ee0bde02075989d3dbee9941076 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:29:34 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 142 +++++++++++++---------------------------- 1 file changed, 45 insertions(+), 97 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 968dc60..36a9476 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From c0c773d55bacadb86999dd33fe21c8cdf14d4b17 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:29:35 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 142 ++++++++++++--------------------------- 1 file changed, 43 insertions(+), 99 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9629034..32c2575 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From fb0de3d1b4b8eef3b6dcb5c048c5914b86d92623 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:29:35 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 362 +++++++++++++---------------------------------- 1 file changed, 98 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18ceb28..7aa3436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,276 +26,110 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 2f16d294c8863b6bb5022951332c3a477d884d29 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:29:35 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 160 +++++++++++++----------------------------- 1 file changed, 48 insertions(+), 112 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 81c2cb9..1aea018 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function ShopPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1