From 6fec0f1434bb69c64b71760ce258e8012ad3c5cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 13:14:27 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 03cf6cb..3a6e19e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -61,23 +61,23 @@ export default function BlogPage() { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } -- 2.49.1 From 6a383e825d0286a7ecbda02c97b6596d386801f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 13:14:28 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0295d1..c3ba19f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -38,16 +38,23 @@ export default function LandingPage() {
-
@@ -76,7 +83,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View All Collections", href: "#contact" } + { text: "View All Collections", href: "contact" } ]} buttonAnimation="blur-reveal" useInvertedBackground={false} @@ -172,23 +179,23 @@ export default function LandingPage() { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } -- 2.49.1 From 4adaa2a97435333f76c760cc5881e49c75f28642 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 13:14:29 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d83fb78..ea24570 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -103,23 +103,23 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } @@ -187,23 +187,23 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } @@ -295,23 +295,23 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } -- 2.49.1 From 41e7a111970551b5ec660da52d7299ca447475cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 13:14:29 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index da880bb..c272739 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -56,23 +56,23 @@ export default function ShopPage() { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } @@ -139,23 +139,23 @@ export default function ShopPage() { columns={[ { title: "Collections", items: [ - { label: "All Flowers", href: "#products" }, - { label: "Seasonal", href: "#products" }, - { label: "Premium", href: "#products" }, - { label: "Custom Orders", href: "#contact" } + { label: "All Flowers", href: "products" }, + { label: "Seasonal", href: "products" }, + { label: "Premium", href: "products" }, + { label: "Custom Orders", href: "contact" } ] }, { title: "About", items: [ - { label: "Our Story", href: "#about" }, - { label: "Why Choose Us", href: "#features" }, - { label: "Testimonials", href: "#testimonials" }, + { label: "Our Story", href: "about" }, + { label: "Why Choose Us", href: "features" }, + { label: "Testimonials", href: "testimonials" }, { label: "Blog", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "contact" }, { label: "Delivery Info", href: "#" }, { label: "Care Guide", href: "#" }, { label: "FAQ", href: "#" } -- 2.49.1