diff --git a/src/app/page.tsx b/src/app/page.tsx index 63dc702..d246344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,8 +80,8 @@ export default function LandingPage() { title="Our Comprehensive Roofing Services" description="From minor repairs to full roof replacements, we've got you covered." features={[ - { id: 1, title: "Emergency Roof Repair", description: "Rapid response for urgent roof damage, leaks, and storm-related issues to protect your home.", imageSrc: "https://img.b2bpic.net/free-vector/roof-repair-logo-templates-collection_1284-999.jpg", imageAlt: "Icon depicting roof repair" }, - { id: 2, title: "Full Roof Replacement", description: "Expert installation of new roofing systems, ensuring durability and energy efficiency for years to come.", imageSrc: "https://img.b2bpic.net/free-vector/roof-repair-logo-templates-collection_1284-999.jpg", imageAlt: "Icon depicting roof replacement" }, + { id: 1, title: "Emergency Roof Repair", description: "Rapid response for urgent roof damage, leaks, and storm-related issues to protect your home.", imageSrc: "https://img.b2bpic.net/free-vector/roof-repair-logo-templates-collection_1284-999.jpg?_wi=1", imageAlt: "Icon depicting roof repair" }, + { id: 2, title: "Full Roof Replacement", description: "Expert installation of new roofing systems, ensuring durability and energy efficiency for years to come.", imageSrc: "https://img.b2bpic.net/free-vector/roof-repair-logo-templates-collection_1284-999.jpg?_wi=2", imageAlt: "Icon depicting roof replacement" }, { id: 3, title: "Thorough Roof Inspections", description: "Detailed assessments to identify potential problems, provide preventative maintenance, and extend your roof's lifespan.", imageSrc: "https://img.b2bpic.net/free-vector/divorce-mediation-onboarding-screens_23-2148592679.jpg", imageAlt: "Icon depicting roof inspection" } ]} textboxLayout="default" @@ -97,9 +97,9 @@ export default function LandingPage() { description="Hear directly from satisfied homeowners about their experience with our roofing services." testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, - { id: "2", name: "Michael Chen", role: "Property Manager", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, + { id: "2", name: "Michael Chen", role: "Property Manager", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { id: "3", name: "Emily Rodriguez", role: "Local Business Owner", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" }, - { id: "4", name: "David Kim", role: "Homeowner", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } + { id: "4", name: "David Kim", role: "Homeowner", company: "Aurora, IL", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up"