9 Commits

Author SHA1 Message Date
2904dc8022 Merge version_6 into main
Merge version_6 into main
2026-03-12 10:39:22 +00:00
749aaab4ca Update src/app/page.tsx 2026-03-12 10:39:18 +00:00
1e14f5d9e4 Merge version_5 into main
Merge version_5 into main
2026-03-12 10:38:22 +00:00
014f327362 Update src/app/page.tsx 2026-03-12 10:38:18 +00:00
d83492e9e2 Merge version_4 into main
Merge version_4 into main
2026-03-12 10:38:03 +00:00
6f5e6e60f0 Update src/app/page.tsx 2026-03-12 10:37:59 +00:00
8ad608f5f1 Merge version_3 into main
Merge version_3 into main
2026-03-12 09:44:43 +00:00
1af9ab7e61 Update src/app/page.tsx 2026-03-12 09:44:39 +00:00
b357c1d6be Merge version_2 into main
Merge version_2 into main
2026-03-12 09:42:17 +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>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplit
title="Modern Dental Care in Beirut"
description="Professional, gentle dentistry in a clean and modern clinic. We prioritize your comfort and oral health with the latest technology and a caring team."
tag="5.0★ 14 Google Reviews"
tag="5.0★ Rated Trusted by 200+ Patients"
tagIcon={Star}
buttons={[
{ text: "Book Appointment", href: "#appointment" },
@@ -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>