diff --git a/src/app/page.tsx b/src/app/page.tsx index 2236f8f..22bca75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { id: "3", title: "Cozy Yet Lively", quote: "Nice and cozy atmosphere but with enough energy that you don't feel like you're in a formal dining room. Fresh ingredients, generous portions, and the terrace in summer is magic.", name: "Clara B.", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-arrangement_23-2149141325.jpg" }, { - id: "4", title: "Amazing Service", quote: "The service was amazing. Very friendly, attentive without hovering, and they genuinely seem to enjoy what they do. That makes all the difference.", name: "Pierre D.", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-arrangement_23-2149272716.jpg" + id: "4", title: "Amazing Service", quote: "The service was amazing. Very friendly, attentive without hovering, and they genuinely seem to enjoy what they do. That makes all the difference.", name: "Pierre D.", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-arrangement_23-2149272716.jpg?_wi=1" }, { id: "5", title: "Worth the Visit", quote: "I came to ICEO expecting good pizza. I found that, plus an evening I'll remember. The combination of food, people, and energy is rare.", name: "Isabelle R.", role: "Dining Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-potato-with-red-wine_140725-3610.jpg" @@ -110,7 +110,7 @@ export default function LandingPage() {