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

This commit is contained in:
2026-02-25 07:39:07 +00:00
parent ec6f709d67
commit 54026120c4

View File

@@ -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."