From 4660b5105b3aa7bdc2037383b85d2a69c9026be5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:56:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1417785..d87f192 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Skyline Heights", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-multistory-apartment-complex-building_181624-5114.jpg" }, - { id: "p2", name: "Commerce Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg" }, + { id: "p2", name: "Commerce Plaza", price: "Commercial", imageSrc: "http://img.b2bpic.net/modern-architecture-urban-center_1359-870.jpg" }, { id: "p3", name: "City Bridge Link", price: "Civil Works", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-orange-vibratory-asphalt-roller-compactor-new-pavement_181624-49122.jpg" } ]} title="Featured Projects" @@ -109,7 +109,7 @@ export default function LandingPage() { layout="section" title="Terms and Conditions" sections={[ - { heading: "Use of Site", content: { type: "paragraph", text: "By accessing this website, you agree to comply with all applicable laws and regulations." } }, + { heading: "Use of Site", content: { text: "By accessing this website, you agree to comply with all applicable laws and regulations." } }, ]} /> -- 2.49.1