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." } }, ]} />