Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-05 15:19:00 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}