Update src/app/page.tsx

This commit is contained in:
2026-04-18 08:14:48 +00:00
parent c33f884be8
commit 09081c9ddb

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
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={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Emergency", href: "tel:+910000000000" },
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}