From f2534fcd645684c8309bf54f568fa327e605dd12 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:14:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 ++++++++++++----------------------------------- 1 file changed, 54 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c662001..0fa174a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,101 +45,56 @@ export default function LandingPage() { @@ -159,33 +106,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "25+", - title: "Years Experience", - description: "Serving our local community", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", - }, + id: "m1", value: "25+", title: "Years Experience", description: "Serving our local community", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg"}, { - id: "m2", - value: "188+", - title: "5-Star Reviews", - description: "Highly satisfied clients", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-engineer_23-2150290129.jpg", - }, + id: "m2", value: "188+", title: "5-Star Reviews", description: "Highly satisfied clients", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-engineer_23-2150290129.jpg"}, { - id: "m3", - value: "100%", - title: "Financing Available", - description: "Flexible options for all", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", - }, + id: "m3", value: "100%", title: "Financing Available", description: "Flexible options for all", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg"}, { - id: "m4", - value: "24/7", - title: "Emergency Service", - description: "Always ready to help", - imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-with-rusty-stairs_23-2149454766.jpg", - }, + id: "m4", value: "24/7", title: "Emergency Service", description: "Always ready to help", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-with-rusty-stairs_23-2149454766.jpg"}, ]} title="Proven Performance" description="Excellence in every project we touch." @@ -199,38 +126,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "GAF Master Elite", - author: "Cert", - description: "Top 2% of roofing contractors nationwide.", - tags: [ - "certified", - ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", - }, + id: "f1", title: "GAF Master Elite", author: "Cert", description: "Top 2% of roofing contractors nationwide.", tags: [ + "certified"], + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg"}, { - id: "f2", - title: "Locally Owned", - author: "Company", - description: "Proudly serving the community since 1999.", - tags: [ - "local", - ], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg", - }, + id: "f2", title: "Locally Owned", author: "Company", description: "Proudly serving the community since 1999.", tags: [ + "local"], + imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg"}, { - id: "f3", - title: "Fast Response", - author: "Service", - description: "15-minute average response time.", - tags: [ - "speed", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", - }, + id: "f3", title: "Fast Response", author: "Service", description: "15-minute average response time.", tags: [ + "speed"], + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg"}, ]} title="Why Homeowners Choose Level Edge" - description="Excellence in every shingle, integrity in every project." + description="Don't wait for a leak to compromise your safety. Proactive roof maintenance prevents costly future damage and protects your biggest investment." /> @@ -241,22 +150,11 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-1", - title: "Easy Financing", - price: "Custom Plans", - period: "/flexible", - features: [ - "No money down options", - "Low monthly rates", - "Fast approval", - "Zero hidden fees", - ], + id: "plan-1", title: "Easy Financing", price: "Custom Plans", period: "/flexible", features: [ + "No money down options", "Low monthly rates", "Fast approval", "Zero hidden fees"], button: { - text: "Check Financing", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-63804.jpg", - }, + text: "Check Financing", href: "/contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-63804.jpg"}, ]} title="Roof Now. Pay Later." description="Flexible financing options available so you can get the protection your home needs." @@ -267,8 +165,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1