Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc66aa81ba |
215
src/app/page.tsx
215
src/app/page.tsx
@@ -31,76 +31,47 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Team",
|
name: "Team", id: "team"},
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Paragon Dentistry"
|
brandName="Paragon Dentistry"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Exceptional Dental Care, Simplified"
|
title="Exceptional Dental Care, Simplified"
|
||||||
description="Paragon Dentistry combines advanced technology with personalized attention to deliver results you'll smile about. New patients welcome—schedule your visit in minutes."
|
description="Paragon Dentistry combines advanced technology with personalized attention to deliver results you'll smile about. New patients welcome—schedule your visit in minutes."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Appointment",
|
text: "Book Your Appointment", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-hospital-cabinet-with-nobody-it_482257-10435.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-nurse-studio_23-2150796678.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-nurse-hospital_23-2150796684.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-nurse-hospital_23-2150796684.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-dentist-male-glasses-wearing-blue-uniform-sitting-dentist-office-looking-camera_613910-18529.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-dentist-male-glasses-wearing-blue-uniform-sitting-dentist-office-looking-camera_613910-18529.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg", imageAlt: "smiling dentist in modern clinic"},
|
||||||
imageAlt: "smiling dentist in modern clinic",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -111,19 +82,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Your Dental Health is Our Priority"
|
title="Your Dental Health is Our Priority"
|
||||||
description="At Paragon Dentistry, we provide care that meets the highest standards. We treat patients like family, focusing on comfort, transparency, and advanced dental solutions."
|
description="At Paragon Dentistry, we provide care that meets the highest standards. We treat patients like family, focusing on comfort, transparency, and advanced dental solutions."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Meet Our Team", href: "#team"},
|
||||||
|
]}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Advanced Technology",
|
title: "Advanced Technology", description: "Utilizing state-of-the-art diagnostic tools for precision care."},
|
||||||
description: "Utilizing state-of-the-art diagnostic tools for precision care.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Personalized Approach",
|
title: "Personalized Approach", description: "Customized treatment plans tailored to your specific dental goals."},
|
||||||
description: "Customized treatment plans tailored to your specific dental goals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Comfort First",
|
title: "Comfort First", description: "Anxiety-free dentistry in a welcoming environment for all ages."},
|
||||||
description: "Anxiety-free dentistry in a welcoming environment for all ages.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/adult-caries-background-assistant-care-beauty_1303-2701.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/adult-caries-background-assistant-care-beauty_1303-2701.jpg"
|
||||||
imageAlt="dental consultation modern office"
|
imageAlt="dental consultation modern office"
|
||||||
@@ -139,20 +108,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Comprehensive Checkups",
|
title: "Comprehensive Checkups", description: "Preventative care for the entire family.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-getting-ct-scan-machine-ready-use_23-2149367409.jpg"},
|
||||||
description: "Preventative care for the entire family.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-getting-ct-scan-machine-ready-use_23-2149367409.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Advanced Orthodontics",
|
title: "Advanced Orthodontics", description: "Straighten your smile with modern solutions.", imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg"},
|
||||||
description: "Straighten your smile with modern solutions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Cosmetic Dentistry",
|
title: "Cosmetic Dentistry", description: "Achieve your dream smile with precision whitening and restoration.", imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-tooth_23-2150273621.jpg"},
|
||||||
description: "Achieve your dream smile with precision whitening and restoration.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-tooth_23-2150273621.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Clinical Services"
|
title="Our Clinical Services"
|
||||||
description="A full range of dental procedures provided by our highly skilled team."
|
description="A full range of dental procedures provided by our highly skilled team."
|
||||||
@@ -166,25 +126,13 @@ export default function LandingPage() {
|
|||||||
membersAnimation="slide-up"
|
membersAnimation="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Dr. Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg"},
|
||||||
name: "Dr. Sarah Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Dr. Mark Thorne", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg"},
|
||||||
name: "Dr. Mark Thorne",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Jane Doe, Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg"},
|
||||||
name: "Jane Doe, Hygienist",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "John Smith, Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg"},
|
||||||
name: "John Smith, Orthodontist",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
tag="Expert Staff"
|
tag="Expert Staff"
|
||||||
@@ -198,59 +146,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Alex R.", role: "Professional", company: "TechCorp", rating: 5,
|
||||||
name: "Alex R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg"},
|
||||||
role: "Professional",
|
|
||||||
company: "TechCorp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jordan P.", role: "Architect", company: "Design Studio", rating: 5,
|
||||||
name: "Jordan P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23501.jpg"},
|
||||||
role: "Architect",
|
|
||||||
company: "Design Studio",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23501.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Samantha L.", role: "Teacher", company: "District", rating: 5,
|
||||||
name: "Samantha L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997624.jpg"},
|
||||||
role: "Teacher",
|
|
||||||
company: "District",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997624.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David W.", role: "Manager", company: "Logistics", rating: 5,
|
||||||
name: "David W.",
|
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg"},
|
||||||
role: "Manager",
|
|
||||||
company: "Logistics",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Elaine K.", role: "Artist", company: "Gallery", rating: 5,
|
||||||
name: "Elaine K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examines-patient-s-teeth_1150-19627.jpg"},
|
||||||
role: "Artist",
|
|
||||||
company: "Gallery",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examines-patient-s-teeth_1150-19627.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "10k+",
|
value: "10k+", label: "Smiles Improved"},
|
||||||
label: "Smiles Improved",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Reviews"},
|
||||||
label: "Reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", label: "Years Experience"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Patient Success Stories"
|
title="Patient Success Stories"
|
||||||
description="Don't take our word for it—hear what our patients have to say about their experience with Paragon Dentistry."
|
description="Don't take our word for it—hear what our patients have to say about their experience with Paragon Dentistry."
|
||||||
@@ -262,20 +179,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Do you accept new patients?", content: "Yes, we are always welcoming new patients to our practice."},
|
||||||
title: "Do you accept new patients?",
|
|
||||||
content: "Yes, we are always welcoming new patients to our practice.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What payment options do you offer?", content: "We offer flexible payment plans and accept most major insurance providers."},
|
||||||
title: "What payment options do you offer?",
|
|
||||||
content: "We offer flexible payment plans and accept most major insurance providers.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Is the clinic child-friendly?", content: "Absolutely, we provide gentle care for all family members from toddlers to seniors."},
|
||||||
title: "Is the clinic child-friendly?",
|
|
||||||
content: "Absolutely, we provide gentle care for all family members from toddlers to seniors.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Commonly Asked Questions"
|
sideTitle="Commonly Asked Questions"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
@@ -286,8 +194,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Ready for your best smile?"
|
title="Ready for your best smile?"
|
||||||
description="Book your appointment online and take the first step towards exceptional care today."
|
description="Book your appointment online and take the first step towards exceptional care today."
|
||||||
buttonText="Book Now"
|
buttonText="Book Now"
|
||||||
@@ -300,37 +207,23 @@ export default function LandingPage() {
|
|||||||
logoText="Paragon Dentistry"
|
logoText="Paragon Dentistry"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Insurance",
|
label: "Insurance", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user