Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc0dae85dd | |||
| 6a32a54c31 | |||
| 7996597e78 | |||
| 03ee3a12c7 | |||
| cb91666dc5 | |||
| 943fe07c5c | |||
| 6ce91f55e9 |
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is the treatment painful?", content: "We prioritize gentle, pain-aware treatment. Most patients are surprised at how comfortable they feel." },
|
||||
{ id: "f1", title: "Is the treatment painful?", content: "We prioritize gentle, pain-aware treatment and offer various sedation options and numbing techniques to ensure complete patient comfort." },
|
||||
{ id: "f2", title: "How long does a consultation take?", content: "Consultations typically take 20-30 minutes, depending on the service." },
|
||||
{ id: "f3", title: "Are appointments mandatory?", content: "We highly recommend booking an appointment to ensure you get dedicated, timely care." },
|
||||
]}
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Appointment Today"
|
||||
description="We will get back to you within 10 minutes."
|
||||
description="Book your consultation today and take the first step toward a healthier, brighter smile"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user