Update src/app/page.tsx

This commit is contained in:
2026-05-10 21:37:08 +00:00
parent 8ed991c55d
commit a5112b66da

View File

@@ -36,6 +36,7 @@ export default function LandingPage() {
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DXy8yrvjnxPhDkl0lrG4JRwPo3/uploaded-1778446079029-gwdmqa3e.jpg"
brandName="Bright View"
button={{ text: "Get Started" }}
/>
</div>
@@ -81,6 +82,8 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="Market Authority"
tag="Exclusive"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "$500M+", description: "Portfolio Managed" },
{ id: "2", value: "150+", description: "Closed Deals" },
@@ -117,6 +120,7 @@ export default function LandingPage() {
<ContactText
text="Begin Your Journey With Us"
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
buttons={[{ text: "Inquire Today" }]}
/>
</div>