diff --git a/src/app/page.tsx b/src/app/page.tsx index 78286a1..b829572 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,8 +175,8 @@ export default function LandingPage() { id: "t5", name: "Elena Rosli", role: "Local", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg"}, ]} - title="Words from Our Guests" - description="Experience excellence through the eyes of our diners." + title="Guest Testimonials" + description="Hear what our beloved customers say about their dining experience at Farara Food." /> @@ -186,16 +186,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are highly recommended, especially on weekends."}, + id: "q1", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 10:00 PM."}, { - id: "q2", title: "Is parking available?", content: "Yes, we provide ample parking space for all our dining guests at our Kampung Duku location."}, + id: "q2", title: "Is your menu Halal-certified?", content: "Yes, all ingredients used in our kitchen are sourced from Halal-certified suppliers."}, { - id: "q3", title: "Do you offer catering services?", content: "Certainly, we offer custom catering packages for events and private gatherings."}, + id: "q3", title: "Do you host private events?", content: "Yes, our restaurant is available for private bookings, weddings, and corporate gatherings."}, ]} imageSrc="http://img.b2bpic.net/free-photo/person-waiting-food-restaurant_23-2149269220.jpg" mediaAnimation="slide-up" - title="Frequently Asked Questions" - description="Everything you need to know about dining at Farara Food." + title="Restaurant FAQs" + description="Find answers to common questions about our dining services." faqsAnimation="slide-up" /> @@ -203,8 +203,8 @@ export default function LandingPage() {