Update src/app/page.tsx

This commit is contained in:
2026-05-05 14:30:02 +00:00
parent 8777c84003
commit 00087c833e

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Bright Smile Clinic"
/>
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Professional and compassionate dental care for the whole family in a comfortable modern setting."
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
text: "Book Your Free Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-dentist-male-glasses-wearing-blue-uniform-sitting-dentist-office-looking-camera_613910-18529.jpg",
alt: "Dentist 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-dentist-male-glasses-wearing-blue-uniform-sitting-dentist-office-looking-camera_613910-18529.jpg", alt: "Dentist 1"},
{
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg",
alt: "Dentist 2",
},
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg", alt: "Dentist 2"},
{
src: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
alt: "Dentist 3",
},
src: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg", alt: "Dentist 3"},
{
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
alt: "Dentist 4",
},
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", alt: "Dentist 4"},
{
src: "http://img.b2bpic.net/free-photo/handsome-male-dentist-with-female-assistant-standing-dentist-office_613910-21262.jpg",
alt: "Dentist 5",
},
src: "http://img.b2bpic.net/free-photo/handsome-male-dentist-with-female-assistant-standing-dentist-office_613910-21262.jpg", alt: "Dentist 5"},
]}
avatarText="Join 15,000+ happy patients"
/>
@@ -104,26 +84,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Essential",
title: "Routine Cleaning",
subtitle: "Basic care for healthy gums.",
description: "Professional cleaning services to remove plaque and prevent long-term decay.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-care-tools_23-2148439167.jpg",
},
tag: "Essential", title: "Routine Cleaning", subtitle: "Basic care for healthy gums.", description: "Professional cleaning services to remove plaque and prevent long-term decay.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-care-tools_23-2148439167.jpg"},
{
tag: "Advanced",
title: "Orthodontics",
subtitle: "Straighten your smile.",
description: "Customized braces and aligners for adults and children to ensure perfect alignment.",
imageSrc: "http://img.b2bpic.net/free-photo/collection-orthodontic-instruments-dental-procedure_651396-2230.jpg",
},
tag: "Advanced", title: "Orthodontics", subtitle: "Straighten your smile.", description: "Customized braces and aligners for adults and children to ensure perfect alignment.", imageSrc: "http://img.b2bpic.net/free-photo/collection-orthodontic-instruments-dental-procedure_651396-2230.jpg"},
{
tag: "Emergency",
title: "Root Canal",
subtitle: "Relieve tooth pain.",
description: "Gentle root canal treatments performed by experienced endodontists.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-vr-dental-imaging_23-2152000855.jpg",
},
tag: "Emergency", title: "Root Canal", subtitle: "Relieve tooth pain.", description: "Gentle root canal treatments performed by experienced endodontists.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-vr-dental-imaging_23-2152000855.jpg"},
]}
title="Comprehensive Dental Services"
description="We offer a wide range of services to keep your smile healthy and radiant."
@@ -137,26 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15k+",
title: "Patients Served",
description: "Happy smiles created since 2010.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-explorer-probe_23-2147862127.jpg",
},
id: "m1", value: "15k+", title: "Patients Served", description: "Happy smiles created since 2010.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-explorer-probe_23-2147862127.jpg"},
{
id: "m2",
value: "12",
title: "Expert Doctors",
description: "Certified dental professionals.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053266.jpg",
},
id: "m2", value: "12", title: "Expert Doctors", description: "Certified dental professionals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053266.jpg"},
{
id: "m3",
value: "98%",
title: "Satisfaction Rate",
description: "Committed to patient feedback.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg",
},
id: "m3", value: "98%", title: "Satisfaction Rate", description: "Committed to patient feedback.", imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19618.jpg"},
]}
title="A Trusted Choice"
description="Our clinic has served thousands of patients with care and precision."
@@ -170,23 +120,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Dr. Sarah Miller",
role: "Lead Dentist",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-medic-health-emotion-covid-color-nurse-hospital_179666-24161.jpg",
},
id: "t1", name: "Dr. Sarah Miller", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-medic-health-emotion-covid-color-nurse-hospital_179666-24161.jpg"},
{
id: "t2",
name: "Dr. John Doe",
role: "Orthodontist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73927.jpg",
},
id: "t2", name: "Dr. John Doe", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73927.jpg"},
{
id: "t3",
name: "Jane Smith",
role: "Lead Hygienist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67083.jpg",
},
id: "t3", name: "Jane Smith", role: "Lead Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67083.jpg"},
]}
title="Meet Your Dental Experts"
description="Our team of skilled dentists and hygienists dedicated to your wellbeing."
@@ -198,30 +136,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg",
},
id: "1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-approving-dental-work_23-2148338139.jpg"},
{
id: "2",
name: "Bob Smith",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg",
},
id: "2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg"},
{
id: "3",
name: "Charlie Davis",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-men-being-relationship_23-2149887597.jpg",
},
id: "3", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-men-being-relationship_23-2149887597.jpg"},
{
id: "4",
name: "Diana Prince",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-taking-selfie_23-2149103090.jpg",
},
id: "4", name: "Diana Prince", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-taking-selfie_23-2149103090.jpg"},
{
id: "5",
name: "Edward Norton",
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-sitting-dentist-chair-holding-cup-with-mouthwash-clinic_613910-17737.jpg",
},
id: "5", name: "Edward Norton", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-sitting-dentist-chair-holding-cup-with-mouthwash-clinic_613910-17737.jpg"},
]}
cardTitle="What Patients Say"
cardTag="Testimonials"
@@ -235,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How often should I clean?",
content: "We recommend bi-annual cleanings.",
},
id: "f1", title: "How often should I clean?", content: "We recommend bi-annual cleanings."},
{
id: "f2",
title: "Do you accept insurance?",
content: "Yes, we accept major insurance plans.",
},
id: "f2", title: "Do you accept insurance?", content: "Yes, we accept major insurance plans."},
{
id: "f3",
title: "Is teeth whitening painful?",
content: "Our modern whitening is safe and gentle.",
},
id: "f3", title: "Is teeth whitening painful?", content: "Our modern whitening is safe and gentle."},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-talking-patient_23-2149941499.jpg"
mediaAnimation="slide-up"
@@ -262,8 +176,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Booking"
title="Schedule a Consultation"
description="Fill in your details and our team will reach out to confirm your visit."
@@ -274,29 +187,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Cleaning",
href: "#features",
},
label: "Cleaning", href: "#features"},
{
label: "Orthodontics",
href: "#features",
},
label: "Orthodontics", href: "#features"},
],
},
]}
@@ -307,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}