Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-12 09:44:43 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Book Appointment", href: "#appointment"
text: "Book Now Limited Spots", href: "#appointment"
}}
/>
</div>
@@ -68,19 +68,19 @@ export default function LandingPage() {
tagIcon={Stethoscope}
accordionItems={[
{
id: "1", title: "General Checkups Keep Your Smile Healthy", content: "Regular dental examinations to monitor your oral health, detect issues early, and maintain a healthy smile."
id: "1", title: "General Checkups", content: "Regular dental examinations to monitor your oral health, detect issues early, and maintain a healthy smile."
},
{
id: "2", title: "Professional Teeth Cleaning Prevent Gum Disease", content: "Deep cleaning services to remove plaque and tartar buildup, preventing gum disease and tooth decay."
id: "2", title: "Professional Teeth Cleaning", content: "Deep cleaning services to remove plaque and tartar buildup, preventing gum disease and tooth decay."
},
{
id: "3", title: "Cosmetic Dentistry Enhance Your Smile", content: "Teeth whitening, veneers, and smile design treatments to enhance your smile's appearance and boost confidence."
id: "3", title: "Cosmetic Dentistry", content: "Teeth whitening, veneers, and smile design treatments to enhance your smile's appearance and boost confidence."
},
{
id: "4", title: "Dental Fillings Restore Damaged Teeth", content: "Modern, tooth-colored composite fillings to restore damaged or decayed teeth with natural-looking results."
id: "4", title: "Dental Fillings", content: "Modern, tooth-colored composite fillings to restore damaged or decayed teeth with natural-looking results."
},
{
id: "5", title: "Emergency Dental Care Fast Relief", content: "Fast, compassionate emergency services for dental pain, trauma, or urgent dental issues."
id: "5", title: "Emergency Dental Care", content: "Fast, compassionate emergency services for dental pain, trauma, or urgent dental issues."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66954.jpg"
@@ -143,7 +143,7 @@ export default function LandingPage() {
<div id="appointment" data-section="appointment">
<ContactSplitForm
title="Book Your Appointment"
description="Schedule your dental visit today. Fill out the form below and our team will confirm your appointment shortly."
description="Schedule your dental visit today. Fill out the form below and our team will confirm your appointment shortly. (Same-day availability)"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true
@@ -166,7 +166,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461554.jpg"
imageAlt="Friendly dental consultation"
mediaPosition="right"
buttonText="Book Appointment"
buttonText="Book Now Limited Spots"
mediaAnimation="slide-up"
/>
</div>