Merge version_1 into main #1
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,43 +30,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dr. Meryeme Tithessen"
|
||||
button={{ text: "Book Appointment", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Dr. Meryeme Tithessen"
|
||||
description="Providing exceptional dental care with a personalized approach for a healthy and confident smile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book an Appointment", href: "#contact" },
|
||||
{ text: "Our Services", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg"
|
||||
imageAlt="Modern dental clinic atmosphere"
|
||||
@@ -81,18 +62,9 @@ export default function LandingPage() {
|
||||
title="Your Dental Health is Our Priority"
|
||||
description="At the cabinet of Dr. Meryeme Tithessen, we combine advanced technology with a gentle, patient-centered approach to ensure you receive the highest quality of care."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "Utilizing the latest equipment for accurate and effective treatments.",
|
||||
},
|
||||
{
|
||||
title: "Gentle Care",
|
||||
description: "Focused on creating a calm and comfortable environment for every patient.",
|
||||
},
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Dedicated professionals committed to your long-term dental health.",
|
||||
},
|
||||
{ title: "Advanced Technology", description: "Utilizing the latest equipment for accurate and effective treatments." },
|
||||
{ title: "Gentle Care", description: "Focused on creating a calm and comfortable environment for every patient." },
|
||||
{ title: "Expert Team", description: "Dedicated professionals committed to your long-term dental health." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-piece-paper_1098-910.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,27 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "General Dentistry",
|
||||
subtitle: "Regular checkups and cleanings.",
|
||||
category: "Preventative",
|
||||
value: "Essential",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Dental Implants",
|
||||
subtitle: "Restoring your smile with natural solutions.",
|
||||
category: "Restorative",
|
||||
value: "Advanced",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Orthodontics",
|
||||
subtitle: "Perfecting alignment for a confident smile.",
|
||||
category: "Aesthetic",
|
||||
value: "Custom",
|
||||
},
|
||||
{ id: "f1", title: "General Dentistry", subtitle: "Regular checkups and cleanings.", category: "Preventative", value: "Essential" },
|
||||
{ id: "f2", title: "Dental Implants", subtitle: "Restoring your smile with natural solutions.", category: "Restorative", value: "Advanced" },
|
||||
{ id: "f3", title: "Orthodontics", subtitle: "Perfecting alignment for a confident smile.", category: "Aesthetic", value: "Custom" },
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="From preventative care to aesthetic transformations, we offer a full range of services to meet your needs."
|
||||
@@ -138,60 +92,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah L.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas M.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-ethnic-male-with-curly-hair_23-2148203571.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-portrait-happy-ginger-red-hair-girl-with-freckles-smiling-looking-camera-pastel-blue-background-copy-space_1258-788.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert K.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-female-model-brushes-teeth-regularly-wears-funny-domestic-hat-bathrobe_273609-37107.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica R.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-covid-emotion-pandemic_179666-24190.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah L.", role: "Patient", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg" },
|
||||
{ id: "2", name: "Thomas M.", role: "Patient", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-ethnic-male-with-curly-hair_23-2148203571.jpg" },
|
||||
{ id: "3", name: "Emily D.", role: "Patient", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/headshot-portrait-happy-ginger-red-hair-girl-with-freckles-smiling-looking-camera-pastel-blue-background-copy-space_1258-788.jpg" },
|
||||
{ id: "4", name: "Robert K.", role: "Patient", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-female-model-brushes-teeth-regularly-wears-funny-domestic-hat-bathrobe_273609-37107.jpg" },
|
||||
{ id: "5", name: "Jessica R.", role: "Patient", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-covid-emotion-pandemic_179666-24190.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Smiles Transformed",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Patient Satisfaction",
|
||||
},
|
||||
{ value: "1000+", label: "Smiles Transformed" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "99%", label: "Patient Satisfaction" },
|
||||
]}
|
||||
title="Patient Success Stories"
|
||||
description="See why our patients trust us with their dental health and smiles."
|
||||
@@ -204,27 +114,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Support Available",
|
||||
description: "Emergency guidance whenever you need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-66991.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
description: "Full dedication to patient comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66838.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5k+",
|
||||
title: "Procedures",
|
||||
description: "Successful clinical history.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-smiling-pink_179666-1708.jpg",
|
||||
},
|
||||
{ id: "m1", value: "24/7", title: "Support Available", description: "Emergency guidance whenever you need.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-66991.jpg" },
|
||||
{ id: "m2", value: "100%", title: "Commitment", description: "Full dedication to patient comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66838.jpg" },
|
||||
{ id: "m3", value: "5k+", title: "Procedures", description: "Successful clinical history.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-smiling-pink_179666-1708.jpg" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to excellence reflected in our practice achievements."
|
||||
@@ -236,21 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Yes, we are currently accepting new patients to our clinic.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What insurance do you take?",
|
||||
content: "We work with all major dental insurance providers.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I book an emergency?",
|
||||
content: "Please call our office directly for urgent dental needs.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept new patients?", content: "Yes, we are currently accepting new patients to our clinic." },
|
||||
{ id: "q2", title: "What insurance do you take?", content: "We work with all major dental insurance providers." },
|
||||
{ id: "q3", title: "How do I book an emergency?", content: "Please call our office directly for urgent dental needs." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our dental services."
|
||||
@@ -261,9 +141,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Brighten Your Smile?"
|
||||
description="Get in touch with us to schedule your next visit or ask any questions about our procedures."
|
||||
@@ -277,29 +155,15 @@ export default function LandingPage() {
|
||||
logoText="Dr. Meryeme Tithessen"
|
||||
columns={[
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Practice", items: [
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -308,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user