Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -104,7 +104,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg?_wi=5"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg"
|
||||
imageAlt="World map background"
|
||||
logoText="Wanderlust"
|
||||
copyrightText="© 2025 Wanderlust Travel Agency. All rights reserved."
|
||||
@@ -158,7 +158,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg?_wi=6"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg"
|
||||
imageAlt="World map background"
|
||||
logoText="Wanderlust"
|
||||
copyrightText="© 2025 Wanderlust Travel Agency. All rights reserved."
|
||||
@@ -236,7 +236,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg?_wi=7"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/earth-map-dotted_1284-34073.jpg"
|
||||
imageAlt="World map background"
|
||||
logoText="Wanderlust"
|
||||
copyrightText="© 2025 Wanderlust Travel Agency. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user