Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbe1b0b435 | |||
| 9b375a1827 | |||
| dddf21bb47 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Upgrade Your Property With Professional Concrete Work"
|
title="Upgrade Your Property With Professional Concrete Work"
|
||||||
description="Request your free estimate today and our team will get back to you within 24 hours."
|
description="Request your free estimate today and our team will get back to you within 24 hours. Call us at (612) 555-0100 or email contact@herrerasconcrete.com."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us", href: "/contact" },
|
{ text: "Contact Us", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Ready to Start Your Project?"
|
title="Ready to Start Your Project?"
|
||||||
description="Fill out the form or give us a call to discuss your concrete project needs. We provide fast, free estimates for all clients."
|
description="Fill out the form or give us a call to discuss your concrete project needs. We provide fast, free estimates for all clients in the Minneapolis area."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us", href: "/contact" },
|
{ text: "Contact Us", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
@@ -84,16 +84,16 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{ label: "Licensed & Insured", href: "#" },
|
{ label: "(612) 555-0100", href: "tel:6125550100" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "contact@herrerasconcrete.com", href: "mailto:contact@herrerasconcrete.com" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Herreras Concrete LLC © 2024"
|
bottomLeftText="Herreras Concrete LLC © 2024"
|
||||||
bottomRightText="Serving Minnesota & Surrounding Areas"
|
bottomRightText="Serving Minneapolis & Surrounding Areas"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
|||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Built on Strength. Defined by Detail."
|
title="Built on Strength. Defined by Detail."
|
||||||
description="Herreras Concrete LLC specializes in professional concrete installation and finishing services for residential and commercial projects. Every job is completed with careful preparation, precise grading, and high-quality finishing to ensure long-lasting durability and clean visual appeal."
|
description="Herreras Concrete LLC specializes in professional concrete installation and finishing services for residential and commercial projects. Based in Minnesota, we are committed to providing top-tier craftsmanship for every structural need."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "100%", title: "Commitment" },
|
{ value: "100%", title: "Commitment" },
|
||||||
{ value: "24hr", title: "Response" },
|
{ value: "24hr", title: "Response" },
|
||||||
@@ -152,13 +152,14 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "Terms", href: "#" },
|
{ label: "Phone: (612) 555-0100", href: "tel:6125550100" },
|
||||||
{ label: "Privacy", href: "#" },
|
{ label: "Email: contact@herrerasconcrete.com", href: "mailto:contact@herrerasconcrete.com" },
|
||||||
|
{ label: "Address: Minneapolis, MN", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Herreras Concrete LLC © 2024"
|
bottomLeftText="Herreras Concrete LLC © 2024"
|
||||||
bottomRightText="Minnesota Serving"
|
bottomRightText="Fully Licensed & Insured"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user