From 7d9e30a08f45c9e95cfecfcd4cef6c96e9fc1c44 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:17:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7edaa2c..5f3837b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,15 +90,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mosaic-culture-art-pool-arabic_1203-5057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mosaic-culture-art-pool-arabic_1203-5057.jpg?_wi=1", imageAlt: "Luxurious Riad Courtyard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg?_wi=1", imageAlt: "Moroccan Dining Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902596.jpg?_wi=1", imageAlt: "Rabat Cityscape and Kasbah", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/mosaic-culture-art-pool-arabic_1203-5057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mosaic-culture-art-pool-arabic_1203-5057.jpg?_wi=2", imageAlt: "moroccan cooking class participants learning", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg?_wi=2", imageAlt: "moroccan cooking class participants learning", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902596.jpg?_wi=2", imageAlt: "moroccan cooking class participants learning", }, ]} -- 2.49.1