diff --git a/src/app/page.tsx b/src/app/page.tsx index cb61cd9..a276da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,16 +100,16 @@ export default function SavoriPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "An Unforgettable Evening", quote: "From the moment we arrived, we were treated like family. Every course was perfection, and the sommelier's wine pairings elevated the entire experience.", name: "Margaret Chen", role: "Regular Guest", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Margaret Chen" + id: "1", title: "An Unforgettable Evening", quote: "From the moment we arrived, we were treated like family. Every course was perfection, and the sommelier's wine pairings elevated the entire experience.", name: "Margaret Chen", role: "Regular Guest", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Margaret Chen" }, { - id: "2", title: "Pure Culinary Magic", quote: "The attention to detail is extraordinary. Every ingredient is thoughtfully selected, and you can taste the passion in every bite.", name: "James Mitchell", role: "Food Critic", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Mitchell" + id: "2", title: "Pure Culinary Magic", quote: "The attention to detail is extraordinary. Every ingredient is thoughtfully selected, and you can taste the passion in every bite.", name: "James Mitchell", role: "Food Critic", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "James Mitchell" }, { - id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was absolutely magical. The staff remembered our preferences from our first visit.", name: "Isabella Rodriguez", role: "Guest", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Isabella Rodriguez" + id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was absolutely magical. The staff remembered our preferences from our first visit.", name: "Isabella Rodriguez", role: "Guest", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Isabella Rodriguez" }, { - id: "4", title: "A Gem Worth Discovering", quote: "Hidden away but never overlooked. Savoria delivers an experience that justifies every penny and every moment spent there.", name: "David Park", role: "Travel Enthusiast", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Park" + id: "4", title: "A Gem Worth Discovering", quote: "Hidden away but never overlooked. Savoria delivers an experience that justifies every penny and every moment spent there.", name: "David Park", role: "Travel Enthusiast", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "David Park" } ]} />