diff --git a/src/app/page.tsx b/src/app/page.tsx
index a35108e..54e0daa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -128,12 +128,13 @@ export default function LandingPage() {
@@ -142,11 +143,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "f1", title: "What is the return policy?", content: "We offer a 30-day return policy for all unused items." },
- { id: "f2", title: "Do you ship worldwide?", content: "Yes, we provide international shipping to most countries." },
+ { id: "f1", title: "What are the opening hours?", content: "We welcome you daily from 10:00 AM to 10:00 PM at our Casablanca location." },
+ { id: "f2", title: "Do you offer home delivery?", content: "Yes, we provide luxury delivery service within Casablanca and surrounding areas." },
+ { id: "f3", title: "Can I book for private events?", content: "Absolutely, we accommodate private gatherings and exclusive design consultations." },
]}
- title="Common Questions"
- description="Get clarity on our services and products."
+ title="Restaurant FAQ"
+ description="Answers to common questions about our services and location."
faqsAnimation="slide-up"
/>
@@ -155,18 +157,20 @@ export default function LandingPage() {