Update src/app/page.tsx

This commit is contained in:
2026-04-07 06:26:58 +00:00
parent b08d252e95
commit 08ae94bac6

View File

@@ -60,6 +60,9 @@ export default function LandingPage() {
<SocialProofOne
names={["Industry Partners", "Coastal Ventures", "Global Growth", "Financial Trust"]}
title="Proven Track Record of Excellence"
description="Trusted by leaders in business"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -112,6 +115,7 @@ export default function LandingPage() {
title="Start Your Partnership"
description="Reach out to discuss your goals and see how we can help your business thrive."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>
@@ -122,6 +126,7 @@ export default function LandingPage() {
{ title: "Contact", items: [{ label: "Email Us", href: "mailto:hello@boardwalkservices.com" }] }
]}
bottomLeftText="© 2025 Boardwalk Business Services LLC"
bottomRightText="All Rights Reserved"
/>
</div>
</ReactLenis>