diff --git a/src/app/page.tsx b/src/app/page.tsx index b92f8f6..4fef2e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Book Consultation", href: "#contact" }, { text: "Learn About Procedures", href: "#features" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg?_wi=1" imageAlt="Leading Heart Surgeon" avatars={[ { src: "http://img.b2bpic.net/free-photo/female-doctor-holding-red-heart-blue-uniform-looking-serious_176474-12754.jpg", alt: "Female doctor holding red heart" }, @@ -70,7 +70,7 @@ export default function LandingPage() { { value: "2,500+", title: "Successful Surgeries" }, { value: "99%", title: "Patient Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg?_wi=1" imageAlt="Advanced Cardiac Equipment" mediaAnimation="slide-up" /> @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Coronary Bypass", description: "Restoring healthy blood flow to your heart with precision techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg", imageAlt: "Surgical Procedure" }, + title: "Coronary Bypass", description: "Restoring healthy blood flow to your heart with precision techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg?_wi=2", imageAlt: "Surgical Procedure" }, items: [ { icon: CheckCircle, text: "Minimally invasive approach" }, { icon: CheckCircle, text: "Rapid recovery protocols" }, @@ -91,7 +91,7 @@ export default function LandingPage() { reverse: false, }, { - title: "Valve Repair", description: "Advanced repair and replacement options for optimal valve function.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg", imageAlt: "Surgical Procedure" }, + title: "Valve Repair", description: "Advanced repair and replacement options for optimal valve function.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg?_wi=2", imageAlt: "Surgical Procedure" }, items: [ { icon: CheckCircle, text: "State-of-the-art repair techniques" }, { icon: CheckCircle, text: "Dedicated monitoring" }, @@ -99,7 +99,7 @@ export default function LandingPage() { reverse: true, }, { - title: "Aortic Surgery", description: "Expert intervention for complex aortic conditions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg", imageAlt: "Surgical Procedure" }, + title: "Aortic Surgery", description: "Expert intervention for complex aortic conditions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg?_wi=1", imageAlt: "Surgical Procedure" }, items: [ { icon: CheckCircle, text: "High-precision instrumentation" }, { icon: CheckCircle, text: "Tailored surgical plans" }, @@ -133,7 +133,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "John Smith", handle: "@jsmith", testimonial: "Dr. Miller saved my life. The procedure was handled with absolute professionalism and the recovery was faster than I ever expected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg" }, + { id: "1", name: "John Smith", handle: "@jsmith", testimonial: "Dr. Miller saved my life. The procedure was handled with absolute professionalism and the recovery was faster than I ever expected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg?_wi=2" }, { id: "2", name: "Mary Johnson", handle: "@mjohnson", testimonial: "I was very nervous about my valve surgery, but the team's care and clarity made all the difference in my recovery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/patient-hospital_23-2152005935.jpg" }, { id: "3", name: "Robert Williams", handle: "@rwilliams", testimonial: "Excellent surgeon and dedicated staff. Could not ask for better care throughout the entire surgical process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-woman-fighting-cancer_23-2148992266.jpg" }, { id: "4", name: "Susan Davis", handle: "@sdavis", testimonial: "My quality of life has improved drastically after my bypass procedure. Thank you for your incredible work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-doctor-celebrating-good-news-while-working-hospital_637285-5105.jpg" },