From 99becdf09eceebd7d5be209edd8b45fa6090f19e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 21:54:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb83f3d..69f3826 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,15 @@ export default function LandingPage() { @@ -48,7 +49,7 @@ export default function LandingPage() { { text: "Get Free Inspection", href: "#contact" }, { text: "See Our Work", href: "#services" } ]} - mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "High quality roofing" }]} + mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "luxury residential roof installation" }]} mediaAnimation="slide-up" /> @@ -71,10 +72,10 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} features={[ - { id: "f1", title: "Roof Replacement", description: "High-quality materials built to last for decades.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg" }, items: [], reverse: false }, - { id: "f2", title: "Storm Damage", description: "We handle wind, hail, and emergency damage FAST.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-farm-with-barely-visible-grungy-company-name-ceiling_181624-1209.jpg" }, items: [], reverse: true }, - { id: "f3", title: "Insurance Assistance", description: "We deal with the adjuster so you don't have to.", media: { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg" }, items: [], reverse: false }, - { id: "f4", title: "Gutters & Siding", description: "Clean, functional gutters and premium siding upgrades.", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg" }, items: [], reverse: true } + { id: "f1", title: "Roof Replacement", description: "High-quality materials built to last for decades.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "residential roof repair service" }, items: [], reverse: false }, + { id: "f2", title: "Storm Damage", description: "We handle wind, hail, and emergency damage FAST.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-farm-with-barely-visible-grungy-company-name-ceiling_181624-1209.jpg", imageAlt: "storm damage repair roof" }, items: [], reverse: true }, + { id: "f3", title: "Insurance Assistance", description: "We deal with the adjuster so you don't have to.", media: { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "luxury residential roof installation" }, items: [], reverse: false }, + { id: "f4", title: "Gutters & Siding", description: "Clean, functional gutters and premium siding upgrades.", media: { imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg", imageAlt: "clean functional rain gutters" }, items: [], reverse: true } ]} /> @@ -87,10 +88,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "1", title: "Free Inspection", description: "Detailed documentation of damage.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg" }, - { id: "m2", value: "2", title: "Insurance Handling", description: "We manage the entire claim.", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-farm-with-barely-visible-grungy-company-name-ceiling_181624-1209.jpg" }, - { id: "m3", value: "3", title: "Fast Installation", description: "Completed in one day.", imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg" }, - { id: "m4", value: "4", title: "Clean Finish", description: "Spotless property guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg" } + { id: "m1", value: "1", title: "Free Inspection", description: "Detailed documentation of damage.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "residential roof repair service" }, + { id: "m2", value: "2", title: "Insurance Handling", description: "We manage the entire claim.", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-farm-with-barely-visible-grungy-company-name-ceiling_181624-1209.jpg", imageAlt: "storm damage repair roof" }, + { id: "m3", value: "3", title: "Fast Installation", description: "Completed in one day.", imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg", imageAlt: "modern house siding replacement" }, + { id: "m4", value: "4", title: "Clean Finish", description: "Spotless property guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "professional roofing team on ladder" } ]} /> @@ -120,7 +121,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "phone", type: "tel", placeholder: "Phone Number", required: true } ]} - textarea={{ name: "message", placeholder: "Tell us about your roofing needs...", rows: 4 }} + textarea={{ name: "message", placeholder: "Tell us about your roofing needs..." }} imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg" mediaAnimation="slide-up" useInvertedBackground={false}