diff --git a/src/app/page.tsx b/src/app/page.tsx index ef0fce1..76e306a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -340,20 +203,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How do I make a reservation?", - content: "Reservations can be made easily through our website's contact form, by calling us directly at +971 50 123 4567, or via our partner reservation platforms.", - }, + id: "f1", title: "How do I make a reservation?", content: "Reservations can be made easily through our website's contact form, by calling us directly at +971 50 123 4567, or via our partner reservation platforms."}, { - id: "f2", - title: "Do you accommodate dietary restrictions?", - content: "Absolutely. Please inform us of any dietary restrictions or allergies at the time of your reservation, and our culinary team will be happy to create a suitable menu for you.", - }, + id: "f2", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Please inform us of any dietary restrictions or allergies at the time of your reservation, and our culinary team will be happy to create a suitable menu for you."}, { - id: "f3", - title: "Do you offer private dining or event spaces?", - content: "Yes, Al Aqur features exquisite private dining rooms perfect for intimate gatherings, corporate events, or celebrations. Please contact us for more details and to discuss your requirements.", - }, + id: "f3", title: "Do you offer private dining or event spaces?", content: "Yes, Al Aqur features exquisite private dining rooms perfect for intimate gatherings, corporate events, or celebrations. Please contact us for more details and to discuss your requirements."}, ]} title="Your Questions, Answered" description="Find quick answers to common inquiries about reservations, special events, dietary accommodations, and our dining experience." @@ -365,8 +219,7 @@ export default function LandingPage() {