Update src/app/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=2",
|
||||
imageAlt: "minimalist boutique interior retail",
|
||||
},
|
||||
{
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
title: "Fast Shipping",
|
||||
description: "Get your items delivered in record time.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-small-decorative-objects-with-vivid-colors_52683-100428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-small-decorative-objects-with-vivid-colors_52683-100428.jpg?_wi=1",
|
||||
imageAlt: "minimalist boutique interior retail",
|
||||
},
|
||||
]}
|
||||
@@ -170,13 +170,13 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "WAVE Hoodie",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "WAVE Accessory",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-small-decorative-objects-with-vivid-colors_52683-100428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-small-decorative-objects-with-vivid-colors_52683-100428.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
|
||||
Reference in New Issue
Block a user