5 Commits

Author SHA1 Message Date
fe0c1f163d Merge version_4 into main
Merge version_4 into main
2026-03-03 10:58:43 +00:00
4bf198b68a Update src/app/page.tsx 2026-03-03 10:58:38 +00:00
d60245856f Merge version_3 into main
Merge version_3 into main
2026-03-03 10:26:21 +00:00
4bcd8ef28c Update src/app/page.tsx 2026-03-03 10:26:17 +00:00
e6b1f53c73 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:21:57 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
buttons={[
{ text: "Request an Inspection", href: "contact" },
{ text: "Call Us Now", href: "tel:+79180476622" }
{ text: "Schedule Free Inspection", href: "tel:+79180476622" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/two-hispanic-men-architects-writing-document-talking-smartphone-street_839833-21044.jpg"
@@ -91,25 +91,25 @@ export default function LandingPage() {
<FeatureCardTwelve
features={[
{
id: "structural-assessment", label: "Structural Assessment", title: "General Construction Inspections", items: [
id: "general", label: "General", title: "General Construction Inspections", items: [
"Complete structural assessment", "Building systems evaluation", "Safety compliance verification", "Detailed inspection report"
],
buttons: [{ text: "Learn More", href: "contact" }]
},
{
id: "claims-support", label: "Claims Support", title: "Property Damage Inspections", items: [
id: "damage", label: "Damage", title: "Property Damage Inspections", items: [
"Insurance claim documentation", "Comprehensive damage assessment", "Expert evaluation reports", "Fast turnaround on reports"
],
buttons: [{ text: "Request Service", href: "contact" }]
},
{
id: "buyer-protection", label: "Buyer Protection", title: "Pre-Purchase & Pre-Sale Inspections", items: [
id: "presale", label: "Pre-Sale", title: "Pre-Purchase & Pre-Sale Inspections", items: [
"Buyer confidence assurance", "Hidden issue detection", "Negotiation support", "Professional documentation"
],
buttons: [{ text: "Schedule Now", href: "contact" }]
},
{
id: "code-verification", label: "Code Verification", title: "Regulatory & Code Compliance", items: [
id: "compliance", label: "Compliance", title: "Regulatory & Code Compliance", items: [
"Local building code verification", "Regulatory requirement checks", "Official certification", "Compliance documentation"
],
buttons: [{ text: "Get Started", href: "contact" }]
@@ -164,7 +164,7 @@ export default function LandingPage() {
imageAlt="Professional office consultation"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Request a Call Back"
buttonText="Get Free Quote Now"
ariaLabel="Contact form section"
/>
</div>