From 7ed35f8d86edde1656db46ec9876f23141d1f495 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 08:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a747d9a..d8ede02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -107,17 +78,11 @@ export default function LandingPage() { description="FixIt Smart goes beyond generic advice. We provide the marketplace infrastructure to connect you with verified experts and tools to execute home improvements automatically." metrics={[ { - value: "10k+", - title: "Verified Pros", - }, + value: "10k+", title: "Verified Pros"}, { - value: "50k+", - title: "Tasks Completed", - }, + value: "50k+", title: "Tasks Completed"}, { - value: "24/7", - title: "Support", - }, + value: "24/7", title: "Support"}, ]} imageSrc="http://img.b2bpic.net/free-photo/cheerful-man-virtual-glasses-front-new-house_493343-29885.jpg" mediaAnimation="slide-up" @@ -133,21 +98,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Complex booking delays", - "Unvetted service providers", - "Lack of clear pricing", - "Manual tracking of maintenance", - "Difficulty finding reliable pros", - ], + "Complex booking delays", "Unvetted service providers", "Lack of clear pricing", "Manual tracking of maintenance", "Difficulty finding reliable pros"], }} positiveCard={{ items: [ - "One-click instant scheduling", - "Verified expert marketplace", - "Transparent AI-driven pricing", - "Automated home health insights", - "Centralized maintenance dashboard", - ], + "One-click instant scheduling", "Verified expert marketplace", "Transparent AI-driven pricing", "Automated home health insights", "Centralized maintenance dashboard"], }} title="Streamlined Maintenance Experience" description="Smart technology tailored for modern homeowners." @@ -162,47 +117,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Basic Home Check", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/construction-design-project-renovation-concept_53876-133668.jpg", - imageAlt: "smart home maintenance app ui", - }, + id: "p1", name: "Basic Home Check", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/construction-design-project-renovation-concept_53876-133668.jpg", imageAlt: "smart home maintenance app ui"}, { - id: "p2", - name: "HVAC Tune-up", - price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-tools-carpentry_23-2148640257.jpg", - imageAlt: "professional maintenance service equipment", - }, + id: "p2", name: "HVAC Tune-up", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-tools-carpentry_23-2148640257.jpg", imageAlt: "professional maintenance service equipment"}, { - id: "p3", - name: "Plumbing Audit", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-tablet_23-2148751965.jpg", - imageAlt: "ai home management interface", - }, + id: "p3", name: "Plumbing Audit", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-tablet_23-2148751965.jpg", imageAlt: "ai home management interface"}, { - id: "p4", - name: "Electrical Panel Check", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-construction-worker-wearing-cap-uniform-holding-paint-roller-looking-camera-showing-mobile-phone-camera-isolated-white-background_141793-131891.jpg", - imageAlt: "smartphone app booking home repair", - }, + id: "p4", name: "Electrical Panel Check", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-construction-worker-wearing-cap-uniform-holding-paint-roller-looking-camera-showing-mobile-phone-camera-isolated-white-background_141793-131891.jpg", imageAlt: "smartphone app booking home repair"}, { - id: "p5", - name: "Smart Lock Install", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-carefree-young-woman-sitting-kitchen-floor-with-digital-tablet-working_1258-201710.jpg", - imageAlt: "technician servicing smart thermostat", - }, + id: "p5", name: "Smart Lock Install", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-carefree-young-woman-sitting-kitchen-floor-with-digital-tablet-working_1258-201710.jpg", imageAlt: "technician servicing smart thermostat"}, { - id: "p6", - name: "Roof Maintenance", - price: "$249", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-close-up_23-2148308536.jpg", - imageAlt: "home repair planning blueprints tablet", - }, + id: "p6", name: "Roof Maintenance", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-close-up_23-2148308536.jpg", imageAlt: "home repair planning blueprints tablet"}, ]} title="Essential Maintenance Plans" description="Choose a plan that fits your home maintenance strategy." @@ -216,30 +141,15 @@ export default function LandingPage() { tag="Impact" metrics={[ { - id: "m1", - value: "99.9%", - description: "Reliability Score", - }, + id: "m1", value: "99.9%", description: "Reliability Score"}, { - id: "m2", - value: "4.8/5", - description: "Customer Rating", - }, + id: "m2", value: "4.8/5", description: "Customer Rating"}, { - id: "m3", - value: "15 min", - description: "Average Response", - }, + id: "m3", value: "15 min", description: "Average Response"}, { - id: "m4", - value: "24/7", - description: "AI Support Available", - }, + id: "m4", value: "24/7", description: "AI Support Available"}, { - id: "m5", - value: "100%", - description: "Background Checked", - }, + id: "m5", value: "100%", description: "Background Checked"}, ]} /> @@ -248,52 +158,18 @@ export default function LandingPage() {