Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-23 09:45:25 +00:00
parent feefff1e18
commit 6a8991908a

View File

@@ -222,7 +222,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="asset://footer-coffee-beans"
imageSrc="asset://footer-coffee-beans?_wi=3"
imageAlt="Close-up of roasted coffee beans."
columns={[
{ title: "Menu", items: [{ label: "Coffee", href: "#menu" }, { label: "Pastries", href: "#menu" }, { label: "Beverages", href: "#menu" }] },