diff --git a/src/app/page.tsx b/src/app/page.tsx index e0ecd28..aa149ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { testimonials={[ { name: "Fast Food Enthusiast", handle: "Local Customer", testimonial: "I have never experienced faster food service in my entire life.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { name: "Greek Food Lover", handle: "Visitor", testimonial: "The best gyros in town. Authentic, fresh, and absolutely delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"}, { name: "Budget Traveler", handle: "International Guest", testimonial: "Amazing quality, amazing service, amazing price. Unbeatable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"}, { name: "Group Visitor", handle: "Friends Dining", testimonial: "€20 for 4 people — unbelievable value for such quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"}, ]} buttons={[ { text: "🍽 View Menu", href: "#menu" }, @@ -155,16 +155,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Yiannis K.", role: "Regular Customer", company: "Thessaloniki Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, { id: "2", name: "Maria S.", role: "Visitor", company: "Travel Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"}, { id: "3", name: "Alex P.", role: "Business Owner", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"}, { id: "4", name: "Sofia M.", role: "Student", company: "University Town", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"}, ]} kpiItems={[ { value: "5.0", label: "Average Rating" },