From c527d5b019c4b2783847a76787caed83990fe72e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:45:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12ce984..15ba180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,20 +85,16 @@ export default function LandingPage() { { id: 1, title: "Renovation Planning", description: "Precise measurements for your renovation projects. Our detailed reports provide exact dimensions for materials ordering and contractor coordination.", phoneOne: { - imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-wood-crafting-objects-assortment_23-2148732480.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wood-crafting-objects-assortment_23-2148732480.jpg"}, phoneTwo: { - imageSrc: - "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg"}, }, { id: 2, title: "Real Estate Documentation", description: "Comprehensive property documentation for accurate listings. Professional measurement reports build buyer confidence and reduce closing complications.", phoneOne: { - imageSrc: - "http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg"}, phoneTwo: { - imageSrc: - "http://img.b2bpic.net/free-photo/male-hand-holding-project-plan-statistics-screen-close-up_1163-5283.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-project-plan-statistics-screen-close-up_1163-5283.jpg"}, }, ]} showStepNumbers={true} @@ -142,16 +138,13 @@ export default function LandingPage() { tag="Our Impact" metrics={[ { - id: "1", value: "500+", description: - "Properties successfully measured across residential and commercial sectors"}, + id: "1", value: "500+", description: "Properties successfully measured across residential and commercial sectors"}, { - id: "2", value: "98%", description: - "Customer satisfaction rate with our measurement accuracy and service quality"}, + id: "2", value: "98%", description: "Customer satisfaction rate with our measurement accuracy and service quality"}, { id: "3", value: "24hrs", description: "Average turnaround time for detailed measurement reports"}, { - id: "4", value: "10+", description: - "Years of combined expertise in professional property measurements"}, + id: "4", value: "10+", description: "Years of combined expertise in professional property measurements"}, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -162,23 +155,17 @@ export default function LandingPage() {