From e6c5e2b58fdc75d8e13bd1c18968a33653fe4cce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 322 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb9cc70..9539421 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -173,42 +89,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Advanced Inspection", - description: "Using moisture meters and drones for thorough, non-invasive roof inspections.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-doing-parkour-training_23-2150510438.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=2", - imageAlt: "roof inspection drone technology", - }, - { - title: "Expert Repair", - description: "Professional shingle replacement and leak repair to ensure your home stays waterproof.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530736.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", - imageAlt: "roof inspection drone technology", - }, - { - title: "Clear Communication", - description: "Transparent project updates, clear estimates, and constant project management support.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/blank-screen-digital-tablet-with-fishing-equipment-wooden-desk_23-2148189235.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", - imageAlt: "roof inspection drone technology", - }, + { title: "Advanced Inspection", description: "Using moisture meters and drones for thorough, non-invasive roof inspections.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-doing-parkour-training_23-2150510438.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg" } }, + { title: "Expert Repair", description: "Professional shingle replacement and leak repair to ensure your home stays waterproof.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530736.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg" } }, + { title: "Clear Communication", description: "Transparent project updates, clear estimates, and constant project management support.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blank-screen-digital-tablet-with-fishing-equipment-wooden-desk_23-2148189235.jpg" } }, ]} showStepNumbers={true} title="Comprehensive Roofing Services" @@ -222,33 +105,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100%", - title: "Satisfaction Rate", - items: [ - "Always on time", - "Fully insured", - ], - }, - { - id: "m2", - value: "24h", - title: "Response Speed", - items: [ - "Quick inspections", - "Fast estimates", - ], - }, - { - id: "m3", - value: "1000+", - title: "Roofs Repaired", - items: [ - "Certified experts", - "Top-tier material", - ], - }, + { id: "m1", value: "100%", title: "Satisfaction Rate", items: ["Always on time", "Fully insured"] }, + { id: "m2", value: "24h", title: "Response Speed", items: ["Quick inspections", "Fast estimates"] }, + { id: "m3", value: "1000+", title: "Roofs Repaired", items: ["Certified experts", "Top-tier material"] }, ]} title="Quality Performance Data" description="Why homeowners trust us with their roofing investments." @@ -257,49 +116,15 @@ export default function LandingPage() {
@@ -382,27 +168,11 @@ export default function LandingPage() { title="Request Your Inspection" description="Get a detailed estimate for your roof repair today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Email Address" }, + { name: "phone", type: "tel", placeholder: "Phone Number" }, ]} - textarea={{ - name: "message", - placeholder: "Describe your roofing issue...", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Describe your roofing issue...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/businessman-checking-checklist_1153-1091.jpg" /> -- 2.49.1