Compare commits
5 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| c3e9abf50d | |||
| 38399bfa69 | |||
| 4c8dfab588 | |||
| f8b05855c6 | |||
| 972e550dc0 |
1418
src/app/layout.tsx
1418
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
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() {
|
export default function LandingPage() {
|
||||||
const handleBookAppointment = () => {
|
const handleBookAppointment = () => {
|
||||||
@@ -298,35 +298,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoReveal
|
||||||
logoText="Expert Dental Care"
|
logoText="Expert Dental Care"
|
||||||
copyrightText="© 2025 Expert Dental Care. All rights reserved."
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
columns={[
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
{
|
className="py-12 md:py-16"
|
||||||
title: "Services", items: [
|
wrapperClassName="py-12 md:py-16"
|
||||||
{ 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" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user