Compare commits
5 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| e09b2027b8 | |||
| 2357c3476e | |||
| dcdddd700d | |||
| fda4621774 | |||
| 79a8c199bf |
@@ -10,8 +10,9 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
|
|||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
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';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Shield, Zap, Heart, DollarSign } from 'lucide-react';
|
import { Shield, Zap, Heart, DollarSign } from 'lucide-react';
|
||||||
|
|
||||||
const handleAppointmentClick = () => {
|
const handleAppointmentClick = () => {
|
||||||
@@ -232,6 +233,24 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="socialproof" data-section="socialproof">
|
||||||
|
<SocialProofOne
|
||||||
|
title="Trusted by Industry Leaders"
|
||||||
|
description="Join thousands of patients who have experienced our exceptional dental care"
|
||||||
|
tag="Partners"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
names={[
|
||||||
|
"American Dental Association", "International Implant Association", "Cosmetic Dentistry Academy", "Orthodontic Society", "Dental Excellence Network", "Patient Care Foundation"
|
||||||
|
]}
|
||||||
|
logos={[
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772923976239-t0hjwr9a.png"
|
||||||
|
]}
|
||||||
|
speed={40}
|
||||||
|
showCard={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="What Our Patients Say"
|
title="What Our Patients Say"
|
||||||
@@ -281,35 +300,10 @@ 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"
|
||||||
columns={[
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
{
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user