16 Commits

Author SHA1 Message Date
f35389cba3 Merge version_7 into main
Merge version_7 into main
2026-03-03 14:11:55 +00:00
61e73d0827 Update src/app/page.tsx 2026-03-03 14:11:49 +00:00
3cca005aec Merge version_7 into main
Merge version_7 into main
2026-03-03 14:09:42 +00:00
15b6d87adf Update src/app/page.tsx 2026-03-03 14:09:35 +00:00
e2928e62d2 Merge version_7 into main
Merge version_7 into main
2026-03-03 14:08:49 +00:00
2ad31ab413 Update src/app/page.tsx 2026-03-03 14:08:43 +00:00
0236c86c84 Update src/app/layout.tsx 2026-03-03 14:08:42 +00:00
cb5c7f07cb Merge version_6 into main
Merge version_6 into main
2026-03-03 14:04:17 +00:00
8b65e53f93 Update src/app/page.tsx 2026-03-03 14:04:10 +00:00
43fb0769ac Merge version_6 into main
Merge version_6 into main
2026-03-03 14:01:21 +00:00
70a79b6a56 Update src/app/page.tsx 2026-03-03 14:01:16 +00:00
797b30d90c Merge version_5 into main
Merge version_5 into main
2026-03-03 13:56:27 +00:00
62107db47a Update src/app/page.tsx 2026-03-03 13:56:21 +00:00
107aab65c3 Merge version_4 into main
Merge version_4 into main
2026-03-03 13:35:33 +00:00
85d55854f8 Update src/app/page.tsx 2026-03-03 13:35:28 +00:00
15a7ef5174 Merge version_3 into main
Merge version_3 into main
2026-03-03 13:32:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Hammer}
tagAnimation="slide-up"
buttons={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Get Free Concrete Estimate", href: "#contact" },
{ text: "View Our Work", href: "#projects" }
]}
buttonAnimation="slide-up"
@@ -219,7 +219,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready for Your Next Concrete Project?"
description="Contact Juan Guevara Concrete Work today for a free estimate. Our team is ready to discuss your project, answer questions, and provide professional concrete solutions."
description="✓ 24-Hour Response Guarantee — No Obligation Estimate. Contact Juan Guevara Concrete Work today for a free estimate. Our team is ready to discuss your project, answer questions, and provide professional concrete solutions."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/female-architect-talking-mobile-phone_107420-74351.jpg"
imageAlt="construction contact team communication professional"
@@ -269,4 +269,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}