4 Commits

Author SHA1 Message Date
50e2ac2bef Update src/app/page.tsx 2026-04-18 08:41:19 +00:00
7d935603be Merge version_3 into main
Merge version_3 into main
2026-04-18 08:17:44 +00:00
02b032a7d7 Update src/app/page.tsx 2026-04-18 08:17:41 +00:00
a3f0f0bfa5 Merge version_2 into main
Merge version_2 into main
2026-04-18 08:14:51 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Alsha Dental" brandName="Alsha Dental"
button={{ text: "Book Now", href: "#contact" }} button={{ text: "Book Now", href: "tel:+919946461421" }}
/> />
</div> </div>
@@ -45,8 +45,8 @@ export default function LandingPage() {
logoText="Alsha Family Dental Clinic" logoText="Alsha Family Dental Clinic"
description="We offer 24/7 emergency dental care when you need it most. Get gentle, honest, and expert treatment for your dental emergencies and routine needs from a team that treats you like family." description="We offer 24/7 emergency dental care when you need it most. Get gentle, honest, and expert treatment for your dental emergencies and routine needs from a team that treats you like family."
buttons={[ buttons={[
{ text: "Book Appointment", href: "#contact" }, { text: "Book Appointment", href: "tel:+919946461421" },
{ text: "Call Emergency", href: "tel:+910000000000" }, { text: "Call Emergency", href: "tel:+919946461421" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=1"
imageAlt="Professional dentist consultation" imageAlt="Professional dentist consultation"
@@ -91,6 +91,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
tag="5.0 Star Average"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
@@ -180,4 +181,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }