diff --git a/src/app/page.tsx b/src/app/page.tsx index a9b40e9..793fec1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Shield} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1" imageAlt="Professional roofing installation" buttons={[ { text: "Get Free Inspection", href: "contact" }, @@ -84,7 +84,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials. We handle residential and commercial projects with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roof installation" + title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials. We handle residential and commercial projects with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=2", imageAlt: "Professional roof installation" }, { id: 2, @@ -109,22 +109,22 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "John Mitchell", role: "Homeowner", testimonial: "Roofing Pros did an outstanding job on our home. The team was professional, on time, and the quality of work exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Mitchell" + id: "1", name: "John Mitchell", role: "Homeowner", testimonial: "Roofing Pros did an outstanding job on our home. The team was professional, on time, and the quality of work exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Mitchell" }, { - id: "2", name: "Sarah Chen", role: "Property Manager", testimonial: "We've used Roofing Pros for multiple commercial properties. Their reliability and expertise are unmatched. They're our go-to roofing company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + id: "2", name: "Sarah Chen", role: "Property Manager", testimonial: "We've used Roofing Pros for multiple commercial properties. Their reliability and expertise are unmatched. They're our go-to roofing company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen" }, { - id: "3", name: "David Rodriguez", role: "Building Owner", testimonial: "The inspection and repair work was thorough and professional. They identified issues we didn't even know about and fixed everything with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez" + id: "3", name: "David Rodriguez", role: "Building Owner", testimonial: "The inspection and repair work was thorough and professional. They identified issues we didn't even know about and fixed everything with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Rodriguez" }, { - id: "4", name: "Emily Thompson", role: "Homeowner", testimonial: "Best roofing service in town. Fair pricing, honest recommendations, and exceptional workmanship. I wouldn't trust anyone else with my roof.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Thompson" + id: "4", name: "Emily Thompson", role: "Homeowner", testimonial: "Best roofing service in town. Fair pricing, honest recommendations, and exceptional workmanship. I wouldn't trust anyone else with my roof.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Thompson" }, { - id: "5", name: "Michael Patel", role: "Contractor", testimonial: "Working with Roofing Pros has been a pleasure. They deliver on their promises and maintain the highest standards of professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Patel" + id: "5", name: "Michael Patel", role: "Contractor", testimonial: "Working with Roofing Pros has been a pleasure. They deliver on their promises and maintain the highest standards of professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Patel" }, { - id: "6", name: "Lisa Warren", role: "Homeowner", testimonial: "From the initial consultation to final inspection, Roofing Pros demonstrated expertise and care. They made the process stress-free and transparent.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Warren" + id: "6", name: "Lisa Warren", role: "Homeowner", testimonial: "From the initial consultation to final inspection, Roofing Pros demonstrated expertise and care. They made the process stress-free and transparent.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Lisa Warren" } ]} textboxLayout="default"