diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eda8bc..2e05897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,27 +74,27 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "Dental Fillings & Extraction", description: "Starting at ₹500 - Professional care for cavity treatment and tooth extraction when necessary.", tags: ["General", "Affordable"], + id: "1", title: "Dental Fillings & Extraction", tags: ["General", "Affordable"], imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Dental fillings treatment" }, { - id: "2", title: "Scaling & Polishing", description: "Starting at ₹800 - Professional teeth cleaning and polishing for optimal oral hygiene.", tags: ["Cleaning", "Preventive"], + id: "2", title: "Scaling & Polishing", tags: ["Cleaning", "Preventive"], imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Teeth cleaning and polishing" }, { - id: "3", title: "Root Canal Treatment (RCT)", description: "Professional Care - Expert endodontic treatment to save your natural tooth.", tags: ["Advanced", "Endodontics"], + id: "3", title: "Root Canal Treatment (RCT)", tags: ["Advanced", "Endodontics"], imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Root canal treatment" }, { - id: "4", title: "Ceramic Crowns & Bridges", description: "Premium Restoration - Durable and aesthetic solutions for missing or damaged teeth.", tags: ["Restoration", "Premium"], + id: "4", title: "Ceramic Crowns & Bridges", tags: ["Restoration", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/patient-pointing-teeth-with-dentist_23-2148380326.jpg?_wi=1", imageAlt: "Ceramic crown restoration" }, { - id: "5", title: "Dental Implant Fixing", description: "Advanced Treatment - Permanent solution for missing teeth with natural appearance.", tags: ["Advanced", "Implants"], + id: "5", title: "Dental Implant Fixing", tags: ["Advanced", "Implants"], imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206251.jpg", imageAlt: "Dental implant procedure" }, { - id: "6", title: "Ceramic Veneers", description: "Smile Enhancement - Beautiful, natural-looking veneers for a radiant smile.", tags: ["Cosmetic", "Enhancement"], + id: "6", title: "Ceramic Veneers", tags: ["Cosmetic", "Enhancement"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdfEv3LMPocLC1ILV5yRR55qgJ/uploaded-1772964710494-hdlmhmg0.png", imageAlt: "Ceramic veneers cosmetic treatment" } ]}