Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 15:59:06 +00:00
parent 71778dd3c1
commit 4df2aeb8d3

View File

@@ -50,7 +50,7 @@ function ShopPageContent() {
<div id="loading-section" data-section="loading-section">
<main className="min-h-screen flex items-center justify-center pt-20">
<p className="text-foreground">Loading products...</p>
</main>
</div>
</div>
</ReactLenis>
</ThemeProvider>
@@ -105,7 +105,6 @@ function ShopPageContent() {
{ 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" }] }