From c33c8edd26486ff142938889d521204f8a652036 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:25:53 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab8b7ec..e32062f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, + { id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings.", videoSrc: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, + { id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted.", videoSrc: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, ]} tag="Our Track Record" tagIcon={TrendingUp} -- 2.49.1 From b76dabd715bc208ab2f83118906d662ffaaf26e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:26:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e32062f..40149b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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.", videoSrc: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, - { id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings.", videoSrc: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, - { id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted.", videoSrc: "https://cdn.pixabay.com/video/2022/07/12/121157-731115889_large.mp4", videoAriaLabel: "A real estate agent showing a house." }, + { 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} -- 2.49.1