diff --git a/src/app/page.tsx b/src/app/page.tsx index 857e43f..fbaec3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { reverse: true }, { - title: "Siding & Gutters", description: "Complete exterior solutions to keep your home sealed, safe, and beautiful.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg" }, + title: "Siding & Gutters", description: "Complete exterior solutions to keep your home sealed, safe, and beautiful.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Leak prevention" }, { icon: CheckCircle, text: "Seamless gutters" }, @@ -149,7 +149,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Mark Thornton", handle: "River Oaks", testimonial: "Cabrera & Sons replaced our roof after the storm. Extremely professional and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg" }, + { id: "1", name: "Mark Thornton", handle: "River Oaks", testimonial: "Cabrera & Sons replaced our roof after the storm. Extremely professional and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2" }, { id: "2", name: "Elena Rodriguez", handle: "Heights", testimonial: "The best experience I've had with a contractor. Quality work and very honest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-black-woman-caucasian-guy-have-outdoor-walk-stand-closely_273609-18072.jpg" }, { id: "3", name: "David Wu", handle: "Katy", testimonial: "Top-tier craftsmanship. The crew was respectful and cleaned up perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg" }, { id: "4", name: "Sarah Jenkins", handle: "Sugar Land", testimonial: "Responsive, reliable, and fair pricing. Highly recommended for any roofing job.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-his-wife-are-looking-beautiful-landscapes-sky_8353-9394.jpg" },