Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 16:50:34 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" },
{ text: "Get Directions", href: "https://maps.google.com/?q=43+Horamavu+Agara+Main+Road+Bengaluru" }
]}
imageSrc="http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67116.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67116.jpg?_wi=1"
imageAlt="Modern dental clinic interior at CKP Dental Care"
showDimOverlay={true}
showBlur={true}
@@ -95,12 +95,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
products={[
{ id: "cleaning", name: "Teeth Cleaning & Scaling", price: "Safe & Painless", variant: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg", imageAlt: "Professional teeth cleaning service" },
{ id: "rct", name: "Root Canal Treatment (RCT)", price: "Pain-Free", variant: "Advanced Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg", imageAlt: "Root canal treatment procedure" },
{ id: "cleaning", name: "Teeth Cleaning & Scaling", price: "Safe & Painless", variant: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" },
{ id: "rct", name: "Root Canal Treatment (RCT)", price: "Pain-Free", variant: "Advanced Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg?_wi=1", imageAlt: "Root canal treatment procedure" },
{ id: "extraction", name: "Tooth Extraction", price: "Safe Removal", variant: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66870.jpg", imageAlt: "Safe tooth extraction service" },
{ id: "braces", name: "Braces & Aligners", price: "Smile Correction", variant: "Orthodontics", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-brunette-woman-home-smiling-wearing-her-glasses-laughing_1258-202241.jpg", imageAlt: "Modern braces and aligners" },
{ id: "cosmetic", name: "Cosmetic Dentistry", price: "Smile Design", variant: "Enhancement", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-visiting-dentist_651396-2240.jpg", imageAlt: "Cosmetic dentistry smile design" },
{ id: "implants", name: "Dental Implants", price: "Permanent Solution", variant: "Advanced Care", imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg", imageAlt: "Dental implant restoration" }
{ id: "implants", name: "Dental Implants", price: "Permanent Solution", variant: "Advanced Care", imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg?_wi=2", imageAlt: "Dental implant restoration" }
]}
/>
</div>
@@ -111,7 +111,7 @@ export default function LandingPage() {
description="We believe in making dental care accessible and comfortable for everyone in our community."
features={[
{
id: "rating-trust", title: "5.0★ Rated Clinic", description: "Consistently praised by patients for our professional care and excellent results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67116.jpg", imageAlt: "CKP Dental Care facility" },
id: "rating-trust", title: "5.0★ Rated Clinic", description: "Consistently praised by patients for our professional care and excellent results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67116.jpg?_wi=2", imageAlt: "CKP Dental Care facility" },
items: [
{ icon: Star, text: "500+ satisfied patients" },
{ icon: CheckCircle, text: "100% patient satisfaction" }
@@ -119,7 +119,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "gentle-care", title: "Gentle & Painless Procedures", description: "Experience comfortable dental treatments using modern anesthesia and pain management techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg", imageAlt: "Gentle dental care" },
id: "gentle-care", title: "Gentle & Painless Procedures", description: "Experience comfortable dental treatments using modern anesthesia and pain management techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/client-lying-with-opened-mouth-while-doctor-curing-teeth_651396-1387.jpg?_wi=3", imageAlt: "Gentle dental care" },
items: [
{ icon: Heart, text: "Patient comfort priority" },
{ icon: Zap, text: "Quick & efficient treatments" }
@@ -127,7 +127,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "equipment", title: "Modern Equipment", description: "Latest dental technology ensures accurate diagnostics and superior treatment outcomes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg", imageAlt: "Modern dental equipment" },
id: "equipment", title: "Modern Equipment", description: "Latest dental technology ensures accurate diagnostics and superior treatment outcomes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg?_wi=2", imageAlt: "Modern dental equipment" },
items: [
{ icon: Shield, text: "Advanced diagnostics" },
{ icon: Sparkles, text: "State-of-the-art tools" }