diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a54c8f..6a3410a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,12 +131,12 @@ export default function LandingPage() { useInvertedBackground={false} carouselMode="buttons" testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Food Enthusiast", testimonial: "Food is very delicious here! Good quality beer and nice relaxing environment. The khinkali was absolutely perfect and brought back memories of my time in Georgia.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Sarah Johnson" }, - { id: "2", name: "Zaza Zurashvili", role: "Local Regular", testimonial: "Delicious dishes, especially khinkali and kebab! Every time I visit, I'm impressed by the quality and authenticity. This is true Georgian cuisine at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageAlt: "Zaza Zurashvili" }, + { id: "1", name: "Sarah Johnson", role: "Food Enthusiast", testimonial: "Food is very delicious here! Good quality beer and nice relaxing environment. The khinkali was absolutely perfect and brought back memories of my time in Georgia.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1", imageAlt: "Sarah Johnson" }, + { id: "2", name: "Zaza Zurashvili", role: "Local Regular", testimonial: "Delicious dishes, especially khinkali and kebab! Every time I visit, I'm impressed by the quality and authenticity. This is true Georgian cuisine at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=1", imageAlt: "Zaza Zurashvili" }, { id: "3", name: "Emily Rodriguez", role: "Visitor", testimonial: "Super! Everything is delicious, the service is top notch. The staff made us feel so welcome and explained every dish. A truly memorable dining experience!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Emily Rodriguez" }, { id: "4", name: "Michael Chen", role: "Georgian Culture Enthusiast", testimonial: "Authentic Georgian restaurant with passionate staff. The kebab was perfectly grilled and the khachapuri was exceptional. Highly recommend for anyone seeking genuine Georgian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg", imageAlt: "Michael Chen" }, - { id: "5", name: "Anna Weber", role: "Food Blogger", testimonial: "Elene's Bar delivers authentic Georgian flavors in a warm, inviting atmosphere. From the first bite of khinkali to the last sip of Georgian wine, every moment was special.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Anna Weber" }, - { id: "6", name: "David Miller", role: "Corporate Guest", testimonial: "Perfect spot for business lunches or casual dinners. The service is attentive, food is outstanding, and the atmosphere promotes great conversation. We've made it our go-to place!", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageAlt: "David Miller" } + { id: "5", name: "Anna Weber", role: "Food Blogger", testimonial: "Elene's Bar delivers authentic Georgian flavors in a warm, inviting atmosphere. From the first bite of khinkali to the last sip of Georgian wine, every moment was special.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2", imageAlt: "Anna Weber" }, + { id: "6", name: "David Miller", role: "Corporate Guest", testimonial: "Perfect spot for business lunches or casual dinners. The service is attentive, food is outstanding, and the atmosphere promotes great conversation. We've made it our go-to place!", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=2", imageAlt: "David Miller" } ]} />