From 9f30c3d76a10a8836d85117c0368871e16107f0a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:18:24 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17c558f..d3842c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,18 +157,21 @@ export default function LandingPage() { value: "500+", title: "Properties Sold", description: "Completed transactions across major markets.", + videoSrc: "/videos/real-estate-video.mp4", }, { id: "m2", value: "98%", title: "Client Satisfaction", description: "Based on post-transaction feedback ratings.", + videoSrc: "/videos/real-estate-video.mp4", }, { id: "m3", value: "$1B+", title: "Volume Managed", description: "Total asset value successfully transacted.", + videoSrc: "/videos/real-estate-video.mp4", }, ]} title="Proven Performance" -- 2.49.1 From f20aaab7865670f7ac39b6d7784df542ab51cf9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:18:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 369 ++++++++++++++++------------------------------- 1 file changed, 122 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3842c0..91b48cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,260 +27,135 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1