Update src/app/page.tsx

This commit is contained in:
2026-03-18 03:28:37 +00:00
parent 1dd6bc3f53
commit f894dc0e2b

View File

@@ -212,10 +212,10 @@ export default function LandingPage() {
id: "4", title: "Do you treat children?", content: "Absolutely! We specialize in pediatric dentistry. Kids love visiting us because Dr. Solanki and our team make them feel comfortable and safe. Even tooth extractions are handled gently."
},
{
id: "5", title: "What are your clinic hours?", content: "We're open Monday to Saturday, 9:00 AM to 8:00 PM. Appointments are managed efficiently with minimal waiting time. We accommodate emergency cases whenever possible."
id: "5", title: "What are your clinic hours?", content: "Wednesday to Saturday: 9:00 AM - 1:00 PM, 4:30 PM - 8:00 PM. Monday & Tuesday: 9:00 AM - 1:00 PM, 4:30 PM - 8:00 PM. Sunday: Closed. Appointments are managed efficiently with minimal waiting time. We accommodate emergency cases whenever possible."
},
{
id: "6", title: "How do I book an appointment?", content: "Simply click the 'Book Appointment' button at the top or scroll to our contact section. You can also call us directly. We'll find a time that works best for you!"
id: "6", title: "How do I book an appointment?", content: "Simply click the 'Book Appointment' button at the top or scroll to our contact section. You can also call us directly at 097375 73722. We'll find a time that works best for you!"
}
]}
/>
@@ -227,9 +227,9 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Your Best Smile is One Appointment Away"
description="Don't postpone that dental visit anymore. We're right here in Silvassa, ready to transform your smile. Schedule your appointment today and experience world-class dental care."
description="Don't postpone that dental visit anymore. We're right here in Silvassa, ready to transform your smile. Schedule your appointment today and experience world-class dental care. Call us at 097375 73722 or visit us during our clinic hours."
buttons={[
{ text: "📞 Call Now", href: "tel:+918879888888" },
{ text: "📞 Call Now: 097375 73722", href: "tel:+919737573722" },
{ text: "🗺️ Get Directions", href: "https://maps.google.com/?q=Dental+House+Silvassa+Ekdant+Square" }
]}
buttonAnimation="blur-reveal"
@@ -259,22 +259,23 @@ export default function LandingPage() {
},
{
title: "Hours", items: [
{ label: "Monday - Saturday", href: "#" },
{ label: "9:00 AM - 8:00 PM", href: "#" },
{ label: "Emergency Cases", href: "#" },
{ label: "Accommodated", href: "#" }
{ label: "Wednesday to Saturday", href: "#" },
{ label: "9:00 AM - 1:00 PM", href: "#" },
{ label: "4:30 PM - 8:00 PM", href: "#" },
{ label: "Monday & Tuesday: 9AM - 1PM, 4:30PM - 8PM", href: "#" },
{ label: "Sunday: Closed", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "📞 097375 73722", href: "tel:+919737573722" },
{ label: "Book Appointment", href: "#contact" },
{ label: "Call Us", href: "tel:+918879888888" },
{ label: "Get Directions", href: "https://maps.google.com/?q=Dental+House+Silvassa" },
{ label: "Contact Support", href: "#contact" }
]
}
]}
copyrightText="© 2024 Dental House Silvassa | Dr. Vanraj Solanki | Implant & Pyorrhea Centre"
copyrightText="© 2024 Dental House Silvassa | Dr. Vanraj Solanki | Implant & Pyorrhea Centre | 📞 097375 73722"
/>
</div>
</ThemeProvider>