3 Commits

Author SHA1 Message Date
7d653da08b Update src/app/page.tsx 2026-05-07 06:18:01 +00:00
2efcf41271 Merge version_2 into main
Merge version_2 into main
2026-05-07 06:16:40 +00:00
f6db79468d Update src/app/page.tsx 2026-05-07 06:16:37 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Doctors", name: "Doctors", id: "team"},
id: "team",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="NordicSmile" brandName="NordicSmile"
/> />
@@ -59,13 +51,9 @@ export default function LandingPage() {
description="Experience luxury dental care in a calm, modern environment. Book your consultation with our AI-powered assistant today." description="Experience luxury dental care in a calm, modern environment. Book your consultation with our AI-powered assistant today."
buttons={[ buttons={[
{ {
text: "Book Appointment", text: "Book Appointment", href: "#contact"},
href: "#contact",
},
{ {
text: "Talk to AI Assistant", text: "View Patient Gallery", href: "#testimonials"},
href: "#",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg"
/> />
@@ -85,20 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Cosmetic Dentistry", title: "Cosmetic Dentistry", description: "Enhance your natural beauty with our advanced cosmetic procedures.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2941.jpg"},
description: "Enhance your natural beauty with our advanced cosmetic procedures.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2941.jpg",
},
{ {
title: "Dental Implants", title: "Dental Implants", description: "Restorative care using state-of-the-art implant technology.", imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg"},
description: "Restorative care using state-of-the-art implant technology.",
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg",
},
{ {
title: "Teeth Cleaning", title: "Teeth Cleaning", description: "Professional preventative care for long-term oral health.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg"},
description: "Professional preventative care for long-term oral health.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg",
},
]} ]}
title="Our Specialized Treatments" title="Our Specialized Treatments"
description="Premium dental solutions tailored to your unique smile needs." description="Premium dental solutions tailored to your unique smile needs."
@@ -112,26 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "15k+", title: "Successful Treatments", description: "Patient care delivered with perfection.", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg"},
value: "15k+",
title: "Successful Treatments",
description: "Patient care delivered with perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19621.jpg",
},
{ {
id: "2", id: "2", value: "20+", title: "Years Experience", description: "Decades of dental expertise.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-2532.jpg"},
value: "20+",
title: "Years Experience",
description: "Decades of dental expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-2532.jpg",
},
{ {
id: "3", id: "3", value: "98%", title: "Satisfaction Rate", description: "Consistently high patient ratings.", imageSrc: "http://img.b2bpic.net/free-photo/patient-dentist_624325-1625.jpg"},
value: "98%",
title: "Satisfaction Rate",
description: "Consistently high patient ratings.",
imageSrc: "http://img.b2bpic.net/free-photo/patient-dentist_624325-1625.jpg",
},
]} ]}
title="Excellence in Care" title="Excellence in Care"
description="Our numbers speak for the trust we've built with our patients." description="Our numbers speak for the trust we've built with our patients."
@@ -146,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ {
id: "1", id: "1", name: "Dr. Sarah Miller", role: "Head Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-doctor-with-medical-expertise-feeling-confident-about-health-care-system-cabinet-physician-waiting-start-checkup-visit-consultation-appointments-with-patient_482257-47405.jpg"},
name: "Dr. Sarah Miller",
role: "Head Dentist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-doctor-with-medical-expertise-feeling-confident-about-health-care-system-cabinet-physician-waiting-start-checkup-visit-consultation-appointments-with-patient_482257-47405.jpg",
},
{ {
id: "2", id: "2", name: "Dr. James Smith", role: "Implant Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19758.jpg"},
name: "Dr. James Smith",
role: "Implant Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19758.jpg",
},
{ {
id: "3", id: "3", name: "Dr. Emily Chen", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168436.jpg"},
name: "Dr. Emily Chen",
role: "Orthodontist",
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168436.jpg",
},
]} ]}
title="Meet Our Expert Team" title="Meet Our Expert Team"
description="Led by highly qualified professionals dedicated to your health." description="Led by highly qualified professionals dedicated to your health."
@@ -175,45 +127,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Life Changing", quote: "The care I received was incredible. Truly world-class.", name: "Alice P.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-model-teeth-female-patient_107420-65409.jpg"},
title: "Life Changing",
quote: "The care I received was incredible. Truly world-class.",
name: "Alice P.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-model-teeth-female-patient_107420-65409.jpg",
},
{ {
id: "2", id: "2", title: "Highly Professional", quote: "Everything about this clinic is premium and efficient.", name: "Mark D.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg"},
title: "Highly Professional",
quote: "Everything about this clinic is premium and efficient.",
name: "Mark D.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg",
},
{ {
id: "3", id: "3", title: "Great Staff", quote: "The staff made me feel comfortable immediately.", name: "Elena W.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-glad-young-sportswoman-redhead-nominated-smiling-surprised-laughing-joyfully-close-ey_1258-137344.jpg"},
title: "Great Staff",
quote: "The staff made me feel comfortable immediately.",
name: "Elena W.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-glad-young-sportswoman-redhead-nominated-smiling-surprised-laughing-joyfully-close-ey_1258-137344.jpg",
},
{ {
id: "4", id: "4", title: "Fast Treatment", quote: "Excellent results and very smooth booking process.", name: "John K.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg"},
title: "Fast Treatment",
quote: "Excellent results and very smooth booking process.",
name: "John K.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-male-doctor-smiling-points-away-space-text-white-background-attractive-intern-wearing-uniform-looking-confident-isolated_574295-6094.jpg",
},
{ {
id: "5", id: "5", title: "Exceptional Care", quote: "I am so happy with my new smile, thank you!", name: "Sarah T.", role: "Patient", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-standing-bricks-wall-with-happy-cool-smile-face-lucky-person_839833-8060.jpg"},
title: "Exceptional Care",
quote: "I am so happy with my new smile, thank you!",
name: "Sarah T.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-standing-bricks-wall-with-happy-cool-smile-face-lucky-person_839833-8060.jpg",
},
]} ]}
title="Patient Stories" title="Patient Stories"
description="Read about the transformative experiences at NordicSmile." description="Read about the transformative experiences at NordicSmile."
@@ -226,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How do I book?", content: "Book your initial consultation online in seconds through our secure portal"},
title: "How do I book?",
content: "Use our AI assistant widget at the bottom-right corner to schedule anytime.",
},
{ {
id: "2", id: "2", title: "Do you accept insurance?", content: "Yes, we work with most major medical insurance providers."},
title: "Do you accept insurance?",
content: "Yes, we work with most major medical insurance providers.",
},
{ {
id: "3", id: "3", title: "Are emergency appointments available?", content: "Yes, contact our AI assistant for immediate triage."},
title: "Are emergency appointments available?",
content: "Yes, contact our AI assistant for immediate triage.",
},
]} ]}
title="Common Questions" title="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -255,35 +168,11 @@ export default function LandingPage() {
title="Dental Wellness Insights" title="Dental Wellness Insights"
blogs={[ blogs={[
{ {
id: "1", id: "1", category: "Health", title: "Maintaining White Teeth", excerpt: "Top tips for bright smiles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-modern-woman-writing-down-grocery-list-meal-ideas-notebook-standing_1258-218334.jpg", authorName: "Dr. Miller", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg", date: "Oct 2023"},
category: "Health",
title: "Maintaining White Teeth",
excerpt: "Top tips for bright smiles.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-modern-woman-writing-down-grocery-list-meal-ideas-notebook-standing_1258-218334.jpg",
authorName: "Dr. Miller",
authorAvatar: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg",
date: "Oct 2023",
},
{ {
id: "2", id: "2", category: "Health", title: "Implant Recovery Tips", excerpt: "Everything you need to know.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg", authorName: "Dr. Smith", authorAvatar: "http://img.b2bpic.net/free-photo/doctor-gives-medication-young-man_482257-119615.jpg", date: "Nov 2023"},
category: "Health",
title: "Implant Recovery Tips",
excerpt: "Everything you need to know.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg",
authorName: "Dr. Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/doctor-gives-medication-young-man_482257-119615.jpg",
date: "Nov 2023",
},
{ {
id: "3", id: "3", category: "Health", title: "Oral Hygiene Basics", excerpt: "The importance of flossing.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443492.jpg", authorName: "Dr. Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-dentist-smiling-with-arms-crossed-dental-clinic_158595-7723.jpg", date: "Dec 2023"},
category: "Health",
title: "Oral Hygiene Basics",
excerpt: "The importance of flossing.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443492.jpg",
authorName: "Dr. Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-dentist-smiling-with-arms-crossed-dental-clinic_158595-7723.jpg",
date: "Dec 2023",
},
]} ]}
description="Stay updated on the latest trends and dental health advice." description="Stay updated on the latest trends and dental health advice."
/> />
@@ -293,13 +182,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Ready for your best smile? Contact us today to get started." text="Ready for your best smile? Contact us today to get started."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now"},
},
]} ]}
/> />
</div> </div>
@@ -310,25 +197,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -338,4 +217,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }