diff --git a/src/app/page.tsx b/src/app/page.tsx index efbaaf7..3d95350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,46 +30,31 @@ export default function LandingPage() {
@@ -94,29 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "General Contracting", - descriptions: [ - "High-quality execution of residential and commercial structures.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-1o1s4lq3.jpg?_wi=1", - }, + id: "s1", title: "General Contracting", descriptions: [ + "High-quality execution of residential and commercial structures."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-1o1s4lq3.jpg?_wi=1"}, { - id: "s2", - title: "Construction Management", - descriptions: [ - "Expert oversight from ground breaking to final handover.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg?_wi=1", - }, + id: "s2", title: "Construction Management", descriptions: [ + "Expert oversight from ground breaking to final handover."], + imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg?_wi=1"}, { - id: "s3", - title: "Design-Build Solutions", - descriptions: [ - "Integrated design and construction for streamlined projects.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg?_wi=1", - }, + id: "s3", title: "Design-Build Solutions", descriptions: [ + "Integrated design and construction for streamlined projects."], + imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg?_wi=1"}, ]} title="Expert Construction Services" description="Comprehensive engineering solutions designed to deliver structural longevity and functional beauty." @@ -131,47 +102,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Commercial Office Complex", - price: "Completed", - variant: "Development", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-p2zovx08.jpg?_wi=2", - }, + id: "p1", name: "Commercial Office Complex", price: "Completed", variant: "Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-p2zovx08.jpg?_wi=2"}, { - id: "p2", - name: "Infrastructure Works", - price: "Active", - variant: "Civil", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-1o1s4lq3.jpg?_wi=2", - }, + id: "p2", name: "Infrastructure Works", price: "Active", variant: "Civil", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-1o1s4lq3.jpg?_wi=2"}, { - id: "p3", - name: "Residential Estate", - price: "Completed", - variant: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg?_wi=2", - }, + id: "p3", name: "Residential Estate", price: "Completed", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg?_wi=2"}, { - id: "p4", - name: "Public Facilities", - price: "Active", - variant: "Construction", - imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg?_wi=2", - }, + id: "p4", name: "Public Facilities", price: "Active", variant: "Construction", imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg?_wi=2"}, { - id: "p5", - name: "Structural Framework", - price: "Completed", - variant: "Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702501.jpg", - }, + id: "p5", name: "Structural Framework", price: "Completed", variant: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702501.jpg"}, { - id: "p6", - name: "Urban Renovations", - price: "Active", - variant: "Renovation", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-p2zovx08.jpg?_wi=3", - }, + id: "p6", name: "Urban Renovations", price: "Active", variant: "Renovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7nH99IHFEUe0d4g6zeQK36bRp/uploaded-1775745452193-p2zovx08.jpg?_wi=3"}, ]} title="Project Portfolio" description="A glimpse into our commitment to building infrastructure that shapes the Namibian landscape." @@ -181,30 +122,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file