Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7714689805 | |||
| e5a7a45aa8 | |||
| 9a7936ccf3 | |||
| dc0dae85dd | |||
| 6a32a54c31 | |||
| 7996597e78 | |||
| 03ee3a12c7 |
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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: "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." },
|
{ 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
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Appointment Today"
|
title="Book Your Appointment Today"
|
||||||
description="Get a personalized treatment plan consultation by booking today"
|
description="Book your consultation today and take the first step toward a healthier, brighter smile"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5faff;
|
--background: #0a0a0a;
|
||||||
--card: #f1f8ff;
|
--card: #1a1a1a;
|
||||||
--foreground: #001122;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #e6e6e6;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #ffffffe6;
|
||||||
--accent: #a8cce8;
|
--accent: #737373;
|
||||||
--background-accent: #7ba3cf;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user