Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe0c1f163d | |||
| 4bf198b68a | |||
| d60245856f | |||
| 4bcd8ef28c | |||
| e6b1f53c73 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request an Inspection", href: "contact" },
|
{ text: "Request an Inspection", href: "contact" },
|
||||||
{ text: "Call Us Now", href: "tel:+79180476622" }
|
{ text: "Schedule Free Inspection", href: "tel:+79180476622" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/two-hispanic-men-architects-writing-document-talking-smartphone-street_839833-21044.jpg"
|
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
|
<FeatureCardTwelve
|
||||||
features={[
|
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"
|
"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: "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"
|
"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: "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"
|
"Buyer confidence assurance", "Hidden issue detection", "Negotiation support", "Professional documentation"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Schedule Now", href: "contact" }]
|
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"
|
"Local building code verification", "Regulatory requirement checks", "Official certification", "Compliance documentation"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Get Started", href: "contact" }]
|
buttons: [{ text: "Get Started", href: "contact" }]
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Professional office consultation"
|
imageAlt="Professional office consultation"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Request a Call Back"
|
buttonText="Get Free Quote Now"
|
||||||
ariaLabel="Contact form section"
|
ariaLabel="Contact form section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user