From dde8e1c6c07ff1614530e6fda96bd267f0914c6f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:30:57 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3f37914..94b108b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -90,4 +90,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From bb6297bd9ce157eca2121bf5ab7db2475ebe20ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:30:58 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 81dce43..50ca2e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1259,4 +1259,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 50a6d16a2081350b19951e0bf9a8a9a6dd046d71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:30:59 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b0bd31..0b90461 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroSignup from '@/components/sections/hero/HeroSignup'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react'; export default function LandingPage() { return ( @@ -43,15 +43,43 @@ export default function LandingPage() {
-
@@ -227,4 +255,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 11d60d8eda85013fb2b5b70abeadbb65da428f3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:31:00 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 91e9036..eb2b567 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -157,8 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -231,8 +229,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -305,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From c830e54117e0ac77227244550a2997144f570408 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:31:00 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a79215e..4757b2b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,8 +43,7 @@ export default function ShopPage() { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -109,8 +108,7 @@ export default function ShopPage() { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -158,4 +156,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1