6 Commits

Author SHA1 Message Date
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
09081c9ddb Update src/app/page.tsx 2026-04-18 08:14:48 +00:00
c33f884be8 Merge version_1 into main
Merge version_1 into main
2026-04-18 08:13:21 +00:00
a64a066945 Merge version_1 into main
Merge version_1 into main
2026-04-18 08:12:54 +00:00
8cdda2756c Merge version_1 into main
Merge version_1 into main
2026-04-18 08:12:27 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Alsha Family Dental Clinic" logoText="Alsha Family Dental Clinic"
description="Gentle, Honest Dental Care You Can Trust — Even When Its Urgent. From routine cleanings to late-night emergencies, were here with expert care and a human touch." 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: "#contact" },
{ text: "Call Emergency", href: "tel:+910000000000" }, { text: "Call Emergency", href: "tel:+910000000000" },
@@ -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>
); );
} }