Update src/app/page.tsx
This commit is contained in:
@@ -103,11 +103,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-street-old-european-city_1398-4603.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-street-old-european-city_1398-4603.jpg?_wi=1",
|
||||
imageAlt: "Blue city of Chefchaouen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-going-old-western-town_23-2150527892.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-going-old-western-town_23-2150527892.jpg?_wi=1",
|
||||
imageAlt: "Camel caravan in Sahara Desert",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-street-old-european-city_1398-4603.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-street-old-european-city_1398-4603.jpg?_wi=2",
|
||||
imageAlt: "vibrant Moroccan souk market",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-going-old-western-town_23-2150527892.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-going-old-western-town_23-2150527892.jpg?_wi=2",
|
||||
imageAlt: "vibrant Moroccan souk market",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user