Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
350
src/app/page.tsx
350
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "Care Plans",
|
||||
id: "#care-plans",
|
||||
},
|
||||
name: "Care Plans", id: "#care-plans"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Dr. Yedda Gomes-Ruane"
|
||||
/>
|
||||
@@ -72,82 +56,53 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Gentle Dentistry Kids Actually Enjoy"
|
||||
description="Dr. Yedda Gomes-Ruane creates a calm, welcoming space where children feel safe and parents feel confident. From first visits to comprehensive care, we make oral health fun."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Years Experience"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Parent Reviews",
|
||||
},
|
||||
value: "5-Star", label: "Parent Reviews"},
|
||||
{
|
||||
value: "2000+",
|
||||
label: "Happy Smiles",
|
||||
},
|
||||
value: "2000+", label: "Happy Smiles"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Child's Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Your Child's Visit", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9363.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9363.jpg"
|
||||
imageAlt="Happy child with a friendly pediatric dentist"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-with-copy-space_23-2148336488.jpg",
|
||||
alt: "Happy child avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-with-copy-space_23-2148336488.jpg", alt: "Happy child avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1674.jpg",
|
||||
alt: "Smiling girl avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1674.jpg", alt: "Smiling girl avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-sitting-dental-chair-posing-clinic_651396-1407.jpg",
|
||||
alt: "Joyful boy avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-sitting-dental-chair-posing-clinic_651396-1407.jpg", alt: "Joyful boy avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-little-girl-looking-camera_23-2148260016.jpg",
|
||||
alt: "Content child avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-little-girl-looking-camera_23-2148260016.jpg", alt: "Content child avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-caucasian-girl-screams-loudly-isolated-white-background_169016-49068.jpg",
|
||||
alt: "Laughing kid avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-caucasian-girl-screams-loudly-isolated-white-background_169016-49068.jpg", alt: "Laughing kid avatar 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 2000 families!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fun First Visits",
|
||||
icon: Smile,
|
||||
type: "text-icon", text: "Fun First Visits", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gentle Care",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Gentle Care", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bright Smiles",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Bright Smiles", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Preventative Focus",
|
||||
},
|
||||
type: "text", text: "Preventative Focus"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Happy Kids",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Happy Kids", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -161,17 +116,11 @@ export default function LandingPage() {
|
||||
description="At Dr. Yedda's practice, we believe every child deserves a positive dental experience. Our approach focuses on building trust, making visits fun, and educating families on lifelong oral health habits."
|
||||
metrics={[
|
||||
{
|
||||
value: "Fun First Visits",
|
||||
title: "Anxiety-Free Approach",
|
||||
},
|
||||
value: "Fun First Visits", title: "Anxiety-Free Approach"},
|
||||
{
|
||||
value: "Holistic Oral Health",
|
||||
title: "Comprehensive Care",
|
||||
},
|
||||
value: "Holistic Oral Health", title: "Comprehensive Care"},
|
||||
{
|
||||
value: "Community Focused",
|
||||
title: "Weston Families",
|
||||
},
|
||||
value: "Community Focused", title: "Weston Families"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-father-daughter-brushing-teeth_23-2147807799.jpg"
|
||||
imageAlt="Dr. Yedda Gomes-Ruane interacting with a child in the dental office"
|
||||
@@ -188,29 +137,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Preventative Care",
|
||||
description: "Routine check-ups, cleanings, fluoride treatments, and sealants to protect young smiles from cavities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-patient-dentist_1303-24390.jpg",
|
||||
imageAlt: "Child getting a dental check-up",
|
||||
},
|
||||
title: "Preventative Care", description: "Routine check-ups, cleanings, fluoride treatments, and sealants to protect young smiles from cavities.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-patient-dentist_1303-24390.jpg", imageAlt: "Child getting a dental check-up"},
|
||||
{
|
||||
title: "Restorative Dentistry",
|
||||
description: "Gentle fillings, crowns, and other treatments to restore teeth affected by decay or injury, using child-friendly techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-little-boy-sitting-dental-chair-dental-office_651396-3122.jpg",
|
||||
imageAlt: "Child receiving a dental filling",
|
||||
},
|
||||
title: "Restorative Dentistry", description: "Gentle fillings, crowns, and other treatments to restore teeth affected by decay or injury, using child-friendly techniques.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-little-boy-sitting-dental-chair-dental-office_651396-3122.jpg", imageAlt: "Child receiving a dental filling"},
|
||||
{
|
||||
title: "Emergency Services",
|
||||
description: "Prompt and compassionate care for dental emergencies, including knocked-out teeth, toothaches, and broken teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-dentist-showing-teeth-plaster-mold-patient-clinic_23-2147906018.jpg",
|
||||
imageAlt: "Parent comforting child with toothache",
|
||||
},
|
||||
title: "Emergency Services", description: "Prompt and compassionate care for dental emergencies, including knocked-out teeth, toothaches, and broken teeth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-dentist-showing-teeth-plaster-mold-patient-clinic_23-2147906018.jpg", imageAlt: "Parent comforting child with toothache"},
|
||||
{
|
||||
title: "Sedation Dentistry",
|
||||
description: "Safe and effective sedation options to help anxious children relax during dental procedures, ensuring a comfortable experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-cleaning-child-s-teeth_23-2149195872.jpg",
|
||||
imageAlt: "Calm child in a dental chair",
|
||||
},
|
||||
title: "Sedation Dentistry", description: "Safe and effective sedation options to help anxious children relax during dental procedures, ensuring a comfortable experience.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-cleaning-child-s-teeth_23-2149195872.jpg", imageAlt: "Calm child in a dental chair"},
|
||||
]}
|
||||
title="Our Specialized Pediatric Dental Services"
|
||||
description="From preventative care to advanced treatments, we offer comprehensive solutions tailored to your child's unique needs, ensuring a healthy smile at every stage."
|
||||
@@ -224,45 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyMom",
|
||||
testimonial: "Dr. Yedda made my daughter's first visit absolutely magical! No tears, just smiles. We've found our dentist for life!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2612.jpg",
|
||||
imageAlt: "Smiling mother and child",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@HappyMom", testimonial: "Dr. Yedda made my daughter's first visit absolutely magical! No tears, just smiles. We've found our dentist for life!", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-dentist-with-patient-dental-clinic_662251-2612.jpg", imageAlt: "Smiling mother and child"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@DadOfTwo",
|
||||
testimonial: "My son used to dread the dentist, but Dr. Yedda's team changed everything. He actually looks forward to his check-ups now!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-son-holding-his-father-s-nose-while-playing-with-him_23-2147938833.jpg",
|
||||
imageAlt: "Happy father and son",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@DadOfTwo", testimonial: "My son used to dread the dentist, but Dr. Yedda's team changed everything. He actually looks forward to his check-ups now!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-son-holding-his-father-s-nose-while-playing-with-him_23-2147938833.jpg", imageAlt: "Happy father and son"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@WestonParent",
|
||||
testimonial: "Professional, gentle, and incredibly patient. The whole staff is fantastic with kids. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adoptive-mother-spending-time-with-her-daughter_23-2149501239.jpg",
|
||||
imageAlt: "Smiling young boy",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@WestonParent", testimonial: "Professional, gentle, and incredibly patient. The whole staff is fantastic with kids. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/adoptive-mother-spending-time-with-her-daughter_23-2149501239.jpg", imageAlt: "Smiling young boy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@LocalFamily",
|
||||
testimonial: "They explain everything clearly to both parents and kids. It's truly an educational and reassuring experience every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-is-packing-backpack-school-girl-goes-school_169016-64849.jpg",
|
||||
imageAlt: "Smiling young girl",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@LocalFamily", testimonial: "They explain everything clearly to both parents and kids. It's truly an educational and reassuring experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-is-packing-backpack-school-girl-goes-school_169016-64849.jpg", imageAlt: "Smiling young girl"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@MommaBear",
|
||||
testimonial: "The best pediatric dentist in Weston! Dr. Yedda and her team create such a positive and caring environment. My kids love it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg",
|
||||
imageAlt: "Happy family",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@MommaBear", testimonial: "The best pediatric dentist in Weston! Dr. Yedda and her team create such a positive and caring environment. My kids love it.", imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg", imageAlt: "Happy family"},
|
||||
]}
|
||||
title="What Parents Are Saying About Us"
|
||||
description="Hear from families in Weston who trust Dr. Yedda Gomes-Ruane with their children's smiles and oral health."
|
||||
@@ -277,25 +180,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When should my child first see a dentist?",
|
||||
content: "We recommend bringing your child for their first dental visit by their first birthday, or when their first tooth appears.",
|
||||
},
|
||||
id: "1", title: "When should my child first see a dentist?", content: "We recommend bringing your child for their first dental visit by their first birthday, or when their first tooth appears."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept dental insurance?",
|
||||
content: "Yes, we accept most major dental insurance plans. Please contact our office to verify your specific coverage details.",
|
||||
},
|
||||
id: "2", title: "Do you accept dental insurance?", content: "Yes, we accept most major dental insurance plans. Please contact our office to verify your specific coverage details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you handle anxious children?",
|
||||
content: "Our team specializes in creating a calm and fun environment. We use gentle techniques, positive reinforcement, and offer sedation options for fearful children.",
|
||||
},
|
||||
id: "3", title: "How do you handle anxious children?", content: "Our team specializes in creating a calm and fun environment. We use gentle techniques, positive reinforcement, and offer sedation options for fearful children."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if my child has a dental emergency?",
|
||||
content: "Please call our office immediately. We prioritize dental emergencies and will guide you through the next steps to ensure your child receives prompt care.",
|
||||
},
|
||||
id: "4", title: "What if my child has a dental emergency?", content: "Please call our office immediately. We prioritize dental emergencies and will guide you through the next steps to ensure your child receives prompt care."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/everything-will-be-ok-i-promise_329181-7682.jpg"
|
||||
imageAlt="Dentist talking to a child and parent"
|
||||
@@ -314,45 +205,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "professionals",
|
||||
groupTitle: "Our Dental Professionals",
|
||||
members: [
|
||||
id: "professionals", groupTitle: "Our Dental Professionals", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Dr. Yedda Gomes-Ruane",
|
||||
subtitle: "Pediatric Dentist, Owner",
|
||||
detail: "Dr. Gomes-Ruane is dedicated to providing compassionate, high-quality dental care to children in Weston.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-posing-sideways_23-2147642814.jpg",
|
||||
imageAlt: "Dr. Yedda Gomes-Ruane",
|
||||
},
|
||||
id: "1", title: "Dr. Yedda Gomes-Ruane", subtitle: "Pediatric Dentist, Owner", detail: "Dr. Gomes-Ruane is dedicated to providing compassionate, high-quality dental care to children in Weston.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-posing-sideways_23-2147642814.jpg", imageAlt: "Dr. Yedda Gomes-Ruane"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Maria Garcia",
|
||||
subtitle: "Lead Dental Hygienist",
|
||||
detail: "Maria ensures every child's cleaning experience is thorough and comfortable, teaching them good habits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-holding-blue-file-folder_176474-87595.jpg",
|
||||
imageAlt: "Maria Garcia, Lead Dental Hygienist",
|
||||
},
|
||||
id: "2", title: "Maria Garcia", subtitle: "Lead Dental Hygienist", detail: "Maria ensures every child's cleaning experience is thorough and comfortable, teaching them good habits.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-holding-blue-file-folder_176474-87595.jpg", imageAlt: "Maria Garcia, Lead Dental Hygienist"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sarah Chen",
|
||||
subtitle: "Dental Assistant",
|
||||
detail: "Sarah assists Dr. Yedda with procedures and helps keep our young patients calm and engaged.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurses-portrait-hospital_23-2150780280.jpg",
|
||||
imageAlt: "Sarah Chen, Dental Assistant",
|
||||
},
|
||||
id: "3", title: "Sarah Chen", subtitle: "Dental Assistant", detail: "Sarah assists Dr. Yedda with procedures and helps keep our young patients calm and engaged.", imageSrc: "http://img.b2bpic.net/free-photo/nurses-portrait-hospital_23-2150780280.jpg", imageAlt: "Sarah Chen, Dental Assistant"},
|
||||
{
|
||||
id: "4",
|
||||
title: "David Lee",
|
||||
subtitle: "Patient Coordinator",
|
||||
detail: "David manages scheduling and insurance, ensuring a smooth and hassle-free experience for parents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384798.jpg",
|
||||
imageAlt: "David Lee, Patient Coordinator",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9363.jpg?_wi=2",
|
||||
imageAlt: "Dr Yedda Gomes-Ruane professional portrait",
|
||||
},
|
||||
id: "4", title: "David Lee", subtitle: "Patient Coordinator", detail: "David manages scheduling and insurance, ensuring a smooth and hassle-free experience for parents.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384798.jpg", imageAlt: "David Lee, Patient Coordinator"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Caring Team"
|
||||
description="Our dedicated team of pediatric dental professionals is passionate about creating positive experiences for every child and fostering a lifetime of healthy smiles."
|
||||
@@ -366,63 +229,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essential",
|
||||
tag: "Basic",
|
||||
price: "$29/month",
|
||||
period: "per child",
|
||||
description: "Ideal for preventative care and maintaining basic oral hygiene.",
|
||||
button: {
|
||||
text: "Choose Essential Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"2 Annual Check-ups",
|
||||
"2 Fluoride Treatments",
|
||||
"1 Emergency Visit",
|
||||
"15% off Procedures",
|
||||
],
|
||||
id: "essential", tag: "Basic", price: "$29/month", period: "per child", description: "Ideal for preventative care and maintaining basic oral hygiene.", button: {
|
||||
text: "Choose Essential Plan", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"2 Annual Check-ups", "2 Fluoride Treatments", "1 Emergency Visit", "15% off Procedures"],
|
||||
},
|
||||
{
|
||||
id: "wellness",
|
||||
tag: "Popular",
|
||||
tagIcon: Sparkles,
|
||||
price: "$49/month",
|
||||
period: "per child",
|
||||
description: "Comprehensive plan for growing smiles, offering extended benefits.",
|
||||
button: {
|
||||
text: "Choose Wellness Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"2 Annual Check-ups",
|
||||
"2 Fluoride Treatments",
|
||||
"2 Emergency Visits",
|
||||
"25% off Procedures",
|
||||
"1 Dental Sealant",
|
||||
],
|
||||
id: "wellness", tag: "Popular", tagIcon: Sparkles,
|
||||
price: "$49/month", period: "per child", description: "Comprehensive plan for growing smiles, offering extended benefits.", button: {
|
||||
text: "Choose Wellness Plan", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"2 Annual Check-ups", "2 Fluoride Treatments", "2 Emergency Visits", "25% off Procedures", "1 Dental Sealant"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Best Value",
|
||||
tagIcon: Star,
|
||||
price: "$79/month",
|
||||
period: "per child",
|
||||
description: "Maximum coverage and priority access for complete peace of mind.",
|
||||
button: {
|
||||
text: "Choose Premium Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"3 Annual Check-ups",
|
||||
"3 Fluoride Treatments",
|
||||
"Unlimited Emergency Visits",
|
||||
"35% off Procedures",
|
||||
"2 Dental Sealants",
|
||||
"Priority Scheduling",
|
||||
],
|
||||
id: "premium", tag: "Best Value", tagIcon: Star,
|
||||
price: "$79/month", period: "per child", description: "Maximum coverage and priority access for complete peace of mind.", button: {
|
||||
text: "Choose Premium Plan", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"3 Annual Check-ups", "3 Fluoride Treatments", "Unlimited Emergency Visits", "35% off Procedures", "2 Dental Sealants", "Priority Scheduling"],
|
||||
},
|
||||
]}
|
||||
title="Our Family-Friendly Care Plans"
|
||||
@@ -434,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Child's Appointment Today"
|
||||
description="We look forward to welcoming your family to our practice in Weston. Fill out the form below or call us to book a visit."
|
||||
@@ -450,58 +273,35 @@ export default function LandingPage() {
|
||||
logoText="Dr. Yedda Gomes-Ruane"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Preventative Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Preventative Care", href: "#services"},
|
||||
{
|
||||
label: "Restorative",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Restorative", href: "#services"},
|
||||
{
|
||||
label: "Emergency",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency", href: "#services"},
|
||||
{
|
||||
label: "Sedation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Sedation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Philosophy", href: "#about"},
|
||||
{
|
||||
label: "Meet the Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Meet the Team", href: "#team"},
|
||||
{
|
||||
label: "Patient Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Patient Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Care Plans",
|
||||
href: "#care-plans",
|
||||
},
|
||||
label: "Care Plans", href: "#care-plans"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user