From 2f27a297214d9d52f82af1c55e760c3ad3d62e26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:54:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++++++++----------------------------------- 1 file changed, 52 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22e2988..ed78375 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,61 +48,38 @@ export default function LandingPage() {
@@ -124,13 +91,9 @@ export default function LandingPage() { description="We specialize in comprehensive home services, ensuring every project is delivered with integrity, precision, and excellence." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "500+", - title: "Projects Completed", - }, + value: "500+", title: "Projects Completed"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker_329181-2848.jpg" mediaAnimation="slide-up" @@ -145,20 +108,11 @@ export default function LandingPage() { description="High-standard contracting services for every aspect of your home improvement needs." accordionItems={[ { - id: "f1", - title: "Full Renovations", - content: "Complete home transformation projects from design to final execution.", - }, + id: "f1", title: "Full Renovations", content: "Complete home transformation projects from design to final execution."}, { - id: "f2", - title: "Home Maintenance", - content: "Reliable ongoing repairs and maintenance for your property's upkeep.", - }, + id: "f2", title: "Home Maintenance", content: "Reliable ongoing repairs and maintenance for your property's upkeep."}, { - id: "f3", - title: "System Upgrades", - content: "Expert electrical and plumbing upgrades to modernize your home infrastructure.", - }, + id: "f3", title: "System Upgrades", content: "Expert electrical and plumbing upgrades to modernize your home infrastructure."}, ]} imageSrc="http://img.b2bpic.net/free-photo/repair-word-written-with-nails-repair-utensils_23-2148393090.jpg" mediaAnimation="slide-up" @@ -172,20 +126,11 @@ export default function LandingPage() { description="We ensure a seamless process from your initial inquiry to the final walk-through." accordionItems={[ { - id: "p1", - title: "Consultation", - content: "We discuss your needs and provide a clear, transparent assessment.", - }, + id: "p1", title: "Consultation", content: "We discuss your needs and provide a clear, transparent assessment."}, { - id: "p2", - title: "Execution", - content: "Skilled professionals perform the work with the highest attention to detail.", - }, + id: "p2", title: "Execution", content: "Skilled professionals perform the work with the highest attention to detail."}, { - id: "p3", - title: "Review", - content: "We verify your complete satisfaction with the final result.", - }, + id: "p3", title: "Review", content: "We verify your complete satisfaction with the final result."}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg" mediaAnimation="slide-up" @@ -200,20 +145,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "98%", - description: "Customer Satisfaction", - }, + id: "m1", value: "98%", description: "Customer Satisfaction"}, { - id: "m2", - value: "24/7", - description: "Emergency Support", - }, + id: "m2", value: "24/7", description: "Emergency Support"}, { - id: "m3", - value: "100%", - description: "Licensed Workers", - }, + id: "m3", value: "100%", description: "Licensed Workers"}, ]} title="Proven Results" description="Our commitment to quality translates into measurable satisfaction for our clients." @@ -222,50 +158,26 @@ export default function LandingPage() {