Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 15:56:28 +00:00
parent d18f108166
commit d1f09d6f38

View File

@@ -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" }] },