diff --git a/src/app/page.tsx b/src/app/page.tsx index f113457..eea7887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { const dentistServices = [ { id: "1", brand: "General Dentistry", name: "Routine Checkups & Cleanings", price: "Prevention First", rating: 5, - reviewCount: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=1", imageAlt: "dental checkup teeth cleaning dentist examination oral care" + reviewCount: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "dental checkup teeth cleaning dentist examination oral care" }, { id: "2", brand: "Cosmetic Dentistry", name: "Teeth Whitening & Alignment", price: "Beautiful Smile", rating: 5, @@ -35,7 +35,7 @@ export default function LandingPage() { }, { id: "3", brand: "Advanced Treatment", name: "Root Canal & Implants", price: "Advanced Solutions", rating: 5, - reviewCount: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=2", imageAlt: "root canal dental implant advanced dentistry tooth extraction" + reviewCount: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "root canal dental implant advanced dentistry tooth extraction" } ]; @@ -56,22 +56,22 @@ export default function LandingPage() { const patientTestimonials = [ { - id: "1", name: "Rahul Sharma", handle: "Verified Patient", testimonial: "Dr. Gupta's expertise and gentle approach made my root canal procedure completely painless. Highly recommended for anyone needing quality dental care.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=1", imageAlt: "male avatar patient profile professional headshot male portrait" + id: "1", name: "Rahul Sharma", handle: "Verified Patient", testimonial: "Dr. Gupta's expertise and gentle approach made my root canal procedure completely painless. Highly recommended for anyone needing quality dental care.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg", imageAlt: "male avatar patient profile professional headshot male portrait" }, { - id: "2", name: "Priya Patel", handle: "Happy Customer", testimonial: "The clinic is clean, modern, and the staff is incredibly welcoming. My family has been visiting for teeth whitening and regular checkups for years.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", imageAlt: "female avatar patient profile professional headshot female portrait" + id: "2", name: "Priya Patel", handle: "Happy Customer", testimonial: "The clinic is clean, modern, and the staff is incredibly welcoming. My family has been visiting for teeth whitening and regular checkups for years.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "female avatar patient profile professional headshot female portrait" }, { - id: "3", name: "Amit Desai", handle: "Verified Patient", testimonial: "Professional, efficient, and affordable. Dr. Gupta completed my dental implant procedure with precision. Results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=2", imageAlt: "male avatar patient profile professional headshot male portrait" + id: "3", name: "Amit Desai", handle: "Verified Patient", testimonial: "Professional, efficient, and affordable. Dr. Gupta completed my dental implant procedure with precision. Results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg", imageAlt: "male avatar patient profile professional headshot male portrait" }, { - id: "4", name: "Sneha Gupta", handle: "Regular Patient", testimonial: "Best dental clinic in Hadapsar. The team listens to your concerns and provides customized treatment plans. Great experience every visit.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2", imageAlt: "female avatar patient profile professional headshot female portrait" + id: "4", name: "Sneha Gupta", handle: "Regular Patient", testimonial: "Best dental clinic in Hadapsar. The team listens to your concerns and provides customized treatment plans. Great experience every visit.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "female avatar patient profile professional headshot female portrait" }, { - id: "5", name: "Vikram Nair", handle: "Verified Patient", testimonial: "I was nervous about dental work, but Dr. Gupta's calm demeanor and expert skills put me at ease. Will definitely return for future treatments.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=3", imageAlt: "male avatar patient profile professional headshot male portrait" + id: "5", name: "Vikram Nair", handle: "Verified Patient", testimonial: "I was nervous about dental work, but Dr. Gupta's calm demeanor and expert skills put me at ease. Will definitely return for future treatments.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg", imageAlt: "male avatar patient profile professional headshot male portrait" }, { - id: "6", name: "Anjali Singh", handle: "Happy Customer", testimonial: "Outstanding service and reasonable fees. My teeth look amazing after the cosmetic treatment. Highly grateful to the entire team.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=3", imageAlt: "female avatar patient profile professional headshot female portrait" + id: "6", name: "Anjali Singh", handle: "Happy Customer", testimonial: "Outstanding service and reasonable fees. My teeth look amazing after the cosmetic treatment. Highly grateful to the entire team.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "female avatar patient profile professional headshot female portrait" } ]; @@ -106,7 +106,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -125,8 +125,12 @@ export default function LandingPage() {