Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-15 07:29:10 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Excellence in Dental Aesthetics"
description="Experience personalized, high-end dental care designed for comfort and confidence."
description="Experience personalized, high-end dental care designed for comfort and confidence. We believe in accessible care for all families—children without insurance receive free service."
buttons={[
{
text: "Book Consultation", href: "#contact"},
@@ -75,7 +75,7 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text", content: "Our Mission: Delivering compassionate, world-class dental wellness to restore your confidence and brighten your health."},
type: "text", content: "Our Mission: Delivering compassionate, world-class dental wellness to restore your confidence and brighten your health. We proudly provide free services to uninsured families with children."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg", alt: "Clinic Interior"},
]}
@@ -86,7 +86,7 @@ export default function LandingPage() {
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Comprehensive Dental Services"
description="State-of-the-art procedures in a relaxing environment."
description="State-of-the-art procedures in a relaxing environment. We are committed to making quality care accessible, including free services for uninsured children."
accordionItems={[
{
id: "s1", title: "Cosmetic Dentistry", content: "Transform your smile with professional whitening and veneers."},
@@ -130,7 +130,7 @@ export default function LandingPage() {
{
id: "q1", title: "Do you accept new patients?", content: "Yes, we are currently accepting new appointments."},
{
id: "q2", title: "What insurance do you accept?", content: "We work with most major insurance providers."},
id: "q2", title: "What insurance do you accept?", content: "We work with most major insurance providers. Note: uninsured families with children receive free services."},
{
id: "q3", title: "Is the office wheelchair accessible?", content: "Yes, our facility is fully accessible."},
]}
@@ -147,7 +147,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "canvas-reveal"}}
text="Ready to transform your smile? Reach out today."
text="Ready to transform your smile? Reach out today. We offer free service for children without insurance."
buttons={[
{
text: "Contact Us", href: "#"},
@@ -181,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}