diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bc4840c..dc2fcfc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -178,40 +178,29 @@ export default function HomePage() { description="What our guests say about their experience." testimonials={[ { - name: "Sarah T.", - role: "Food Critic", - company: "Local Mag", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg", - }, - { - name: "David K.", - role: "Tourist", - company: "Global Traveler", + name: "Neale Harrison", + role: "Local Guide", + company: "Google Reviews", rating: 5, + quote: "We had seen this restaurant being recommended on a YouTube video so as it was on the same road as our hotel we gave it a try. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-handsome-friendly-looking-kind-man-smiling-something-pleasant-adorable_176420-33913.jpg", }, { - name: "Maria L.", - role: "Regular", - company: "Yerevan Local", + name: "Farangis Davronova", + role: "Local Guide", + company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg", + quote: "I liked the place it had really good atmosphere and the food was delicious and vegan friendly, visit this place if you will be in the Yerevan✨", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg", }, { - name: "John D.", - role: "Chef", - company: "Gastronomy Union", + name: "Ania Tk", + role: "Local Guide", + company: "Google Reviews", rating: 5, + quote: "Elegant design, live music, and professional service. A truly wonderful dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414057.jpg", }, - { - name: "Eliza M.", - role: "Diner", - company: "Foodie Life", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018792.jpg", - }, ]} />