diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 29305d7..6a3660b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-gourmet-food-with-beef_23-2148516881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-gourmet-food-with-beef_23-2148516881.jpg?_wi=2" imageAlt="Signature [Cuisine Type] dish presented beautifully" mediaAnimation="slide-up" /> @@ -120,7 +120,7 @@ export default function LandingPage() { name: "Sophia L.", role: "Food Critic", testimonial: "An absolute culinary delight! Every dish was a masterpiece, perfectly balanced and bursting with authentic flavors. The ambiance is charming, and the service is impeccable. A must-visit!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430890.jpg?_wi=2", imageAlt: "Sophia L.", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { name: "Michael R.", role: "Local Guide", testimonial: "I've been coming here for years, and [Restaurant Name] never disappoints. The [Cuisine Type] pasta is out of this world, and the staff always makes you feel like family. Truly a gem!", - imageSrc: "http://img.b2bpic.net/free-photo/home-peace-time-only-me_329181-7411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-peace-time-only-me_329181-7411.jpg?_wi=2", imageAlt: "Michael R.", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { name: "Olivia M.", role: "Gourmet Blogger", testimonial: "From appetizers to dessert, every plate was a work of art and tasted even better. The wine pairing recommendations were spot on. This place truly embodies fine dining.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=2", imageAlt: "Olivia M.", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { name: "Daniel K.", role: "Regular Patron", testimonial: "Exceptional food and service. The attention to detail in every aspect, from the fresh ingredients to the presentation, is what sets [Restaurant Name] apart. Highly recommended for any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg?_wi=2", imageAlt: "Daniel K.", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 489a66f..e0702f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { price: "$28", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-with-beef_23-2148516881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-with-beef_23-2148516881.jpg?_wi=1", imageAlt: "A perfectly plated Modern European main course", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { role: "Local Food Critic", company: "Taste & Thrive Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430890.jpg?_wi=1", imageAlt: "Portrait of Sarah Johnson", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { role: "Regular Patron", company: "Community Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-peace-time-only-me_329181-7411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-peace-time-only-me_329181-7411.jpg?_wi=1", imageAlt: "Portrait of Michael Chen", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { role: "Chef & Food Blogger", company: "Culinary Explorer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=1", imageAlt: "Portrait of Emily Rodriguez", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { role: "Events Planner", company: "City Events Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg?_wi=1", imageAlt: "Portrait of David Kim", }, ]}