Update src/app/shop/page.tsx
This commit is contained in:
@@ -127,11 +127,11 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
columns={[
|
||||
{ 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: "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" }] }
|
||||
]}
|
||||
logoText="Lviv Bakery"
|
||||
copyrightText="© 2024 Lviv Bakery. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user