3 Commits

Author SHA1 Message Date
fbe1b0b435 Update src/app/page.tsx 2026-04-22 22:10:11 +00:00
9b375a1827 Update src/app/contact/page.tsx 2026-04-22 22:10:11 +00:00
dddf21bb47 Merge version_2 into main
Merge version_2 into main
2026-04-22 21:28:14 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in Touch"
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={[
{ text: "Contact Us", href: "/contact" },
]}
@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in Touch"
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={[
{ text: "Contact Us", href: "/contact" },
]}
@@ -84,16 +84,16 @@ export default function LandingPage() {
},
{
title: "Legal", items: [
{ label: "Licensed & Insured", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "(612) 555-0100", href: "tel:6125550100" },
{ label: "contact@herrerasconcrete.com", href: "mailto:contact@herrerasconcrete.com" },
],
},
]}
bottomLeftText="Herreras Concrete LLC © 2024"
bottomRightText="Serving Minnesota & Surrounding Areas"
bottomRightText="Serving Minneapolis & Surrounding Areas"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={false}
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={[
{ value: "100%", title: "Commitment" },
{ value: "24hr", title: "Response" },
@@ -152,13 +152,14 @@ export default function LandingPage() {
},
{
title: "Company", items: [
{ label: "Terms", href: "#" },
{ label: "Privacy", href: "#" },
{ label: "Phone: (612) 555-0100", href: "tel:6125550100" },
{ label: "Email: contact@herrerasconcrete.com", href: "mailto:contact@herrerasconcrete.com" },
{ label: "Address: Minneapolis, MN", href: "#" },
],
},
]}
bottomLeftText="Herreras Concrete LLC © 2024"
bottomRightText="Minnesota Serving"
bottomRightText="Fully Licensed & Insured"
/>
</div>
</ReactLenis>