Update src/app/page.tsx

This commit is contained in:
2026-04-22 22:10:11 +00:00
parent 9b375a1827
commit fbe1b0b435

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>