Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 20:30:47 +00:00
parent 465f2acb14
commit 0b3e069121

View File

@@ -107,16 +107,15 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/#products" }, { label: "About Us", href: "/#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "FAQ", href: "/#faq" }] },
{ title: "Follow Us", items: [{ label: "Facebook", href: "https://facebook.com/zoryanabakery" }, { label: "Instagram", href: "https://instagram.com/zoryanabakery" }] }
]}
logoText="Zoryana Bakery"
copyrightText="© 2024 Zoryana Bakery. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>