From 7a41f181f89431c80b7544d67d480dfd912a9335 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:50 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 138 ++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 538f769..2cb1df4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,104 +7,60 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen 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 93f568bffc0b168cce6c4b66469f8e5c201cb135 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:51 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 149 +++++++++++++-------------------------- 1 file changed, 50 insertions(+), 99 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fa48d8f..077d3ff 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,112 +7,63 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 3805ab596277bd3efeabef598c0b44c130564c3c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:52 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 268 +++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eec60c..80fd547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,198 +16,98 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 3a9999a4916abb74f99e3d5e785dce7d5d361b74 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:52 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 128 ++++++++++++------------------------------ 1 file changed, 36 insertions(+), 92 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6efee6d..5f66063 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,105 +6,49 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function ShopPage() { return ( - - -
- -
- - + +
+ +
+
); -- 2.49.1