diff --git a/src/app/page.tsx b/src/app/page.tsx index 34bf425..ff78cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { tag="FAQ" title="Common Questions" description="Need more information? Here are answers to commonly asked questions." - faqItems={[ + items={[ { question: "Where are you located?", answer: "We are located at 63 Flamingo St, Lenasia, 1821." }, { question: "What are your business hours?", answer: "We are open from 8 am onwards." }, { question: "How can I book an appointment?", answer: "You can reach us directly at 011 854 1357 to book your session." },