From b221d013dd56f9fc70396c2d3d531b976242ad33 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 07:39:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } ]} /> -- 2.49.1