Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -106,7 +106,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=6"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
@@ -162,7 +162,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=7"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
@@ -240,7 +240,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=8"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
|
||||
Reference in New Issue
Block a user