Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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" }] },
|
||||
|
||||
Reference in New Issue
Block a user