6 Commits

Author SHA1 Message Date
3260ccdd7a Update src/app/page.tsx 2026-03-11 09:12:45 +00:00
d6ea533096 Merge version_2 into main
Merge version_2 into main
2026-03-11 09:11:27 +00:00
2cf3dcc559 Update src/app/page.tsx 2026-03-11 09:11:23 +00:00
38efb57268 Merge version_1 into main
Merge version_1 into main
2026-03-11 09:10:17 +00:00
55034e2f2d Merge version_1 into main
Merge version_1 into main
2026-03-11 09:09:53 +00:00
6e6b7eaec0 Merge version_1 into main
Merge version_1 into main
2026-03-11 09:08:56 +00:00

View File

@@ -110,18 +110,22 @@ 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"
useInvertedBackground={false}
speed={40}
topMarqueeDirection="left"
buttons={[
{ text: "Join Our Guests", href: "reservation" }
]}
buttonAnimation="slide-up"
/>
</div>