Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Technology", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonial" }
|
||||
]}
|
||||
button={{ text: "Book Appointment", href: "#contact" }}
|
||||
button={{ text: "Login", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "Request Demo", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Meet Our Team", href: "#" }
|
||||
{ text: "Request Demo", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
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}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -181,8 +181,8 @@ export default function LandingPage() {
|
||||
imageAlt="modern dental consultation room luxury office"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Appointment"
|
||||
termsText="By requesting an appointment, you agree to our privacy policy and consent to receive communications about your dental care."
|
||||
buttonText="Request Demo"
|
||||
termsText="By requesting a demo or appointment, you agree to our privacy policy and consent to receive communications about our dental services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--background: #e8e6f0;
|
||||
--card: #f5f3fb;
|
||||
--foreground: #1a0f2e;
|
||||
--primary-cta: #6b46c1;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--accent: #a78bfa;
|
||||
--background-accent: #c4b5fd;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user