11 Commits

Author SHA1 Message Date
61e73d0827 Update src/app/page.tsx 2026-03-03 14:11:49 +00:00
15b6d87adf Update src/app/page.tsx 2026-03-03 14:09:35 +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
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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>
);
}
}