diff --git a/src/app/page.tsx b/src/app/page.tsx index 524c82b..c97b8e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Food Critic", testimonial: "The finest sushi experience in the city. Impeccable quality and authentic flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "James Chen", handle: "Michelin Guide Reviewer", testimonial: "Exceptional craftsmanship and attention to detail. A true gem for sushi lovers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -96,28 +96,28 @@ export default function LandingPage() { { id: 1, title: "Premium Fresh Ingredients", description: "We source the finest, freshest fish daily from trusted suppliers. Every ingredient is carefully selected to meet our rigorous quality standards, ensuring an authentic and delicious experience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-meal-sliced-fish-rolls-with-wassabi-sticks-grey-wall_140725-46924.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-meal-sliced-fish-rolls-with-wassabi-sticks-grey-wall_140725-46924.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-meal-sliced-fish-rolls-with-wassabi-sticks-grey-wall_140725-46924.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-meal-sliced-fish-rolls-with-wassabi-sticks-grey-wall_140725-46924.jpg?_wi=2" } }, { id: 2, title: "Master Sushi Chefs", description: "Our team of highly trained sushi chefs have decades of combined experience. Each piece is crafted with precision, passion, and respect for traditional Japanese culinary techniques.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg?_wi=2" } }, { id: 3, title: "Elegant Dining Ambiance", description: "Enjoy an immersive Japanese dining experience in our thoughtfully designed restaurant. Every detail, from the decor to the service, reflects our commitment to excellence.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2" } } ]} @@ -175,22 +175,22 @@ export default function LandingPage() {