From d80e9e3cce6a7e2ab8b7eb60697be38863653005 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaad2dc..33367a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,10 +151,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "How can I book an appointment?", content: "You can call us directly at 574 00 52 52." }, + { id: "q1", title: "How can I book an appointment?", content: "You can call us directly at 574 00 52 52 or click below to book online." }, { id: "q2", title: "Do you offer consultations?", content: "Yes, we offer free consultations for hair and laser services." }, { id: "q3", title: "Is your salon accessible?", content: "Yes, we are conveniently located at 7 Vakhtang Chabukiani St." } ]} + buttons={[{ text: "Go to Booking", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg" title="Commonly Asked Questions" description="Find answers to quick questions about our booking and service procedures." @@ -182,4 +183,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1