Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27673c6d32 | |||
| 859a69c47a | |||
| f662f14cbd | |||
| 715adbad38 | |||
| dc690f050c | |||
| c13c0c1a2a | |||
| 49fc038295 |
@@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="B&L Industries"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,8 +51,8 @@ export default function LandingPage() {
|
||||
{ text: "Get a Free Estimate", href: "#contact" },
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469812.jpg"
|
||||
imageAlt="fencing installation landscape texas"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png"
|
||||
imageAlt="B&L Industries Logo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,8 +158,8 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get started? We’re here to help bring your property project to life. Contact B&L Industries for a quote today."
|
||||
buttons={[{ text: "Contact Us", href: "tel:2810000000" }]}
|
||||
text="Ready to get started? We’re here to help bring your property project to life. Contact BJ Burton at 281-593-8296 for a quote today."
|
||||
buttons={[{ text: "Call BJ Burton", href: "tel:2815938296" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,7 +176,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:2810000000" },
|
||||
{ label: "Call BJ", href: "tel:2815938296" },
|
||||
{ label: "Email", href: "mailto:info@blindustriestx.com" },
|
||||
],
|
||||
},
|
||||
@@ -186,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user