Merge version_7 into main #8

Merged
bender merged 2 commits from version_7 into main 2026-03-03 14:08:50 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}