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

This commit is contained in:
2026-02-24 11:18:00 +00:00
parent d5bb6eb0f6
commit 0def9977ef

View File

@@ -109,7 +109,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg"
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg?_wi=5"
imageAlt="Elegant flower petal background"
columns={[
{ title: "Shop", items: [{ label: "Bouquets", href: "products" }, { label: "Custom Orders", href: "contact" }] },
@@ -168,7 +168,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg"
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg?_wi=6"
imageAlt="Elegant flower petal background"
columns={[
{ title: "Shop", items: [{ label: "Bouquets", href: "products" }, { label: "Custom Orders", href: "contact" }] },
@@ -251,7 +251,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg"
imageSrc="https://img.b2bpic.net/free-photo/flower_1404-412.jpg?_wi=7"
imageAlt="Elegant flower petal background"
columns={[
{ title: "Shop", items: [{ label: "Bouquets", href: "products" }, { label: "Custom Orders", href: "contact" }] },