Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-04-12 02:56:34 +00:00

View File

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