From ce07d656c813b07668bcb63bb0b0a0f86e9a8a46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 21:00:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7d3c01..34bf425 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." - items={[ + faqItems={[ { 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." }, @@ -128,6 +128,8 @@ export default function LandingPage() {
-- 2.49.1