6 Commits

Author SHA1 Message Date
10518be214 Merge version_4 into main
Merge version_4 into main
2026-04-22 22:11:11 +00:00
994c0f4aed Update src/app/page.tsx 2026-04-22 22:11:04 +00:00
cf5043d431 Merge version_3 into main
Merge version_3 into main
2026-04-22 22:10:14 +00:00
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 13 additions and 12 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" },
@@ -100,9 +100,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "Concrete", name: "Driveways", price: "Durable & Reinforced", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/creativity-ideas-exterior-design-stairway-pavement-concept_53876-23408.jpg" },
{ id: "p1", brand: "Concrete", name: "Driveways", price: "Built to Last", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/creativity-ideas-exterior-design-stairway-pavement-concept_53876-23408.jpg" },
{ id: "p2", brand: "Concrete", name: "Patios", price: "Custom Designs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface_23-2151214695.jpg" },
{ id: "p3", brand: "Concrete", name: "Foundations", price: "Structural Strength", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg" },
{ id: "p3", brand: "Concrete", name: "Foundations", price: "Heavy-Duty Integrity", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg" },
]}
title="Our Services"
description="Quality concrete solutions for every structural and architectural need."
@@ -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>