From 3260ccdd7aba3ab199e7c2ff01ac4ea6dba4adb0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:12:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4afa159..0e5cde1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,12 +110,12 @@ export default function AhmarinaSite() { tag="Guest Reviews" tagAnimation="blur-reveal" testimonials={[ - { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "From the wait staff to the food, I was left extremely impressed. The attention to detail made for a pleasant dining experience that I won't forget.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, - { id: "2", name: "James Chen", handle: "@jameschef", testimonial: "The flavors were deep and intense. The Kerala Fried Chicken was perfectly executed. Overall the experience was quite pleasant, and I will visit again.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=1", imageAlt: "James Chen" }, - { id: "3", name: "Victoria Adams", handle: "@viadams", testimonial: "The service here was great. The staff were attentive and friendly, and the setting was beautiful and elegant. Ahmarina exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageAlt: "Victoria Adams" }, - { id: "4", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "An exceptional dining experience from start to finish. The Signature Salmon was outstanding, and the ambiance created the perfect evening with my partner.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageAlt: "Michael Rodriguez" }, - { id: "5", name: "Elena Petrov", handle: "@elenapetrov", testimonial: "Each course was a surprise and delight. The sommelier recommendations were perfect, and the presentation was pure artistry on every plate.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=2", imageAlt: "Elena Petrov" }, - { id: "6", name: "David Thompson", handle: "@davidthompson", testimonial: "Brought my family for a special celebration. The staff made us feel so welcome, and the food quality is exceptional. We're already planning our next visit.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=2", imageAlt: "David Thompson" } + { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "★★★★★ From the wait staff to the food, I was left extremely impressed. The attention to detail made for a pleasant dining experience that I won't forget.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, + { id: "2", name: "James Chen", handle: "@jameschef", testimonial: "★★★★★ The flavors were deep and intense. The Kerala Fried Chicken was perfectly executed. Overall the experience was quite pleasant, and I will visit again.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=1", imageAlt: "James Chen" }, + { id: "3", name: "Victoria Adams", handle: "@viadams", testimonial: "★★★★★ The service here was great. The staff were attentive and friendly, and the setting was beautiful and elegant. Ahmarina exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageAlt: "Victoria Adams" }, + { id: "4", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "★★★★★ An exceptional dining experience from start to finish. The Signature Salmon was outstanding, and the ambiance created the perfect evening with my partner.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", imageAlt: "Michael Rodriguez" }, + { id: "5", name: "Elena Petrov", handle: "@elenapetrov", testimonial: "★★★★★ Each course was a surprise and delight. The sommelier recommendations were perfect, and the presentation was pure artistry on every plate.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=2", imageAlt: "Elena Petrov" }, + { id: "6", name: "David Thompson", handle: "@davidthompson", testimonial: "★★★★★ Brought my family for a special celebration. The staff made us feel so welcome, and the food quality is exceptional. We're already planning our next visit.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=2", imageAlt: "David Thompson" } ]} animationType="slide-up" textboxLayout="default"