diff --git a/src/app/page.tsx b/src/app/page.tsx index ae7e7e5..cea9ee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,27 +29,17 @@ export default function LandingPage() { @@ -57,98 +47,55 @@ export default function LandingPage() { @@ -170,26 +117,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Dental Implants", - description: "High-quality, durable implants to restore your smile and confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=2", - titleIconSrc: "Shield", - buttonText: "Learn More", - }, + title: "Dental Implants", description: "High-quality, durable implants to restore your smile and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=2", titleIconSrc: "Shield", buttonText: "Learn More"}, { - title: "Routine Checkups", - description: "Preventative care and routine checkups to maintain your oral health.", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=3", - titleIconSrc: "CheckCircle", - buttonText: "Learn More", - }, + title: "Routine Checkups", description: "Preventative care and routine checkups to maintain your oral health.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=3", titleIconSrc: "CheckCircle", buttonText: "Learn More"}, { - title: "Advanced Dentistry", - description: "Modern restorative procedures for complex dental issues.", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=4", - titleIconSrc: "Zap", - buttonText: "Learn More", - }, + title: "Advanced Dentistry", description: "Modern restorative procedures for complex dental issues.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=4", titleIconSrc: "Zap", buttonText: "Learn More"}, ]} title="Comprehensive Dental Services" description="Providing advanced dental treatments for all ages." @@ -203,40 +135,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Anonymous", - role: "Patient", - testimonial: "Excellent place for dental care. In October 2025 whole teaths was implanted to my father...", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=2", - }, + id: "1", name: "Anonymous", role: "Patient", testimonial: "Excellent place for dental care. In October 2025 whole teaths was implanted to my father...", imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=2"}, { - id: "2", - name: "Satisfied Patient", - role: "Lower Teeth Implant", - testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=2", - }, + id: "2", name: "Satisfied Patient", role: "Lower Teeth Implant", testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=2"}, { - id: "3", - name: "Deepak R.", - role: "Patient", - testimonial: "Professional and courteous team. Highly recommended for implants.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2", - }, + id: "3", name: "Deepak R.", role: "Patient", testimonial: "Professional and courteous team. Highly recommended for implants.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2"}, { - id: "4", - name: "Sunita K.", - role: "Patient", - testimonial: "A very clean clinic with modern infrastructure for dental treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=2", - }, + id: "4", name: "Sunita K.", role: "Patient", testimonial: "A very clean clinic with modern infrastructure for dental treatments.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=2"}, { - id: "5", - name: "Rajesh M.", - role: "Patient", - testimonial: "I had a wonderful experience for my dental surgery.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=2", - }, + id: "5", name: "Rajesh M.", role: "Patient", testimonial: "I had a wonderful experience for my dental surgery.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=2"}, ]} title="Patient Stories" description="Hear from those we have helped restore their smiles." @@ -247,31 +154,24 @@ export default function LandingPage() {