Merge version_2 into main #10

Merged
bender merged 1 commits from version_2 into main 2026-03-08 10:04:51 +00:00

View File

@@ -76,11 +76,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "General Dentistry", name: "Dental Fillings & Extraction", price: "Starting at ₹500", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg", imageAlt: "Dental fillings treatment"
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment"
},
{
id: "2", brand: "General Dentistry", name: "Scaling & Polishing", price: "Starting at ₹800", rating: 5,
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg", imageAlt: "Teeth cleaning and polishing"
reviewCount: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing"
},
{
id: "3", brand: "Advanced Procedures", name: "Root Canal Treatment (RCT)", price: "Professional Care", rating: 5,
@@ -135,8 +135,8 @@ export default function LandingPage() {
},
{
id: 2,
title: "Patient Comfort", description: "Your comfort is our priority with gentle care and anxiety management.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg" }
title: "Patient Comfort", description: "Your comfort is our priority with gentle care and anxiety management.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=2" }
}
]}
/>