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: "#" } 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: "#" } 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: "#" } 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: "#" }