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