Update src/app/shop/page.tsx
This commit is contained in:
@@ -71,7 +71,7 @@ function ShopPageContent() {
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=4"
|
||||
imageAlt="Cozy coffee shop interior with warm lighting"
|
||||
columns={[
|
||||
{ title: "Brew Haven", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
@@ -143,7 +143,7 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=5"
|
||||
imageAlt="Cozy coffee shop interior with warm lighting"
|
||||
columns={[
|
||||
{ title: "Brew Haven", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
|
||||
Reference in New Issue
Block a user