Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user