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 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