Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-25 15:59:05 +00:00
parent 166d0522b0
commit 71778dd3c1

View File

@@ -235,7 +235,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] },
{ title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "FAQ", href: "/#faq" },
{ label: "Contact", href: "/#contact" }
] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] }