6 Commits

Author SHA1 Message Date
2fd63983fc Update src/app/page.tsx 2026-03-03 10:21:50 +00:00
a9ad491aac Merge version_1 into main
Merge version_1 into main
2026-03-03 10:19:53 +00:00
1ad3029263 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:16:54 +00:00
9ee05d7f88 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:14:30 +00:00
7e74a0509a Merge version_1 into main
Merge version_1 into main
2026-03-03 10:13:49 +00:00
ddd9301f6a Merge version_1 into main
Merge version_1 into main
2026-03-03 10:13:14 +00:00

View File

@@ -91,25 +91,25 @@ export default function LandingPage() {
<FeatureCardTwelve <FeatureCardTwelve
features={[ features={[
{ {
id: "general", label: "General", title: "General Construction Inspections", items: [ id: "structural-assessment", label: "Structural Assessment", title: "General Construction Inspections", items: [
"Complete structural assessment", "Building systems evaluation", "Safety compliance verification", "Detailed inspection report" "Complete structural assessment", "Building systems evaluation", "Safety compliance verification", "Detailed inspection report"
], ],
buttons: [{ text: "Learn More", href: "contact" }] buttons: [{ text: "Learn More", href: "contact" }]
}, },
{ {
id: "damage", label: "Damage", title: "Property Damage Inspections", items: [ id: "claims-support", label: "Claims Support", title: "Property Damage Inspections", items: [
"Insurance claim documentation", "Comprehensive damage assessment", "Expert evaluation reports", "Fast turnaround on reports" "Insurance claim documentation", "Comprehensive damage assessment", "Expert evaluation reports", "Fast turnaround on reports"
], ],
buttons: [{ text: "Request Service", href: "contact" }] buttons: [{ text: "Request Service", href: "contact" }]
}, },
{ {
id: "presale", label: "Pre-Sale", title: "Pre-Purchase & Pre-Sale Inspections", items: [ id: "buyer-protection", label: "Buyer Protection", title: "Pre-Purchase & Pre-Sale Inspections", items: [
"Buyer confidence assurance", "Hidden issue detection", "Negotiation support", "Professional documentation" "Buyer confidence assurance", "Hidden issue detection", "Negotiation support", "Professional documentation"
], ],
buttons: [{ text: "Schedule Now", href: "contact" }] buttons: [{ text: "Schedule Now", href: "contact" }]
}, },
{ {
id: "compliance", label: "Compliance", title: "Regulatory & Code Compliance", items: [ id: "code-verification", label: "Code Verification", title: "Regulatory & Code Compliance", items: [
"Local building code verification", "Regulatory requirement checks", "Official certification", "Compliance documentation" "Local building code verification", "Regulatory requirement checks", "Official certification", "Compliance documentation"
], ],
buttons: [{ text: "Get Started", href: "contact" }] buttons: [{ text: "Get Started", href: "contact" }]