Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 18:00:29 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Book Appointment", onClick: handleAppointmentClick },
{ text: "Call Now", href: "tel:+1-555-123-4567" }
]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=1"
imageAlt="Patient with beautiful smile"
mediaAnimation="slide-up"
imagePosition="right"
@@ -76,7 +76,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "EXPERT DENTAL CARE", name: "Teeth Cleaning", price: "Starting at $99", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg", imageAlt: "Professional teeth cleaning service"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service"
},
{
id: "2", brand: "EXPERT DENTAL CARE", name: "Dental Implants", price: "Starting at $1,500", rating: 5,
@@ -128,13 +128,13 @@ export default function LandingPage() {
title: "Experienced Dentists", description: "Our team consists of highly trained dental professionals with extensive experience in all aspects of modern dentistry", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-dentist-clinic_23-2149164357.jpg", imageAlt: "Experienced dental team"
},
{
title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg", imageAlt: "Modern dental clinic"
title: "Advanced Dental Equipment", description: "We invest in cutting-edge dental technology to ensure accurate diagnoses and effective treatments", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=1", imageAlt: "Modern dental clinic"
},
{
title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg", imageAlt: "Comfortable dental experience"
title: "Pain-Free Treatment", description: "Patient comfort is our priority. We use modern anesthesia techniques and gentle methods for painless dental care", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=2", imageAlt: "Comfortable dental experience"
},
{
title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg", imageAlt: "Affordable dental services"
title: "Affordable Prices", description: "We offer competitive pricing without compromising on quality of care and service", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=2", imageAlt: "Affordable dental services"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -182,7 +182,7 @@ export default function LandingPage() {
description="Schedule your next dental visit with us. Our friendly team is ready to help you achieve your perfect smile."
background={{ variant: "aurora" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-man-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879153.jpg?_wi=2"
imageAlt="Modern dental clinic"
mediaAnimation="slide-up"
mediaPosition="right"