Merge version_1 into main #2
175
src/app/page.tsx
175
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
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="BrightSmile Dental"
|
||||
/>
|
||||
@@ -54,38 +46,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Smile Deserves the Best Care"
|
||||
description="Providing exceptional dental services in a comfortable, state-of-the-art environment for patients of all ages."
|
||||
tag="Trusted Dentistry"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=1",
|
||||
imageAlt: "Dentist with patient",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", imageAlt: "Dentist with patient"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=1",
|
||||
imageAlt: "Dental equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg?_wi=1",
|
||||
imageAlt: "Waiting room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg?_wi=1",
|
||||
imageAlt: "Dentist portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=1",
|
||||
imageAlt: "Clinic equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", imageAlt: "Dental equipment"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,9 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Dental Excellence"
|
||||
description={[
|
||||
"At BrightSmile Dental, we believe that every patient deserves a personalized and stress-free dental experience.",
|
||||
"We use the latest technology to ensure your visit is comfortable, effective, and efficient.",
|
||||
]}
|
||||
"At BrightSmile Dental, we believe that every patient deserves a personalized and stress-free dental experience.", "We use the latest technology to ensure your visit is comfortable, effective, and efficient."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,35 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Preventive Care",
|
||||
tags: [
|
||||
"exams",
|
||||
"cleaning",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=2",
|
||||
imageAlt: "Preventive",
|
||||
},
|
||||
id: "1", title: "Preventive Care", tags: [
|
||||
"exams", "cleaning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", imageAlt: "Preventive"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Cosmetic Dentistry",
|
||||
tags: [
|
||||
"whitening",
|
||||
"veneers",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=2",
|
||||
imageAlt: "Cosmetic",
|
||||
},
|
||||
id: "2", title: "Cosmetic Dentistry", tags: [
|
||||
"whitening", "veneers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", imageAlt: "Cosmetic"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Restorative Dentistry",
|
||||
tags: [
|
||||
"crowns",
|
||||
"bridges",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg?_wi=2",
|
||||
imageAlt: "Restorative",
|
||||
},
|
||||
id: "3", title: "Restorative Dentistry", tags: [
|
||||
"crowns", "bridges"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-mother-with-little-girl-sitting-hospital-reception-lobby-attend-medical-consultation-with-appointment-waiting-room-area-healthcare-clinic-checkup-examination_482257-47694.jpg", imageAlt: "Restorative"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="We offer a wide range of dental treatments tailored to your unique smile goals."
|
||||
@@ -154,33 +107,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Lead Dentist",
|
||||
description: "15+ years experience in restorative dentistry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Miller", role: "Lead Dentist", description: "15+ years experience in restorative dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-physiotherapist-posing_23-2148780764.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. John Doe",
|
||||
role: "Cosmetic Specialist",
|
||||
description: "Passionate about creating beautiful smiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Dr. John Doe", role: "Cosmetic Specialist", description: "Passionate about creating beautiful smiles.", imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Dental Hygienist",
|
||||
description: "Expert in preventive dental health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-smiling-covid-19-health-hospital-virus-color-nurse_179666-24306.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Dental Hygienist", description: "Expert in preventive dental health.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-smiling-covid-19-health-hospital-virus-color-nurse_179666-24306.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Ross",
|
||||
role: "Office Manager",
|
||||
description: "Ensuring a seamless patient journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dentist-with-eyeglasses_23-2147862084.jpg",
|
||||
},
|
||||
id: "4", name: "Michael Ross", role: "Office Manager", description: "Ensuring a seamless patient journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dentist-with-eyeglasses_23-2147862084.jpg"},
|
||||
]}
|
||||
title="Meet Your Care Team"
|
||||
description="Our experienced dental professionals are dedicated to your oral health and well-being."
|
||||
@@ -195,25 +128,15 @@ export default function LandingPage() {
|
||||
author="Sarah Jenkins"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-flirty-glance-closeup-portrait-blonde-model-with-ideal-skin-cyrly-hair_633478-1089.jpg",
|
||||
alt: "Reviewer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-flirty-glance-closeup-portrait-blonde-model-with-ideal-skin-cyrly-hair_633478-1089.jpg", alt: "Reviewer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg",
|
||||
alt: "Reviewer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-salon_23-2149220534.jpg", alt: "Reviewer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-mirror_107420-65403.jpg",
|
||||
alt: "Reviewer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-mirror_107420-65403.jpg", alt: "Reviewer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cheerful-man-yellow-sunglasses-with-headphones-sits-skateboard-smiling-laughing-listening-music-hipster-hippie-colorful-bright-people_1321-4102.jpg",
|
||||
alt: "Reviewer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cheerful-man-yellow-sunglasses-with-headphones-sits-skateboard-smiling-laughing-listening-music-hipster-hippie-colorful-bright-people_1321-4102.jpg", alt: "Reviewer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-blue-wall-studio-positive-blond-model-having-fun-cheerful-happy_158538-20488.jpg",
|
||||
alt: "Reviewer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-blue-wall-studio-positive-blond-model-having-fun-cheerful-happy_158538-20488.jpg", alt: "Reviewer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -226,20 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often should I visit?",
|
||||
content: "We recommend a routine cleaning and exam every six months.",
|
||||
},
|
||||
id: "1", title: "How often should I visit?", content: "We recommend a routine cleaning and exam every six months."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept insurance?",
|
||||
content: "Yes, we accept most major dental insurance providers.",
|
||||
},
|
||||
id: "2", title: "Do you accept insurance?", content: "Yes, we accept most major dental insurance providers."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the first visit painful?",
|
||||
content: "Not at all, we prioritize your comfort at every step.",
|
||||
},
|
||||
id: "3", title: "Is the first visit painful?", content: "Not at all, we prioritize your comfort at every step."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions regarding your dental appointments."
|
||||
@@ -251,14 +165,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to schedule your visit? Contact us today to book an appointment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@brightsmile.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@brightsmile.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,29 +178,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Appointment", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user