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