From 0236c86c846a2cf4c52ff37dbd6b7b64f8b4fab5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:08:42 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1d1c5ef..c18c214 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 2ad31ab4132df231931f9c1e78dd8c039ab20dc2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:08:43 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5b7fe9..44d3aa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Hammer, CheckCircle, Truck, Users, Home, Building2, Clock, MapPin } from 'lucide-react'; +import { Hammer, CheckCircle, Truck, Users, Home, Building2, Clock, MapPin, Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -63,9 +63,9 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ], stats: [ - { title: "Projects Completed", values: [150, 200, 285], description: "Satisfied customers across NC" }, - { title: "Experience", values: [20, 21, 22], valueSuffix: "years", description: "Family-owned since 2002" }, - { title: "Service Areas", values: [25, 30, 35], description: "Counties throughout NC" } + { title: "Projects Completed", values: [150, 200, 285], description: "Satisfied customers across NC", badge: "24-Hour Response Guarantee" }, + { title: "Experience", values: [20, 21, 22], valueSuffix: "years", description: "Family-owned since 2002", badge: "Licensed & Insured" }, + { title: "Service Areas", values: [25, 30, 35], description: "Counties throughout NC", badge: "Fully Certified" } ], chartTitle: "Concrete Projects by Type", chartData: [ { value: 35 }, @@ -269,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1