Update src/app/page.tsx

This commit is contained in:
2026-05-28 22:31:52 +00:00
parent b0c00b83d1
commit c39d613876

View File

@@ -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",
},
]}