Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02b032a7d7 | |||
| a3f0f0bfa5 | |||
| 09081c9ddb | |||
| c33f884be8 | |||
| a64a066945 | |||
| 8cdda2756c |
@@ -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 It’s Urgent. From routine cleanings to late-night emergencies, we’re 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" },
|
||||
@@ -91,6 +91,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
tag="5.0 Star Average"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -180,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user