Merge version_11 into main #25

Merged
bender merged 1 commits from version_11 into main 2026-03-08 10:51:17 +00:00

View File

@@ -11,7 +11,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function LandingPage() {
const handleBookAppointment = () => {
@@ -298,37 +298,12 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterLogoReveal
logoText="Expert Dental Care"
copyrightText="© 2025 Expert Dental Care. All rights reserved."
columns={[
{
title: "Services", items: [
{ label: "General Dentistry", href: "#services" },
{ label: "Root Canal Treatment", href: "#services" },
{ label: "Dental Implants", href: "#services" },
{ label: "Cosmetic Dentistry", href: "#services" }
]
},
{
title: "About", items: [
{ label: "Dr. Padmasri Yadla", href: "#about" },
{ label: "Patient Testimonials", href: "#testimonials" },
{ label: "Our Features", href: "#features" },
{ label: "Contact Us", href: "#contact" }
]
},
{
title: "Contact", items: [
{ label: "Gajuwaka, Visakhapatnam", href: "#" },
{ label: "Monday-Sunday: 10 AM 9 PM", href: "#" },
{ label: "Consultation: ₹250", href: "#" },
{ label: "Book Appointment", href: "#contact" }
]
}
]}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ThemeProvider>
);
}
}