Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-02-21 17:09:02 +00:00

View File

@@ -139,6 +139,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
/>
</div>
@@ -195,7 +196,7 @@ export default function LandingPage() {
title="Start Your Project Today."
description="Contact us to discuss your vision. Our team is ready to provide a personalized consultation."
buttons={[
{ text: "Name, Email, Phone, Project Type, Budget Range, Message", onClick: () => alert('Contact Form would open here'), props: { className: "max-w-prose" } },
{ text: "Name, Email, Phone, Project Type, Budget Range, Message", onClick: () => alert('Contact Form would open here') },
{ text: "Phone: (555) 123-4567", href: "tel:+15551234567" },
{ text: "Email: info@lakesideconstruction.com", href: "mailto:info@lakesideconstruction.com" },
{ text: "Service Area: Greater Lake Region", href: "#" },