Update src/app/shop/page.tsx
This commit is contained in:
@@ -127,11 +127,11 @@ function ShopPageContent() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=4"
|
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
|
||||||
imageAlt="Ukrainian pastries on display in a bakery"
|
imageAlt="Ukrainian pastries on display in a bakery"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Bakery", items: [{ label: "Our Story", href: "#about" }, { label: "Products", href: "#products" }, { label: "FAQs", href: "#faq" }] },
|
{ title: "Bakery", items: [{ label: "Our Story", href: "/#about" }, { label: "Products", href: "/#products" }, { label: "FAQs", href: "/#faq" }] },
|
||||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
||||||
]}
|
]}
|
||||||
logoText="Lviv Bakery"
|
logoText="Lviv Bakery"
|
||||||
copyrightText="© 2024 Lviv Bakery. All rights reserved."
|
copyrightText="© 2024 Lviv Bakery. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user