Merge version_1 into main #2
229
src/app/page.tsx
229
src/app/page.tsx
@@ -31,23 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about-doctor",
|
||||
},
|
||||
name: "About", id: "#about-doctor"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Dr. Aaliya's Dental Clinic"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,37 +49,23 @@ export default function LandingPage() {
|
||||
description="At Dr. Aaliya's Dental Clinic, we combine gentle care with advanced dentistry — crafting confident smiles in the heart of Jamia Nagar, Okhla."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg"
|
||||
imageAlt="happy patient dental chair"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg",
|
||||
alt: "Happy young woman sitting on dental chair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg", alt: "Happy young woman sitting on dental chair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-sitting-dentist-chair-holding-cup-with-mouthwash-clinic_613910-17737.jpg",
|
||||
alt: "Happy redhead woman sitting in a dentist chair holding a cup with mouthwash in a clinic.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-sitting-dentist-chair-holding-cup-with-mouthwash-clinic_613910-17737.jpg", alt: "Happy redhead woman sitting in a dentist chair holding a cup with mouthwash in a clinic."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
|
||||
alt: "Female patient smiling while talking to doctor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg", alt: "Female patient smiling while talking to doctor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-african-american-man-guy-visiting-dentist-s-office-prevention-oral-cavity-man-famale-doctor-while-checkup-teeth_1157-42062.jpg",
|
||||
alt: "Young african-american man. Guy visiting dentist's office for prevention of the oral cavity.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-african-american-man-guy-visiting-dentist-s-office-prevention-oral-cavity-man-famale-doctor-while-checkup-teeth_1157-42062.jpg", alt: "Young african-american man. Guy visiting dentist's office for prevention of the oral cavity."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg",
|
||||
alt: "Dentist measuring plastic teeth model with vernier caliper near female patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg", alt: "Dentist measuring plastic teeth model with vernier caliper near female patient"},
|
||||
]}
|
||||
avatarText="100+ Happy Smiles"
|
||||
/>
|
||||
@@ -99,9 +77,7 @@ export default function LandingPage() {
|
||||
title="A Space Designed for Your Comfort"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,67 +89,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description: "Routine check-ups, fillings, extractions and cleanings — keeping your oral health in top shape year-round.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg?_wi=1",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
title: "General Dentistry", description: "Routine check-ups, fillings, extractions and cleanings — keeping your oral health in top shape year-round.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg", imageAlt: "dental clinic waiting room"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Routine Check-ups",
|
||||
},
|
||||
text: "Routine Check-ups"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Fillings & Cleanings",
|
||||
},
|
||||
text: "Fillings & Cleanings"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg?_wi=2",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
{
|
||||
title: "Teeth Whitening",
|
||||
description: "Professional-grade whitening treatments that brighten your smile safely and effectively in a single visit.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg",
|
||||
imageAlt: "happy patient dental chair",
|
||||
},
|
||||
title: "Teeth Whitening", description: "Professional-grade whitening treatments that brighten your smile safely and effectively in a single visit.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", imageAlt: "happy patient dental chair"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Professional Grade",
|
||||
},
|
||||
text: "Professional Grade"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Single Visit",
|
||||
},
|
||||
text: "Single Visit"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=1",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description: "Permanent, natural-looking replacements for missing teeth — restoring both function and confidence.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg?_wi=1",
|
||||
imageAlt: "smiling dentist portrait",
|
||||
},
|
||||
title: "Dental Implants", description: "Permanent, natural-looking replacements for missing teeth — restoring both function and confidence.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg", imageAlt: "smiling dentist portrait"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Permanent",
|
||||
},
|
||||
text: "Permanent"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Natural Looking",
|
||||
},
|
||||
text: "Natural Looking"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-space_179666-13672.jpg?_wi=1",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
@@ -189,11 +141,7 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Aaliya",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg",
|
||||
imageAlt: "smiling dentist portrait",
|
||||
},
|
||||
id: "1", name: "Dr. Aaliya", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg", imageAlt: "smiling dentist portrait"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -206,55 +154,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "State-of-the-Art Equipment",
|
||||
description: "Our clinic uses the latest dental technology to ensure precise, comfortable, and efficient treatments.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hospital_1339-6845.jpg",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
title: "State-of-the-Art Equipment", description: "Our clinic uses the latest dental technology to ensure precise, comfortable, and efficient treatments.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hospital_1339-6845.jpg", imageAlt: "dental clinic waiting room"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Precise Treatments",
|
||||
},
|
||||
text: "Precise Treatments"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg?_wi=3",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
{
|
||||
title: "Sterilised & Hygienic",
|
||||
description: "We follow strict sterilisation protocols and maintain the highest standards of hygiene for your safety.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg",
|
||||
imageAlt: "smiling dentist portrait",
|
||||
},
|
||||
title: "Sterilised & Hygienic", description: "We follow strict sterilisation protocols and maintain the highest standards of hygiene for your safety.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg", imageAlt: "smiling dentist portrait"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Safety First",
|
||||
},
|
||||
text: "Safety First"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg?_wi=2",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
{
|
||||
title: "Gentle & Patient-Centred",
|
||||
description: "Providing calm, careful and patient-centred dental care for families.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg",
|
||||
imageAlt: "happy patient dental chair",
|
||||
},
|
||||
title: "Gentle & Patient-Centred", description: "Providing calm, careful and patient-centred dental care for families.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18574.jpg", imageAlt: "happy patient dental chair"},
|
||||
items: [
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Comfortable Experience",
|
||||
},
|
||||
text: "Comfortable Experience"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=2",
|
||||
imageAlt: "dental clinic waiting room",
|
||||
},
|
||||
]}
|
||||
title="Care You Can Trust"
|
||||
@@ -269,64 +196,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-space_179666-13672.jpg?_wi=2",
|
||||
imageAlt: "happy dental patient portrait",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Patient", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-space_179666-13672.jpg", imageAlt: "happy dental patient portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Patient",
|
||||
company: "Jamia Nagar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg",
|
||||
imageAlt: "smiling young adult dental patient",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Patient", company: "Jamia Nagar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg", imageAlt: "smiling young adult dental patient"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Patient",
|
||||
company: "Okhla",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335730.jpg",
|
||||
imageAlt: "senior citizen smiling dental patient",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Patient", company: "Okhla", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335730.jpg", imageAlt: "senior citizen smiling dental patient"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Patient",
|
||||
company: "New Delhi",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg",
|
||||
imageAlt: "woman smiling happy patient",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Patient", company: "New Delhi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: "woman smiling happy patient"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane D.",
|
||||
role: "Patient",
|
||||
company: "Family Patient",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg",
|
||||
imageAlt: "smiling young person dental patient",
|
||||
},
|
||||
id: "5", name: "Jane D.", role: "Patient", company: "Family Patient", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", imageAlt: "smiling young person dental patient"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Happy Smiles",
|
||||
},
|
||||
value: "100+", label: "Happy Smiles"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "5/5", label: "Satisfaction"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Years Experience"},
|
||||
]}
|
||||
title="Patient Reviews"
|
||||
description="Hear what our patients have to say."
|
||||
@@ -340,21 +231,13 @@ export default function LandingPage() {
|
||||
description="Get in touch with us at Dr. Aaliya's Dental Clinic. We're here to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg?_wi=2"
|
||||
name: "message", placeholder: "Tell us how we can help"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-dentist-writing-medical-report_107420-74077.jpg"
|
||||
imageAlt="friendly dental reception"
|
||||
/>
|
||||
</div>
|
||||
@@ -363,13 +246,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Dr. Aaliya's Dental Clinic"
|
||||
leftLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
rightLink={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user