Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 10:47:37 +00:00

View File

@@ -77,15 +77,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "DentX Pro", name: "Comprehensive Checkup", price: "Starting at $75", rating: 5,
reviewCount: "1,250+", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg", imageAlt: "Dental checkup service"
reviewCount: "1,250+", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg?_wi=1", imageAlt: "Dental checkup service"
},
{
id: "2", brand: "DentX Pro", name: "Professional Cleaning", price: "Starting at $99", rating: 5,
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg", imageAlt: "Professional cleaning service"
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg?_wi=1", imageAlt: "Professional cleaning service"
},
{
id: "3", brand: "DentX Pro", name: "Dental Implants", price: "Starting at $1,200", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053318.jpg", imageAlt: "Dental implant service"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053318.jpg?_wi=1", imageAlt: "Dental implant service"
}
]}
tag="Excellence in Dentistry"
@@ -123,16 +123,16 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
features={[
{
title: "Advanced Technology", description: "State-of-the-art equipment and digital imaging for precise diagnostics", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg", imageAlt: "Advanced dental technology"
title: "Advanced Technology", description: "State-of-the-art equipment and digital imaging for precise diagnostics", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg?_wi=2", imageAlt: "Advanced dental technology"
},
{
title: "Expert Team", description: "Highly trained and certified dental professionals with years of experience", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg", imageAlt: "Professional dental team"
title: "Expert Team", description: "Highly trained and certified dental professionals with years of experience", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg?_wi=2", imageAlt: "Professional dental team"
},
{
title: "Patient Comfort", description: "Comfortable environment with personalized care for relaxed dental visits", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053318.jpg", imageAlt: "Comfortable dental care"
title: "Patient Comfort", description: "Comfortable environment with personalized care for relaxed dental visits", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053318.jpg?_wi=2", imageAlt: "Comfortable dental care"
},
{
title: "Affordable Pricing", description: "Transparent pricing with flexible payment plans for all patients", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67181.jpg", imageAlt: "Affordable dental services"
title: "Affordable Pricing", description: "Transparent pricing with flexible payment plans for all patients", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67181.jpg?_wi=1", imageAlt: "Affordable dental services"
}
]}
tag="Why We Stand Out"
@@ -188,7 +188,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67181.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67181.jpg?_wi=2"
imageAlt="DentX clinic"
mediaAnimation="blur-reveal"
mediaPosition="right"