Update src/app/page.tsx
This commit is contained in:
302
src/app/page.tsx
302
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-psd/dentist-template-design_23-2150658817.jpg"
|
||||
logoAlt="Dentata Logo"
|
||||
brandName="Dentata"
|
||||
@@ -80,38 +64,24 @@ export default function LandingPage() {
|
||||
tagIcon={Smile}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cute-woman-portrait-outdoor_624325-1864.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-cute-woman-portrait-outdoor_624325-1864.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-resting-sportsground_23-2148209535.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-resting-sportsground_23-2148209535.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-photo-senior-friends-exercising-together_53876-25264.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-photo-senior-friends-exercising-together_53876-25264.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829823.jpg",
|
||||
alt: "Jessica Brown",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829823.jpg", alt: "Jessica Brown"},
|
||||
]}
|
||||
avatarText="Over 10,000 Happy Smiles"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg"
|
||||
imageAlt="Dentist and happy patient smiling"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -126,9 +96,7 @@ export default function LandingPage() {
|
||||
description="At Dentata, we believe in providing personalized dental care in a relaxed and welcoming environment. Our state-of-the-art clinic combines advanced technology with a gentle touch, ensuring that every patient receives the highest standard of treatment. From routine check-ups to advanced cosmetic procedures, your oral health and comfort are our top priorities. Trust Dentata for a lifetime of healthy, beautiful smiles."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Learn More About Us", href: "#team"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg"
|
||||
imageAlt="Modern dental clinic waiting area"
|
||||
@@ -142,45 +110,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "General Dentistry",
|
||||
description: "Regular check-ups, cleanings, and fillings to maintain optimal oral health.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg",
|
||||
imageAlt: "dentata clinic interior open graph",
|
||||
title: "General Dentistry", description: "Regular check-ups, cleanings, and fillings to maintain optimal oral health.", bentoComponent: "reveal-icon", icon: Heart
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Achieve your dream smile with veneers, whitening, and smile makeovers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dentist-template-design_23-2150658817.jpg?_wi=1",
|
||||
imageAlt: "dentata clinic interior open graph",
|
||||
title: "Cosmetic Dentistry", description: "Achieve your dream smile with veneers, whitening, and smile makeovers.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Orthodontics",
|
||||
description: "Straighten your teeth with braces or clear aligners for a confident smile.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Grid,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=2",
|
||||
imageAlt: "dentata clinic interior open graph",
|
||||
title: "Orthodontics", description: "Straighten your teeth with braces or clear aligners for a confident smile.", bentoComponent: "reveal-icon", icon: Grid
|
||||
},
|
||||
{
|
||||
title: "Emergency Care",
|
||||
description: "Prompt treatment for dental emergencies to relieve pain and address issues quickly.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LifeBuoy,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-woman-portrait-outdoor_624325-1864.jpg",
|
||||
imageAlt: "dentata clinic interior open graph",
|
||||
title: "Emergency Care", description: "Prompt treatment for dental emergencies to relieve pain and address issues quickly.", bentoComponent: "reveal-icon", icon: LifeBuoy
|
||||
},
|
||||
{
|
||||
title: "Pediatric Dentistry",
|
||||
description: "Gentle and friendly dental care specifically designed for children.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg",
|
||||
imageAlt: "dentata clinic interior open graph",
|
||||
},
|
||||
title: "Pediatric Dentistry", description: "Gentle and friendly dental care specifically designed for children.", bentoComponent: "reveal-icon", icon: Home
|
||||
}
|
||||
]}
|
||||
title="Our Comprehensive Dental Services"
|
||||
description="We offer a full spectrum of dental treatments, from preventive care to advanced restorative and cosmetic procedures, all under one roof."
|
||||
@@ -194,53 +137,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "dentists",
|
||||
groupTitle: "Dentists",
|
||||
members: [
|
||||
id: "dentists", groupTitle: "Dentists", members: [
|
||||
{
|
||||
id: "d1",
|
||||
title: "Dr. Anya Sharma",
|
||||
subtitle: "Lead Dentist, DMD",
|
||||
detail: "Specializes in restorative and cosmetic dentistry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg",
|
||||
imageAlt: "Dr. Anya Sharma",
|
||||
id: "d1", title: "Dr. Anya Sharma", subtitle: "Lead Dentist, DMD", detail: "Specializes in restorative and cosmetic dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053312.jpg", imageAlt: "Dr. Anya Sharma"
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
title: "Dr. Ben Carter",
|
||||
subtitle: "Orthodontist, DDS",
|
||||
detail: "Expert in braces and clear aligner treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-smiling-expression-yellow-wall_179666-13152.jpg",
|
||||
imageAlt: "Dr. Ben Carter",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dentist-template-design_23-2150658817.jpg?_wi=2",
|
||||
imageAlt: "female dentist portrait professional",
|
||||
id: "d2", title: "Dr. Ben Carter", subtitle: "Orthodontist, DDS", detail: "Expert in braces and clear aligner treatments.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-smiling-expression-yellow-wall_179666-13152.jpg", imageAlt: "Dr. Ben Carter"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "staff",
|
||||
groupTitle: "Support Staff",
|
||||
members: [
|
||||
id: "staff", groupTitle: "Support Staff", members: [
|
||||
{
|
||||
id: "s1",
|
||||
title: "Maria Rodriguez",
|
||||
subtitle: "Dental Hygienist",
|
||||
detail: "Passionate about preventive care and patient education.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
id: "s1", title: "Maria Rodriguez", subtitle: "Dental Hygienist", detail: "Passionate about preventive care and patient education.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "John Smith",
|
||||
subtitle: "Office Manager",
|
||||
detail: "Ensuring smooth operations and patient satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-handsome-confident-smiling-businessman-writing-notebook-white-modern-office-interior_176420-42472.jpg",
|
||||
imageAlt: "John Smith",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=3",
|
||||
imageAlt: "female dentist portrait professional",
|
||||
},
|
||||
id: "s2", title: "John Smith", subtitle: "Office Manager", detail: "Ensuring smooth operations and patient satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/picture-young-handsome-confident-smiling-businessman-writing-notebook-white-modern-office-interior_176420-42472.jpg", imageAlt: "John Smith"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Dedicated Dentata Team"
|
||||
description="Our highly skilled and compassionate team is committed to providing exceptional dental care. We are here to make your experience comfortable and positive."
|
||||
@@ -254,44 +169,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
items: [
|
||||
"Serving the community since 2008",
|
||||
"Experienced dental professionals",
|
||||
"Continuous education & training",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Years of Experience", items: [
|
||||
"Serving the community since 2008", "Experienced dental professionals", "Continuous education & training"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5,000+",
|
||||
title: "Happy Patients",
|
||||
items: [
|
||||
"Trusted by thousands of families",
|
||||
"Personalized care for every smile",
|
||||
"High patient satisfaction rates",
|
||||
],
|
||||
id: "m2", value: "5,000+", title: "Happy Patients", items: [
|
||||
"Trusted by thousands of families", "Personalized care for every smile", "High patient satisfaction rates"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Success Rate",
|
||||
items: [
|
||||
"High success rates for all procedures",
|
||||
"Utilizing advanced dental technology",
|
||||
"Dedicated to optimal outcomes",
|
||||
],
|
||||
id: "m3", value: "98%", title: "Success Rate", items: [
|
||||
"High success rates for all procedures", "Utilizing advanced dental technology", "Dedicated to optimal outcomes"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "24/7",
|
||||
title: "Emergency Support",
|
||||
items: [
|
||||
"Available for urgent dental needs",
|
||||
"Prompt and efficient care",
|
||||
"Peace of mind for our patients",
|
||||
],
|
||||
id: "m4", value: "24/7", title: "Emergency Support", items: [
|
||||
"Available for urgent dental needs", "Prompt and efficient care", "Peace of mind for our patients"],
|
||||
},
|
||||
]}
|
||||
title="Dentata by the Numbers"
|
||||
@@ -306,53 +197,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk_smiles",
|
||||
testimonial: "Dentata has transformed my fear of dentists into a comfortable experience. The staff is incredibly kind, and Dr. Sharma is fantastic!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah K.", handle: "@sarahk_smiles", testimonial: "Dentata has transformed my fear of dentists into a comfortable experience. The staff is incredibly kind, and Dr. Sharma is fantastic!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd_health",
|
||||
testimonial: "Professional and caring! I highly recommend Dentata for their excellent service and state-of-the-art facilities. My teeth have never felt better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-serious-mature-man-dressed-plaid-shirt-sitting-sofa-before-dark-haired-doctor_259150-57370.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@markd_health", testimonial: "Professional and caring! I highly recommend Dentata for their excellent service and state-of-the-art facilities. My teeth have never felt better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-serious-mature-man-dressed-plaid-shirt-sitting-sofa-before-dark-haired-doctor_259150-57370.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica L.",
|
||||
handle: "@jess_healthy",
|
||||
testimonial: "The team at Dentata made my child's first dental visit so fun and stress-free. They are truly amazing with kids!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-dental-chair-posing-clinic_651396-1407.jpg",
|
||||
},
|
||||
id: "t3", name: "Jessica L.", handle: "@jess_healthy", testimonial: "The team at Dentata made my child's first dental visit so fun and stress-free. They are truly amazing with kids!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-dental-chair-posing-clinic_651396-1407.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David M.",
|
||||
handle: "@davidm_wellness",
|
||||
testimonial: "My cosmetic procedure was flawless. I finally have the confident smile I've always wanted. Thank you, Dentata!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-years-old-sitting-her-kitchen-alone-express-candid-happiness_1258-199764.jpg",
|
||||
},
|
||||
id: "t4", name: "David M.", handle: "@davidm_wellness", testimonial: "My cosmetic procedure was flawless. I finally have the confident smile I've always wanted. Thank you, Dentata!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-years-old-sitting-her-kitchen-alone-express-candid-happiness_1258-199764.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_r_care",
|
||||
testimonial: "From scheduling to treatment, everything was seamless. The best dental clinic I've ever visited. Highly professional and friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg",
|
||||
},
|
||||
id: "t5", name: "Emily R.", handle: "@emily_r_care", testimonial: "From scheduling to treatment, everything was seamless. The best dental clinic I've ever visited. Highly professional and friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Robert S.",
|
||||
handle: "@robert_shine",
|
||||
testimonial: "They handled my dental emergency quickly and efficiently. The pain relief was immediate, and the follow-up care was excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg",
|
||||
},
|
||||
id: "t6", name: "Robert S.", handle: "@robert_shine", testimonial: "They handled my dental emergency quickly and efficiently. The pain relief was immediate, and the follow-up care was excellent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Patients Are Saying"
|
||||
@@ -365,16 +226,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Delta Dental",
|
||||
"MetLife Dental",
|
||||
"Aetna Dental",
|
||||
"Cigna Dental",
|
||||
"Blue Cross Blue Shield",
|
||||
"American Dental Association",
|
||||
"Smile Health Group",
|
||||
"Oral Care Alliance",
|
||||
"Healthy Mouth Network",
|
||||
]}
|
||||
"Delta Dental", "MetLife Dental", "Aetna Dental", "Cigna Dental", "Blue Cross Blue Shield", "American Dental Association", "Smile Health Group", "Oral Care Alliance", "Healthy Mouth Network"]}
|
||||
title="Our Trusted Partners"
|
||||
description="We work with leading dental organizations and insurance providers to offer you the best possible care and convenience."
|
||||
/>
|
||||
@@ -386,30 +238,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What should I expect during my first visit?",
|
||||
content: "Your first visit at Dentata includes a comprehensive oral examination, digital X-rays, and a thorough cleaning. We'll discuss your dental history, any concerns you have, and create a personalized treatment plan.",
|
||||
},
|
||||
id: "f1", title: "What should I expect during my first visit?", content: "Your first visit at Dentata includes a comprehensive oral examination, digital X-rays, and a thorough cleaning. We'll discuss your dental history, any concerns you have, and create a personalized treatment plan."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you accept dental insurance?",
|
||||
content: "Yes, we accept most major dental insurance plans. Our team will help you understand your benefits and file claims on your behalf to maximize your coverage.",
|
||||
},
|
||||
id: "f2", title: "Do you accept dental insurance?", content: "Yes, we accept most major dental insurance plans. Our team will help you understand your benefits and file claims on your behalf to maximize your coverage."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How often should I visit the dentist?",
|
||||
content: "We recommend regular dental check-ups and cleanings every six months for most patients to maintain optimal oral hygiene and detect any potential issues early.",
|
||||
},
|
||||
id: "f3", title: "How often should I visit the dentist?", content: "We recommend regular dental check-ups and cleanings every six months for most patients to maintain optimal oral hygiene and detect any potential issues early."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What payment options do you offer?",
|
||||
content: "In addition to insurance, we offer various payment options including credit cards, flexible payment plans, and financing solutions to ensure our services are accessible to everyone.",
|
||||
},
|
||||
id: "f4", title: "What payment options do you offer?", content: "In addition to insurance, we offer various payment options including credit cards, flexible payment plans, and financing solutions to ensure our services are accessible to everyone."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Are emergency appointments available?",
|
||||
content: "Yes, we prioritize dental emergencies and offer same-day appointments whenever possible. Please call our office immediately if you require urgent care.",
|
||||
},
|
||||
id: "f5", title: "Are emergency appointments available?", content: "Yes, we prioritize dental emergencies and offer same-day appointments whenever possible. Please call our office immediately if you require urgent care."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-medical-team-working-hospital-reception-desk-helping-patients-with-checkup-appointments-report-papers-nurse-receptionist-sitting-registration-counter-facility-lobby_482257-51281.jpg"
|
||||
imageAlt="Dentist explaining to a patient"
|
||||
@@ -424,20 +261,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Schedule Your Visit"
|
||||
title="Ready for a Brighter, Healthier Smile?"
|
||||
description="Don't postpone your oral health any longer. Contact Dentata today to book your appointment or to learn more about our comprehensive dental solutions. We look forward to welcoming you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Today",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us Today", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "mailto:info@dentata.com",
|
||||
},
|
||||
text: "Book Online", href: "mailto:info@dentata.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -448,13 +280,9 @@ export default function LandingPage() {
|
||||
logoAlt="Dentata Logo"
|
||||
logoText="Dentata"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user