Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:26:53 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Painless & Compassionate"
tagIcon={Smile}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
background={{ variant: "noise" }}
buttons={[
{ text: "Book Your Painless Visit", href: "contact" },
{ text: "Call Now", href: "tel:+91-XXXXXXXXXX" }
@@ -174,7 +174,7 @@ export default function LandingPage() {
description="Subscribe to receive dental health tips, special offers, and appointment reminders. We respect your privacy and never share your information."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
background={{ variant: "noise" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg"
imageAlt="Dental clinic patient care"
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}