Merge version_10 into main #40

Merged
bender merged 1 commits from version_10 into main 2026-03-07 23:00:00 +00:00

View File

@@ -302,33 +302,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="EXPERT DENTAL CARE"
columns={[
{
title: "Services", items: [
{ label: "Teeth Cleaning", href: "#services" },
{ label: "Dental Implants", href: "#services" },
{ label: "Teeth Whitening", href: "#services" },
{ label: "Root Canal", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
{ label: "Book Appointment", href: "#contact" }
]
},
{
title: "Contact", items: [
{ label: "Phone: +1-555-123-4567", href: "tel:+1-555-123-4567" },
{ label: "Email: info@expertdentalcare.com", href: "mailto:info@expertdentalcare.com" },
{ label: "Monday-Friday: 9AM-6PM", href: "#" },
{ label: "Saturday: 10AM-4PM", href: "#" }
]
}
]}
copyrightText="© 2026 EXPERT DENTAL CARE. All rights reserved."
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ThemeProvider>