Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f73402274 |
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="7 Oaks Dental"
|
||||
/>
|
||||
@@ -60,60 +50,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Smile, Our Passion."
|
||||
description="Experience personalized, gentle dental care in a state-of-the-art environment at 7 Oaks Dental Centre. We prioritize your comfort and health above all else."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-doctor-shaking-hand_23-2147822854.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-doctor-shaking-hand_23-2147822854.jpg", alt: "Patient 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswomen-working-her-office_1301-6896.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswomen-working-her-office_1301-6896.jpg", alt: "Patient 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-dentist-using-digital-tablet_107420-74079.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-dentist-using-digital-tablet_107420-74079.jpg", alt: "Patient 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", alt: "Patient 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-beautiful-woman-smiling-happy-confident-standing-with-smile-face-terrace_839833-20696.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-beautiful-woman-smiling-happy-confident-standing-with-smile-face-terrace_839833-20696.jpg", alt: "Patient 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 2,000 happy patients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Dentistry",
|
||||
},
|
||||
type: "text", text: "Family Dentistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cosmetic Care",
|
||||
},
|
||||
type: "text", text: "Cosmetic Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Orthodontics",
|
||||
},
|
||||
type: "text", text: "Orthodontics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Services",
|
||||
},
|
||||
type: "text", text: "Emergency Services"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital Imaging",
|
||||
},
|
||||
type: "text", text: "Digital Imaging"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,19 +92,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Years Experience",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years Experience", value: "25+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Patients",
|
||||
value: "2k+",
|
||||
},
|
||||
label: "Happy Patients", value: "2k+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
label: "Google Rating", value: "4.9"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -151,20 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Achieve the smile you've always dreamed of with our advanced whitening and porcelain veneers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7893.jpg",
|
||||
},
|
||||
title: "Cosmetic Dentistry", description: "Achieve the smile you've always dreamed of with our advanced whitening and porcelain veneers.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7893.jpg"},
|
||||
{
|
||||
title: "Digital Diagnostics",
|
||||
description: "Utilizing the latest digital imaging technology for safer and more accurate dental diagnostics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443488.jpg",
|
||||
},
|
||||
title: "Digital Diagnostics", description: "Utilizing the latest digital imaging technology for safer and more accurate dental diagnostics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443488.jpg"},
|
||||
{
|
||||
title: "Restorative Care",
|
||||
description: "High-quality implants and crowns designed to look, feel, and function like natural teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg",
|
||||
},
|
||||
title: "Restorative Care", description: "High-quality implants and crowns designed to look, feel, and function like natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="From routine check-ups to advanced cosmetic procedures, we offer a full spectrum of dental treatments tailored to your unique needs."
|
||||
@@ -178,26 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Treatment Success",
|
||||
description: "Outstanding results across all restorative and cosmetic procedures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-protective-glove_23-2149164346.jpg",
|
||||
},
|
||||
id: "m1", value: "98%", title: "Treatment Success", description: "Outstanding results across all restorative and cosmetic procedures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-protective-glove_23-2149164346.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support Available",
|
||||
description: "Always here to answer your dental emergencies and questions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-nurse-holding-digital-tablet-with-tooth-radiography-screen-explaining-sick-man-stomatology-treatment-prevent-toothache-patient-sitting-dental-chair-modern-dentistry-office_482257-28133.jpg",
|
||||
},
|
||||
id: "m2", value: "24/7", title: "Support Available", description: "Always here to answer your dental emergencies and questions.", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-nurse-holding-digital-tablet-with-tooth-radiography-screen-explaining-sick-man-stomatology-treatment-prevent-toothache-patient-sitting-dental-chair-modern-dentistry-office_482257-28133.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Sterility Standards",
|
||||
description: "Highest level of cleanliness and safety for every visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24457.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Sterility Standards", description: "Highest level of cleanliness and safety for every visit.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24457.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Our practice blends modern technology with a warm, caring touch to provide the best outcomes for our patients."
|
||||
@@ -212,23 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "mem1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Lead Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-clinic_107420-65269.jpg",
|
||||
},
|
||||
id: "mem1", name: "Dr. Sarah Miller", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-clinic_107420-65269.jpg"},
|
||||
{
|
||||
id: "mem2",
|
||||
name: "Dr. James Chen",
|
||||
role: "Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-doctor-wearing-medical-robe-looking-isolated_141793-68706.jpg",
|
||||
},
|
||||
id: "mem2", name: "Dr. James Chen", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-doctor-wearing-medical-robe-looking-isolated_141793-68706.jpg"},
|
||||
{
|
||||
id: "mem3",
|
||||
name: "Anna Smith, RDH",
|
||||
role: "Hygienist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg",
|
||||
},
|
||||
id: "mem3", name: "Anna Smith, RDH", role: "Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg"},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
description="Our dedicated dental professionals are committed to making your experience comfortable and efficient."
|
||||
@@ -243,45 +168,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Teacher",
|
||||
company: "Local School",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Teacher", company: "Local School", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Engineer",
|
||||
company: "Tech Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-with-curly-hair-green-t-shirt-pointing-aside-with-thumb-looking-joyous-front-view_176474-112415.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Engineer", company: "Tech Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-with-curly-hair-green-t-shirt-pointing-aside-with-thumb-looking-joyous-front-view_176474-112415.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Designer",
|
||||
company: "Creative Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Designer", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Entrepreneur",
|
||||
company: "Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28566.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Entrepreneur", company: "Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28566.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda White",
|
||||
role: "Writer",
|
||||
company: "Author",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheerful-young-european-woman-dressed-formal-white-blouse-wears-round-spectacles-leans-forward-has-upbeat-mood-isolated-blue-studio-background-happy-emotions-concept_273609-60497.jpg",
|
||||
},
|
||||
id: "5", name: "Linda White", role: "Writer", company: "Author", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheerful-young-european-woman-dressed-formal-white-blouse-wears-round-spectacles-leans-forward-has-upbeat-mood-isolated-blue-studio-background-happy-emotions-concept_273609-60497.jpg"},
|
||||
]}
|
||||
title="Patient Stories"
|
||||
description="Hear what our patients have to say about their experience at 7 Oaks Dental Centre."
|
||||
@@ -294,25 +194,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept insurance?",
|
||||
content: "Yes, we work with most major insurance providers.",
|
||||
},
|
||||
id: "f1", title: "Do you accept insurance?", content: "Yes, we work with most major insurance providers. Our team is happy to assist you with all claim paperwork to ensure a stress-free experience."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your payment options?",
|
||||
content: "We offer flexible financing and payment plans.",
|
||||
},
|
||||
id: "f2", title: "What are your payment options?", content: "We offer flexible financing and payment plans, and we handle all the necessary paperwork for your claims so you can focus on your smile."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How often should I visit?",
|
||||
content: "We recommend a routine check-up every 6 months.",
|
||||
},
|
||||
id: "f3", title: "How often should I visit?", content: "We recommend a routine check-up every 6 months."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is parking available?",
|
||||
content: "We have convenient on-site parking for patients.",
|
||||
},
|
||||
id: "f4", title: "Is parking available?", content: "We have convenient on-site parking for patients."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your next visit to our practice."
|
||||
@@ -324,8 +212,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Book Your Visit Today"
|
||||
description="Let us help you achieve a healthier, brighter smile. Reach out to schedule your next appointment or ask a question."
|
||||
@@ -340,29 +227,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -372,4 +249,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user