From ee2cd8dd3db67bbdc07e996d099c8d971792bbc2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:08:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 775f1c6..2d0e176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,6 +139,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + gridVariant="uniform-all-items-equal" /> @@ -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: "#" },