From f16ef103321f44e58d16a8ea131bd182b910b90f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:47 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 151 +++++++++++------------------------------ 1 file changed, 38 insertions(+), 113 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 89099fb..2047e3a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,126 +8,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Award, Fish, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 8c90547750194ac1c13839ad0ad61f1fe215d1c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:47 +0000 Subject: [PATCH 2/5] Update src/app/bulk-orders/page.tsx --- src/app/bulk-orders/page.tsx | 219 ++++++++--------------------------- 1 file changed, 47 insertions(+), 172 deletions(-) diff --git a/src/app/bulk-orders/page.tsx b/src/app/bulk-orders/page.tsx index 34c79a3..247421d 100644 --- a/src/app/bulk-orders/page.tsx +++ b/src/app/bulk-orders/page.tsx @@ -7,185 +7,60 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -export default function LandingPage() { +export default function BulkOrdersPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From 62d0f6b0c23fe62424e7f6b67aced8d1e1507cc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:48 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 137 +++++++++++---------------------------- 1 file changed, 38 insertions(+), 99 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9750521..0ddcfd4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,112 +7,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -- 2.49.1 From e2bf107a89a8dd77ac537a6721007421a260edaf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:48 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 200 +++++++++--------------------------------- 1 file changed, 42 insertions(+), 158 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ef9cdf2..eb5586b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,171 +7,55 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function MenuPage() { return ( - - - - -
- -
- - + + +
+ +
+
); -- 2.49.1 From 780d093e6242613125a3e08d21327428507d08b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:49 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 306 ++++++++++++----------------------------------- 1 file changed, 77 insertions(+), 229 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08501c5..757ea2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,237 +16,85 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1