Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-05 19:58:24 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Now", href: "tel:099328 39030" }
{ text: "Call Now", href: "tel:8877579517" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
@@ -242,7 +242,7 @@ export default function LandingPage() {
ctaTitle="Book Your Appointment Today"
ctaDescription="Schedule a consultation with our expert dental team and take the first step towards your perfect smile."
ctaButton={{
text: "Schedule Now", href: "tel:099328 39030"
text: "Schedule Now", href: "tel:8877579517"
}}
ctaIcon={Calendar}
useInvertedBackground={true}
@@ -273,7 +273,7 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Call: 099328 39030", href: "tel:099328 39030" },
{ label: "Call: 8877579517", href: "tel:8877579517" },
{ label: "1/6, Doctor's Colony, City Centre", href: "#" },
{ label: "Durgapur, West Bengal 713216", href: "#" },
{ label: "Get Directions", href: "https://maps.google.com" }
@@ -284,4 +284,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}