diff --git a/src/app/page.tsx b/src/app/page.tsx index 92738ec..4db5414 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", role: "Visitor", company: "UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-sitting-table_23-2150124807.jpg" }, - { id: "2", name: "Mark D.", role: "Professional", company: "Tiranë", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" }, + { id: "2", name: "Mark D.", role: "Professional", company: "Tiranë", rating: 5, imageSrc: "http://img.b2bpic.net/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" }, { id: "3", name: "Elena P.", role: "Foodie", company: "Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-iskender-doner-with-tomato-sauce-yogurt_114579-3632.jpg" }, { id: "4", name: "Altin H.", role: "Local", company: "Tiranë", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg" }, { id: "5", name: "John M.", role: "Traveler", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg?_wi=2" }, @@ -134,8 +134,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "q1", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are highly recommended for weekends." }, - { id: "q2", title: "Is parking available?", content: "Yes, dedicated parking is available for all guests near the entrance." }, - { id: "q3", title: "Are vegetarian options available?", content: "We offer a diverse range of fresh, traditional vegetarian dishes." }, + { id: "q2", title: "Are drinks served?", content: "Yes, we serve a variety of alcoholic and non-alcoholic drinks." }, ]} imageSrc="http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg?_wi=2" mediaAnimation="slide-up" @@ -161,14 +160,13 @@ export default function LandingPage() { ); -} \ No newline at end of file +}