From d05911f3d2457ef23c2ec23f55172a7932a1af24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:50:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7642b30..1cca9dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,9 +91,9 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roofing crew on site"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1", imageAlt: "Professional roofing crew on site"}, { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Detailed roof inspection process"}, + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1", imageAlt: "Detailed roof inspection process"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -114,11 +114,11 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Human-First Service", description: "You're not another ticket—you're taken care of. We treat every client with the respect and attention they deserve.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg", imageAlt: "Professional customer service team"}, + title: "Human-First Service", description: "You're not another ticket—you're taken care of. We treat every client with the respect and attention they deserve.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg?_wi=1", imageAlt: "Professional customer service team"}, { - title: "Organized & Professional Systems", description: "Clear timelines, clean communication, no chaos. We manage every detail so you don't have to worry.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Business team meeting and planning"}, + title: "Organized & Professional Systems", description: "Clear timelines, clean communication, no chaos. We manage every detail so you don't have to worry.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=1", imageAlt: "Business team meeting and planning"}, { - title: "Problems Found Before They Grow", description: "We catch issues you didn't even know existed. Preventative care saves you money and stress down the road.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Quality control and inspection process"}, + title: "Problems Found Before They Grow", description: "We catch issues you didn't even know existed. Preventative care saves you money and stress down the road.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg?_wi=1", imageAlt: "Quality control and inspection process"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -139,19 +139,19 @@ export default function HomePage() { products={[ { id: "1", brand: "Residential", name: "Roof Replacement & Upgrades", price: "Full Assessment Required", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Residential roof replacement project"}, + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=1", imageAlt: "Residential roof replacement project"}, { id: "2", brand: "Repairs", name: "Repairs & Leak Detection", price: "Fast, Accurate Service", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Leak detection and repair process"}, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Leak detection and repair process"}, { id: "3", brand: "Insurance Support", name: "Storm Damage & Insurance Claims", price: "Complete Documentation", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", imageAlt: "Storm damage assessment and documentation"}, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Storm damage assessment and documentation"}, { id: "4", brand: "Commercial", name: "Commercial Roofing Solutions", price: "Low-Disruption Service", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg", imageAlt: "Commercial roofing project"}, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=1", imageAlt: "Commercial roofing project"}, { id: "5", brand: "Property Mgmt", name: "Property Manager Program", price: "Multi-Property Support", rating: 5, - reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/indoor-objects-company-background-papers_1304-2624.jpg", imageAlt: "Property manager scheduling and reporting"}, + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/indoor-objects-company-background-papers_1304-2624.jpg?_wi=1", imageAlt: "Property manager scheduling and reporting"}, ]} textboxLayout="default" gridVariant="two-columns-alternating-heights" @@ -194,22 +194,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Mitchell testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"}, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Multi-Unit Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"}, { id: "3", name: "Emily Chen", role: "Business Owner", company: "Commercial Building", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Emily Chen testimonial"}, { id: "4", name: "Michael Thompson", role: "Homeowner", company: "Insurance Claim Support", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Thompson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Thompson testimonial"}, { id: "5", name: "Lisa Anderson", role: "Property Manager", company: "Portfolio of 50+ Units", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Lisa Anderson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3", imageAlt: "Lisa Anderson testimonial"}, { id: "6", name: "David Park", role: "Homeowner", company: "Storm Recovery", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Park testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "David Park testimonial"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -248,7 +248,7 @@ export default function HomePage() { { id: "2", category: "Replacement", title: "Full Roof Replacement with Architectural Shingles", excerpt: "Complete roof replacement with premium materials and architectural shingles for superior durability.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Full roof replacement project", authorName: "Five Star Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "2025-01-10"}, { - id: "3", category: "Storm Damage", title: "Storm Damage Assessment & Insurance Documentation", excerpt: "Professional assessment and thorough documentation to support your insurance claim.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311503.jpg", imageAlt: "Storm damage assessment project", authorName: "Five Star Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "2025-01-05"}, + id: "3", category: "Storm Damage", title: "Storm Damage Assessment & Insurance Documentation", excerpt: "Professional assessment and thorough documentation to support your insurance claim.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311503.jpg?_wi=1", imageAlt: "Storm damage assessment project", authorName: "Five Star Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "2025-01-05"}, ]} textboxLayout="default" animationType="slide-up" @@ -279,7 +279,7 @@ export default function HomePage() { { id: "6", title: "What warranties do you offer?", content: "We provide a 10-year workmanship warranty on all installations, plus manufacturer warranties on materials (typically 25-40 years depending on shingles chosen)."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=1" imageAlt="Customer support representative helping homeowner" mediaAnimation="blur-reveal" faqsAnimation="slide-up"