Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5ac818e81 | |||
| 2d592baa8a | |||
| 726ecd1424 | |||
| f3ce3ab925 |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Technology", id: "features" },
|
{ name: "Technology", id: "features" },
|
||||||
{ name: "Testimonials", id: "testimonial" }
|
{ name: "Testimonials", id: "testimonial" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Book Appointment", href: "#contact" }}
|
button={{ text: "Login", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Consultation", href: "#contact" },
|
{ text: "Request Demo", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Meet Our Team", href: "#" }
|
{ text: "Request Demo", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Schedule Your Appointment Today"
|
title="Schedule Your Appointment Today"
|
||||||
description="Contact us to book your consultation. Our patient coordinators are ready to help you find the perfect time for your visit."
|
description="Contact us to request a demo or book your consultation. Our patient coordinators are ready to help you find the perfect time for your visit."
|
||||||
tagIcon={Calendar}
|
tagIcon={Calendar}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -181,8 +181,8 @@ export default function LandingPage() {
|
|||||||
imageAlt="modern dental consultation room luxury office"
|
imageAlt="modern dental consultation room luxury office"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
buttonText="Request Appointment"
|
buttonText="Request Demo"
|
||||||
termsText="By requesting an appointment, you agree to our privacy policy and consent to receive communications about your dental care."
|
termsText="By requesting a demo or appointment, you agree to our privacy policy and consent to receive communications about our dental services."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #e8e6f0;
|
||||||
--card: #ffffff;
|
--card: #f5f3fb;
|
||||||
--foreground: #0c1325;
|
--foreground: #1a0f2e;
|
||||||
--primary-cta: #0798ff;
|
--primary-cta: #6b46c1;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #0c1325;
|
||||||
--accent: #93c7ff;
|
--accent: #a78bfa;
|
||||||
--background-accent: #a8cde8;
|
--background-accent: #c4b5fd;
|
||||||
|
|
||||||
/* 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