From d5024f0e9d175adc8c5826c0d9f2454cb6f16dd4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:53:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 248 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e427c54..542e3ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -152,21 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Star, - title: "Site Excavation", - description: "Full-scale site prep and digging for foundations.", - }, - { - icon: Droplets, - title: "Drainage Solutions", - description: "Expert grading to ensure water management.", - }, - { - icon: Building2, - title: "Land Grading", - description: "Leveling and preparing terrain for any build.", - }, + { icon: Star, title: "Site Excavation", description: "Full-scale site prep and digging for foundations." }, + { icon: Droplets, title: "Drainage Solutions", description: "Expert grading to ensure water management." }, + { icon: Building2, title: "Land Grading", description: "Leveling and preparing terrain for any build." }, ]} title="Comprehensive Earthworks" description="Specialized services tailored for site preparation, drainage, and infrastructure projects." @@ -180,27 +108,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - description: "Delivering quality results daily.", - icon: Award, - }, - { - id: "m2", - value: "500+", - title: "Projects Completed", - description: "Successfully finished on schedule.", - icon: CheckCircle, - }, - { - id: "m3", - value: "100%", - title: "Safety Record", - description: "Committed to hazard-free operations.", - icon: Shield, - }, + { id: "m1", value: "15+", title: "Years Experience", description: "Delivering quality results daily.", icon: Award }, + { id: "m2", value: "500+", title: "Projects Completed", description: "Successfully finished on schedule.", icon: CheckCircle }, + { id: "m3", value: "100%", title: "Safety Record", description: "Committed to hazard-free operations.", icon: Shield }, ]} title="Driven by Excellence" description="Numbers speak to our reliability and scale." @@ -210,43 +120,14 @@ export default function LandingPage() {
@@ -305,29 +169,15 @@ export default function LandingPage() { logoText="Mike Youngblood Excavating" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#services", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Services", href: "#services" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQ", - href: "#faq", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "#faq" }, ], }, ]} @@ -336,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1