Update src/app/page.tsx
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -33,83 +33,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "Highlights",
|
||||
id: "#highlights",
|
||||
},
|
||||
name: "Highlights", id: "#highlights"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Denta-Nur"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
}}
|
||||
text: "Book Appointment"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Brighten Your Smile, Enhance Your Life at Denta-Nur"
|
||||
description="Experience expert dental care with a gentle touch. Denta-Nur offers comprehensive services from routine check-ups to advanced cosmetic procedures, ensuring your comfort and health."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-injuried-girl-with-serious-exrpression-using-crutches-sitting-doctor-waiting-room_839833-8080.jpg?_wi=1",
|
||||
imageAlt: "Modern dental clinic waiting area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-injuried-girl-with-serious-exrpression-using-crutches-sitting-doctor-waiting-room_839833-8080.jpg", imageAlt: "Modern dental clinic waiting area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg?_wi=1",
|
||||
imageAlt: "Dentist examining a patient",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg", imageAlt: "Dentist examining a patient"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-holding-crossed-hands-looking-shock-anticipation_273609-13836.jpg?_wi=1",
|
||||
imageAlt: "Happy patient with a bright smile",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-holding-crossed-hands-looking-shock-anticipation_273609-13836.jpg", imageAlt: "Happy patient with a bright smile"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4592.jpg",
|
||||
imageAlt: "Advanced dental equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4592.jpg", imageAlt: "Advanced dental equipment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-reading-diary-office-meeting_23-2147955155.jpg",
|
||||
imageAlt: "Friendly dental assistant greeting patient",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-reading-diary-office-meeting_23-2147955155.jpg", imageAlt: "Friendly dental assistant greeting patient"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-tools-tray_23-2147906066.jpg",
|
||||
imageAlt: "Close up of dental tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-tools-tray_23-2147906066.jpg", imageAlt: "Close up of dental tools"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,24 +87,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Trusted Partner in Dental Health: ",
|
||||
},
|
||||
type: "text", content: "Your Trusted Partner in Dental Health: "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happily-offering-showing-concept_1194-559502.jpg",
|
||||
alt: "Smiling female dentist",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/smiling-happily-offering-showing-concept_1194-559502.jpg", alt: "Smiling female dentist"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Denta-Nur",
|
||||
},
|
||||
type: "text", content: " Denta-Nur"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,56 +107,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description: "Routine check-ups, professional cleanings, fillings, and preventive care to maintain optimal oral health.",
|
||||
icon: Heart,
|
||||
title: "General Dentistry", description: "Routine check-ups, professional cleanings, fillings, and preventive care to maintain optimal oral health.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg",
|
||||
imageAlt: "Dentist performing routine check-up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg", imageAlt: "Dentist performing routine check-up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg",
|
||||
imageAlt: "Dental filling procedure",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-injuried-girl-with-serious-exrpression-using-crutches-sitting-doctor-waiting-room_839833-8080.jpg?_wi=2",
|
||||
imageAlt: "dentist performing routine check-up patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg", imageAlt: "Dental filling procedure"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Enhance your smile with teeth whitening, porcelain veneers, and cosmetic bonding for a radiant, confident look.",
|
||||
icon: Sparkles,
|
||||
title: "Cosmetic Dentistry", description: "Enhance your smile with teeth whitening, porcelain veneers, and cosmetic bonding for a radiant, confident look.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65435.jpg",
|
||||
imageAlt: "Teeth whitening procedure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65435.jpg", imageAlt: "Teeth whitening procedure"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-male-dentist-keeping-teeth-color-range_651396-1397.jpg",
|
||||
imageAlt: "Dental veneers application",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9738.jpg?_wi=2",
|
||||
imageAlt: "dentist performing routine check-up patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-male-dentist-keeping-teeth-color-range_651396-1397.jpg", imageAlt: "Dental veneers application"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Orthodontics",
|
||||
description: "Achieve a perfectly aligned smile with our modern orthodontic solutions, including traditional braces and clear aligners.",
|
||||
icon: Grid,
|
||||
title: "Orthodontics", description: "Achieve a perfectly aligned smile with our modern orthodontic solutions, including traditional braces and clear aligners.", icon: Grid,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-braces-teeth_651396-2564.jpg",
|
||||
imageAlt: "Traditional braces on teeth",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-braces-teeth_651396-2564.jpg", imageAlt: "Traditional braces on teeth"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18609.jpg",
|
||||
imageAlt: "Clear aligners",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-woman-holding-crossed-hands-looking-shock-anticipation_273609-13836.jpg?_wi=2",
|
||||
imageAlt: "dentist performing routine check-up patient",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18609.jpg", imageAlt: "Clear aligners"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Comprehensive Dental Services for Your Family"
|
||||
description="At Denta-Nur, we are committed to providing a full spectrum of dental treatments using the latest technology and personalized care."
|
||||
@@ -212,23 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "dr-alikov",
|
||||
name: "Dr. Sultan Alikov",
|
||||
role: "Chief Dentist & Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg",
|
||||
},
|
||||
id: "dr-alikov", name: "Dr. Sultan Alikov", role: "Chief Dentist & Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg"},
|
||||
{
|
||||
id: "dr-nurkhanova",
|
||||
name: "Dr. Aidana Nurkhanova",
|
||||
role: "Cosmetic & General Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentistry-nurse-with-uniform-protective-glasses-stomatology-cabinet-confident-assistant-preparing-oral-care-examination-doing-dental-practice-woman-looking-camera_482257-32351.jpg",
|
||||
},
|
||||
id: "dr-nurkhanova", name: "Dr. Aidana Nurkhanova", role: "Cosmetic & General Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentistry-nurse-with-uniform-protective-glasses-stomatology-cabinet-confident-assistant-preparing-oral-care-examination-doing-dental-practice-woman-looking-camera_482257-32351.jpg"},
|
||||
{
|
||||
id: "ms-kazakova",
|
||||
name: "Ms. Gulnara Kazakova",
|
||||
role: "Lead Dental Hygienist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-waving-hand-greeting-blue-uniform-looking-glad_176474-19575.jpg",
|
||||
},
|
||||
id: "ms-kazakova", name: "Ms. Gulnara Kazakova", role: "Lead Dental Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-waving-hand-greeting-blue-uniform-looking-glad_176474-19575.jpg"},
|
||||
]}
|
||||
title="Meet Our Caring Dental Professionals"
|
||||
description="Our highly skilled and compassionate team at Denta-Nur is dedicated to making every visit a positive experience."
|
||||
@@ -243,53 +166,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "checkup",
|
||||
name: "Dental Check-up & Cleaning",
|
||||
price: "From $50",
|
||||
variant: "Preventive Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-scalpel-with-other-instruments-medicine_23-2149299235.jpg",
|
||||
imageAlt: "Dental check-up and cleaning",
|
||||
},
|
||||
id: "checkup", name: "Dental Check-up & Cleaning", price: "From $50", variant: "Preventive Care", imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-scalpel-with-other-instruments-medicine_23-2149299235.jpg", imageAlt: "Dental check-up and cleaning"},
|
||||
{
|
||||
id: "whitening",
|
||||
name: "Teeth Whitening",
|
||||
price: "$250",
|
||||
variant: "Cosmetic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-pill_1139-139.jpg",
|
||||
imageAlt: "Professional teeth whitening",
|
||||
},
|
||||
id: "whitening", name: "Teeth Whitening", price: "$250", variant: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-pill_1139-139.jpg", imageAlt: "Professional teeth whitening"},
|
||||
{
|
||||
id: "implants",
|
||||
name: "Dental Implants",
|
||||
price: "Consultation",
|
||||
variant: "Restorative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985827.jpg",
|
||||
imageAlt: "Dental implants",
|
||||
},
|
||||
id: "implants", name: "Dental Implants", price: "Consultation", variant: "Restorative", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985827.jpg", imageAlt: "Dental implants"},
|
||||
{
|
||||
id: "veneers",
|
||||
name: "Porcelain Veneers",
|
||||
price: "Consultation",
|
||||
variant: "Cosmetic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-red-lips-big-smile_1150-14130.jpg",
|
||||
imageAlt: "Porcelain veneers",
|
||||
},
|
||||
id: "veneers", name: "Porcelain Veneers", price: "Consultation", variant: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-red-lips-big-smile_1150-14130.jpg", imageAlt: "Porcelain veneers"},
|
||||
{
|
||||
id: "root-canal",
|
||||
name: "Root Canal Therapy",
|
||||
price: "From $400",
|
||||
variant: "Endodontics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985756.jpg",
|
||||
imageAlt: "Root canal therapy",
|
||||
},
|
||||
id: "root-canal", name: "Root Canal Therapy", price: "From $400", variant: "Endodontics", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985756.jpg", imageAlt: "Root canal therapy"},
|
||||
{
|
||||
id: "invisalign",
|
||||
name: "Invisalign Clear Aligners",
|
||||
price: "Consultation",
|
||||
variant: "Orthodontics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65482.jpg",
|
||||
imageAlt: "Invisalign clear aligners",
|
||||
},
|
||||
id: "invisalign", name: "Invisalign Clear Aligners", price: "Consultation", variant: "Orthodontics", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65482.jpg", imageAlt: "Invisalign clear aligners"},
|
||||
]}
|
||||
title="Our Specialized Dental Treatments"
|
||||
description="From preventive care to restorative procedures, explore the range of services designed to keep your smile healthy and beautiful."
|
||||
@@ -304,25 +191,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
description: "Dedicated to providing top-tier dental care since 2009.",
|
||||
icon: Clock,
|
||||
id: "experience", value: "15+", title: "Years of Experience", description: "Dedicated to providing top-tier dental care since 2009.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "patients",
|
||||
value: "5000+",
|
||||
title: "Satisfied Patients",
|
||||
description: "Thousands of happy smiles restored and maintained.",
|
||||
icon: Smile,
|
||||
id: "patients", value: "5000+", title: "Satisfied Patients", description: "Thousands of happy smiles restored and maintained.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "treatments",
|
||||
value: "99%",
|
||||
title: "Successful Treatments",
|
||||
description: "High success rates for a wide range of dental procedures.",
|
||||
icon: Award,
|
||||
id: "treatments", value: "99%", title: "Successful Treatments", description: "High success rates for a wide range of dental procedures.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Denta-Nur by the Numbers: Our Commitment to Excellence"
|
||||
@@ -336,20 +211,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can book an appointment by calling us directly at 8 (72531) 2 41 07 or by filling out the contact form on our website.",
|
||||
},
|
||||
id: "faq-1", title: "How do I book an appointment?", content: "You can book an appointment by calling us directly at 8 (72531) 2 41 07 or by filling out the contact form on our website."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you accept dental insurance?",
|
||||
content: "We accept most major dental insurance plans. Please contact our front desk with your insurance details for verification.",
|
||||
},
|
||||
id: "faq-2", title: "Do you accept dental insurance?", content: "We accept most major dental insurance plans. Please contact our front desk with your insurance details for verification."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What COVID-19 safety measures are in place?",
|
||||
content: "Patient and staff safety is our top priority. We follow strict sterilization protocols, require masks, and maintain social distancing in our waiting areas.",
|
||||
},
|
||||
id: "faq-3", title: "What COVID-19 safety measures are in place?", content: "Patient and staff safety is our top priority. We follow strict sterilization protocols, require masks, and maintain social distancing in our waiting areas."},
|
||||
]}
|
||||
title="Frequently Asked Questions About Your Visit"
|
||||
description="Find quick answers to common questions regarding appointments, insurance, and our services."
|
||||
@@ -361,8 +227,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Appointment Today"
|
||||
description="Ready for a healthier, brighter smile? Contact Denta-Nur to book your consultation."
|
||||
@@ -382,54 +247,33 @@ export default function LandingPage() {
|
||||
logoText="Denta-Nur"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "General Dentistry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "General Dentistry", href: "#services"},
|
||||
{
|
||||
label: "Cosmetic Dentistry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cosmetic Dentistry", href: "#services"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Orthodontics", href: "#services"},
|
||||
{
|
||||
label: "Dental Implants",
|
||||
href: "#treatments",
|
||||
},
|
||||
label: "Dental Implants", href: "#treatments"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Clinic",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Clinic", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user