Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-26 12:26:15 +00:00

View File

@@ -100,9 +100,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "500+", title: "Properties Sold", description: "Completed transactions across major markets." },
{ id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings." },
{ id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted." },
{ id: "m1", value: "500+", title: "Properties Sold", description: "Completed transactions across major markets.", videoSrc: "" },
{ id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings.", videoSrc: "" },
{ id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted.", videoSrc: "" },
]}
tag="Our Track Record"
tagIcon={TrendingUp}