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 +}