Merge version_1 into main #1
210
src/app/page.tsx
210
src/app/page.tsx
@@ -32,25 +32,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: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Leon Laura DDS"
|
||||
/>
|
||||
@@ -62,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Trusted Family Dentistry, Over 20 Years Strong. Gentle, honest care in a warm environment where your family is treated like family. Se Habla Español."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Appointment Today", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224138.jpg",
|
||||
imageAlt: "Family smiling at dentist",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-doing-their-work-pediatrics-office_23-2149224138.jpg", imageAlt: "Family smiling at dentist"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg",
|
||||
imageAlt: "Friendly dental office staff",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Friendly dental office staff"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-uniform-mask-sitting-chair-his-workplace-dental-clinic_613910-17789.jpg",
|
||||
imageAlt: "Clean dental treatment room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-uniform-mask-sitting-chair-his-workplace-dental-clinic_613910-17789.jpg", imageAlt: "Clean dental treatment room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-inspection-spatula-examine-patient-throat-ent-doctor-doing-throat-exam-woman-patient-opened-her-mouth-throat-checkup_657921-246.jpg",
|
||||
imageAlt: "Professional dentist checking teeth",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-inspection-spatula-examine-patient-throat-ent-doctor-doing-throat-exam-woman-patient-opened-her-mouth-throat-checkup_657921-246.jpg", imageAlt: "Professional dentist checking teeth"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-smiling-medium-shot_23-2148376593.jpg",
|
||||
imageAlt: "Happy senior patient smiling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-smiling-medium-shot_23-2148376593.jpg", imageAlt: "Happy senior patient smiling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg",
|
||||
imageAlt: "Bright dental clinic interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg", imageAlt: "Bright dental clinic interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="20 Years of Community Care"
|
||||
description={[
|
||||
"For two decades, Dr. Leon Laura has served the Anaheim community with a commitment to gentle, family-oriented dentistry. We pride ourselves on creating a comfortable, bilingual dental home where every patient is treated like our own family.",
|
||||
"Our practice focuses on clear, honest communication and providing affordable, high-quality care that keeps families smiling for generations. Se Habla Español.",
|
||||
]}
|
||||
"For two decades, Dr. Leon Laura has served the Anaheim community with a commitment to gentle, family-oriented dentistry. We pride ourselves on creating a comfortable, bilingual dental home where every patient is treated like our own family.", "Our practice focuses on clear, honest communication and providing affordable, high-quality care that keeps families smiling for generations. Se Habla Español."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,29 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Preventative Care",
|
||||
descriptions: [
|
||||
"Comprehensive cleanings and checkups for all ages.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042918.jpg",
|
||||
},
|
||||
id: "f1", title: "Preventative Care", descriptions: [
|
||||
"Comprehensive cleanings and checkups for all ages."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042918.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Cosmetic Dentistry",
|
||||
descriptions: [
|
||||
"Enhancing your smile with modern aesthetic techniques.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2981.jpg",
|
||||
},
|
||||
id: "f2", title: "Cosmetic Dentistry", descriptions: [
|
||||
"Enhancing your smile with modern aesthetic techniques."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2981.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Restorative Services",
|
||||
descriptions: [
|
||||
"Reliable repairs and replacements for lasting function.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67240.jpg",
|
||||
},
|
||||
id: "f3", title: "Restorative Services", descriptions: [
|
||||
"Reliable repairs and replacements for lasting function."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67240.jpg"},
|
||||
]}
|
||||
title="Comprehensive Family Care"
|
||||
description="Tailored dental solutions designed to keep your family healthy and confident."
|
||||
@@ -144,30 +106,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Professional dental care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-golden-prize-balloons_23-2149059636.jpg",
|
||||
},
|
||||
id: "m1", value: "20+", title: "Years Experience", description: "Professional dental care.", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-golden-prize-balloons_23-2149059636.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Happy Patients",
|
||||
description: "Families treated in Anaheim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-taking-selfie_23-2149008996.jpg",
|
||||
},
|
||||
id: "m2", value: "5000+", title: "Happy Patients", description: "Families treated in Anaheim.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-taking-selfie_23-2149008996.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Care Commitment",
|
||||
description: "Focused on quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental-emblem-set_1284-4396.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Care Commitment", description: "Focused on quality.", imageSrc: "http://img.b2bpic.net/free-vector/dental-emblem-set_1284-4396.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Dedicated to community health."
|
||||
@@ -181,59 +129,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Garcia",
|
||||
role: "Patient",
|
||||
company: "Anaheim Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-office_23-2148338135.jpg",
|
||||
},
|
||||
id: "1", name: "Maria Garcia", role: "Patient", company: "Anaheim Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-office_23-2148338135.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Smith",
|
||||
role: "Patient",
|
||||
company: "Anaheim Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg",
|
||||
},
|
||||
id: "2", name: "John Smith", role: "Patient", company: "Anaheim Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-injection-patient_1170-2124.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rosa Martinez",
|
||||
role: "Patient",
|
||||
company: "Anaheim Resident",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-showing-thumbs-up_23-2150780412.jpg",
|
||||
},
|
||||
id: "3", name: "Rosa Martinez", role: "Patient", company: "Anaheim Resident", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-showing-thumbs-up_23-2150780412.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wilson",
|
||||
role: "Patient",
|
||||
company: "Anaheim Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-happy-boastful-young-hispanic-guy-mocking-friend-losing-him-showing-l_1258-110329.jpg",
|
||||
},
|
||||
id: "4", name: "David Wilson", role: "Patient", company: "Anaheim Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-happy-boastful-young-hispanic-guy-mocking-friend-losing-him-showing-l_1258-110329.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Lopez",
|
||||
role: "Patient",
|
||||
company: "Anaheim Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Lopez", role: "Patient", company: "Anaheim Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Avg. Rating",
|
||||
},
|
||||
value: "4.8", label: "Avg. Rating"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Strong",
|
||||
},
|
||||
value: "20+", label: "Years Strong"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Bilingual Support",
|
||||
},
|
||||
value: "100%", label: "Bilingual Support"},
|
||||
]}
|
||||
title="Patient Reviews"
|
||||
description="Voices of the Anaheim community."
|
||||
@@ -245,14 +162,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Anaheim Health Board",
|
||||
"Dental Association",
|
||||
"Local Community Center",
|
||||
"Family Wellness Trust",
|
||||
"California Dental Group",
|
||||
"Smile Excellence",
|
||||
"Anaheim Business Guild",
|
||||
]}
|
||||
"Anaheim Health Board", "Dental Association", "Local Community Center", "Family Wellness Trust", "California Dental Group", "Smile Excellence", "Anaheim Business Guild"]}
|
||||
title="Community Partners"
|
||||
description="Proud to serve Anaheim families."
|
||||
/>
|
||||
@@ -264,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you speak Spanish?",
|
||||
content: "Yes, our staff is fully bilingual and ready to assist you in Spanish.",
|
||||
},
|
||||
id: "q1", title: "Do you speak Spanish?", content: "Yes, our staff is fully bilingual and ready to assist you in Spanish."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you accept new patients?",
|
||||
content: "Absolutely, we welcome new families to join our practice.",
|
||||
},
|
||||
id: "q2", title: "Do you accept new patients?", content: "Absolutely, we welcome new families to join our practice."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What insurance do you take?",
|
||||
content: "We work with most major insurance providers and offer financing options.",
|
||||
},
|
||||
id: "q3", title: "What insurance do you take?", content: "We work with most major insurance providers and offer financing options."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Helpful information for your first visit."
|
||||
@@ -289,8 +190,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Appointment"
|
||||
description="We are committed to quality care. Please reach out to schedule your family's visit."
|
||||
@@ -303,29 +203,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
title: "Practice", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user