Update src/app/page.tsx

This commit is contained in:
2026-02-21 17:08:58 +00:00
parent 55df435cd8
commit ee2cd8dd3d

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: "#" },