From cadac46774e625b640a0d39305be2ba756c673aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:48:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d94c60..4aa7844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function VeganCastlePage() { imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Elegant restaurant interior with modern ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg", imageAlt: "Beautifully plated vegan cuisine" + imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg?_wi=1", imageAlt: "Beautifully plated vegan cuisine" } ]} mediaAnimation="slide-up" @@ -98,7 +98,7 @@ export default function VeganCastlePage() { features={[ { id: 1, - title: "Appetizers", description: "Delicate starters featuring crispy tempura, artisan spreads, and seasonal vegetables that ignite the palate with sophisticated flavor profiles", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg", imageAlt: "Gourmet plant-based appetizer presentation" + title: "Appetizers", description: "Delicate starters featuring crispy tempura, artisan spreads, and seasonal vegetables that ignite the palate with sophisticated flavor profiles", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-salad-staying-table-cafe_651396-1431.jpg?_wi=2", imageAlt: "Gourmet plant-based appetizer presentation" }, { id: 2, @@ -166,22 +166,22 @@ export default function VeganCastlePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sophie Laurent" + id: "1", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Sophie Laurent" }, { - id: "2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Marcus Chen" + id: "2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Marcus Chen" }, { - id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Elena Rodriguez" + id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Elena Rodriguez" }, { - id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Mitchell" + id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "James Mitchell" }, { - id: "5", name: "Aria Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Aria Patel" + id: "5", name: "Aria Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=5", imageAlt: "Aria Patel" }, { - id: "6", name: "Lucas Webb", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lucas Webb" + id: "6", name: "Lucas Webb", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=6", imageAlt: "Lucas Webb" } ]} /> -- 2.49.1