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() {