Merge version_1 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SmileClinic"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
variant: "cell-wave"}}
|
||||
title="Your Trusted Partner for Healthy Smiles"
|
||||
description="Experience modern, compassionate dentistry tailored to your unique needs. We combine advanced technology with a gentle touch to provide exceptional care for the whole family."
|
||||
tag="Premier Dental Care"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg", imageAlt: "modern dental clinic interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg?_wi=1",
|
||||
imageAlt: "dentist working with patient",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-other-accesorries-used-by-dentist-empty-cabinet-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12475.jpg",
|
||||
imageAlt: "Dental chair and other accesorries used by dentist in empty cabinet.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-explaining-teeth-x-ray-screen-female-patient-lying-dentist-chair_23-2147879120.jpg",
|
||||
imageAlt: "A male dentist explaining a teeth x-ray on screen to female patient",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-takes-instruments-doctor-protective-gloves-tools-are-box_1157-40940.jpg",
|
||||
imageAlt: "The dentist takes the instruments in protective gloves.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "dentist working with patient"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -88,13 +63,9 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Services", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,28 +85,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Preventive Care",
|
||||
description: "Regular checkups for lifelong oral health.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg?_wi=1",
|
||||
imageAlt: "dentist doctor portrait professional",
|
||||
title: "Preventive Care", description: "Regular checkups for lifelong oral health.", bentoComponent: "reveal-icon", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Advanced Orthodontics",
|
||||
description: "Straighten your smile with modern solutions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg?_wi=2",
|
||||
imageAlt: "dentist doctor portrait professional",
|
||||
title: "Advanced Orthodontics", description: "Straighten your smile with modern solutions.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Achieve the radiant smile you've dreamed of.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg?_wi=2",
|
||||
imageAlt: "dentist doctor portrait professional",
|
||||
title: "Cosmetic Dentistry", description: "Achieve the radiant smile you've dreamed of.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
@@ -150,23 +106,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Happy Patients",
|
||||
value: "2,500+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Happy Patients", value: "2,500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Years of Excellence",
|
||||
value: "15",
|
||||
},
|
||||
id: "m2", icon: Shield,
|
||||
title: "Years of Excellence", value: "15"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Expert Practitioners",
|
||||
value: "12",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Expert Practitioners", value: "12"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Quality care that speaks for itself through our achievements."
|
||||
@@ -179,60 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Exceptional care!",
|
||||
quote: "The team made me feel comfortable immediately. Highly recommended clinic.",
|
||||
tag: "Regular checkup",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg?_wi=3",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Exceptional care!", quote: "The team made me feel comfortable immediately. Highly recommended clinic.", tag: "Regular checkup", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg", imageAlt: "happy patient portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
date: "Sep 2023",
|
||||
title: "Great technology",
|
||||
quote: "Modern office with very professional doctors. My smile has never looked better.",
|
||||
tag: "Whitening",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg?_wi=3",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "2", name: "Michael T.", date: "Sep 2023", title: "Great technology", quote: "Modern office with very professional doctors. My smile has never looked better.", tag: "Whitening", avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "happy patient portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda R.",
|
||||
date: "Aug 2023",
|
||||
title: "Gentle dentist",
|
||||
quote: "I have fear of dentists but this place changed my perspective completely.",
|
||||
tag: "Extraction",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-talking-phone-home_53876-123622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg?_wi=2",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "3", name: "Linda R.", date: "Aug 2023", title: "Gentle dentist", quote: "I have fear of dentists but this place changed my perspective completely.", tag: "Extraction", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-talking-phone-home_53876-123622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg", imageAlt: "happy patient portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James K.",
|
||||
date: "Jul 2023",
|
||||
title: "Top tier clinic",
|
||||
quote: "Fast service and great results. Professional and very friendly staff.",
|
||||
tag: "Braces",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473213.jpg",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "4", name: "James K.", date: "Jul 2023", title: "Top tier clinic", quote: "Fast service and great results. Professional and very friendly staff.", tag: "Braces", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473213.jpg", imageAlt: "happy patient portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
date: "Jun 2023",
|
||||
title: "Happy patient",
|
||||
quote: "Excellent hygiene and patient care. Will come back for all my dental needs.",
|
||||
tag: "Cleaning",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "5", name: "Elena M.", date: "Jun 2023", title: "Happy patient", quote: "Excellent hygiene and patient care. Will come back for all my dental needs.", tag: "Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-celebrating-major-project-milestone_482257-123691.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg", imageAlt: "happy patient portrait"},
|
||||
]}
|
||||
title="Hear From Our Patients"
|
||||
description="Patient satisfaction is at the core of everything we do."
|
||||
@@ -245,20 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How often should I visit?",
|
||||
content: "We recommend bi-annual checkups for maintaining excellent oral hygiene.",
|
||||
},
|
||||
id: "f1", title: "How often should I visit?", content: "We recommend bi-annual checkups for maintaining excellent oral hygiene."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you accept insurance?",
|
||||
content: "Yes, we accept major dental insurance plans. Please contact our front desk.",
|
||||
},
|
||||
id: "f2", title: "Do you accept insurance?", content: "Yes, we accept major dental insurance plans. Please contact our front desk."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the procedure painful?",
|
||||
content: "Our modern techniques and gentle care minimize discomfort significantly.",
|
||||
},
|
||||
id: "f3", title: "Is the procedure painful?", content: "Our modern techniques and gentle care minimize discomfort significantly."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common concerns about our dental services."
|
||||
@@ -270,8 +163,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Appointment Today"
|
||||
description="Schedule a visit and take the first step towards a healthier smile."
|
||||
@@ -284,29 +176,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Preventive",
|
||||
href: "#",
|
||||
},
|
||||
label: "Preventive", href: "#"},
|
||||
{
|
||||
label: "Orthodontics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Orthodontics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user