From e26afa36a13cd36027f1c1ee796e975b052a8a5e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 05:22:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cfcb7f..5b5c0c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,8 +78,8 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Roofing", description: "Full tear-offs, replacements, steep-slope roofing, complex architectural designs. We handle halfplexes and historic homes with precision craftsmanship.", phoneOne: { 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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg" } + title: "Residential Roofing", description: "Full tear-offs, replacements, steep-slope roofing, complex architectural designs. We handle halfplexes and historic homes with precision craftsmanship.", phoneOne: { 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" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1" } }, { id: 2, @@ -88,8 +88,8 @@ export default function LandingPage() { }, { id: 3, - title: "Insurance Claim Assistance", description: "We meet with adjusters, provide documentation, and advocate for proper approvals. Taking stress out of the claims process.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg" }, - phoneTwo: { 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" } + title: "Insurance Claim Assistance", description: "We meet with adjusters, provide documentation, and advocate for proper approvals. Taking stress out of the claims process.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2" }, + phoneTwo: { 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=2" } } ]} showStepNumbers={true} @@ -121,11 +121,11 @@ export default function LandingPage() { description="Real homeowners sharing their experience with Utah Best Roofing." testimonials={[ { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Orem, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" }, - { id: "2", name: "James Chen", role: "Property Owner", company: "Provo, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, - { id: "3", name: "Rebecca Johnson", role: "Homeowner", company: "Lehi, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, - { id: "4", name: "Michael Rodriguez", role: "Property Owner", company: "American Fork, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" }, + { id: "2", name: "James Chen", role: "Property Owner", company: "Provo, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1" }, + { id: "3", name: "Rebecca Johnson", role: "Homeowner", company: "Lehi, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2" }, + { id: "4", name: "Michael Rodriguez", role: "Property Owner", company: "American Fork, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=1" }, { id: "5", name: "Jennifer Williams", role: "Homeowner", company: "Pleasant Grove, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }, - { id: "6", name: "David Thompson", role: "Property Owner", company: "Spanish Fork, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" } + { id: "6", name: "David Thompson", role: "Property Owner", company: "Spanish Fork, Utah", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=2" } ]} kpiItems={[ { value: "100+", label: "Happy Homeowners" }, -- 2.49.1