diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c01e58..399eb01 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" @@ -99,7 +99,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, @@ -167,22 +167,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" } ]} />