diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db2d74..c1ebe85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,41 +44,22 @@ export default function LandingPage() {
@@ -104,23 +79,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Structural Engineering", - description: "Robust design and engineering for long-lasting structural integrity.", - imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=2", - }, + id: "f1", title: "Structural Engineering", description: "Robust design and engineering for long-lasting structural integrity.", imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg"}, { - id: "f2", - title: "Interior Finishing", - description: "Precision finishes that elevate interiors with high-end materials.", - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-work-clothes-yellow-hardhat-holding-plan-new-apartments-thoughtfully-looking-wall-with-big-window-background_574295-1604.jpg?_wi=2", - }, + id: "f2", title: "Interior Finishing", description: "Precision finishes that elevate interiors with high-end materials.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-work-clothes-yellow-hardhat-holding-plan-new-apartments-thoughtfully-looking-wall-with-big-window-background_574295-1604.jpg"}, { - id: "f3", - title: "Project Management", - description: "Transparent timelines and cost-effective execution for every project.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg?_wi=2", - }, + id: "f3", title: "Project Management", description: "Transparent timelines and cost-effective execution for every project.", imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg"}, ]} title="Core Construction Services" description="From complex commercial skyscrapers to custom residential builds, we provide end-to-end management for every project scope." @@ -134,26 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "150+", - title: "Projects Completed", - description: "Diverse construction projects delivered.", - imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg?_wi=1", - }, + id: "m1", value: "150+", title: "Projects Completed", description: "Diverse construction projects delivered.", imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg"}, { - id: "m2", - value: "20", - title: "Years Experience", - description: "Two decades of building excellence.", - imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg?_wi=2", - }, + id: "m2", value: "20", title: "Years Experience", description: "Two decades of building excellence.", imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg"}, { - id: "m3", - value: "12", - title: "Award Wins", - description: "Recognized for quality and safety.", - imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg?_wi=3", - }, + id: "m3", value: "12", title: "Award Wins", description: "Recognized for quality and safety.", imageSrc: "http://img.b2bpic.net/free-psd/tower-crane-against-clear-sky-construction-machine_632498-25185.jpg"}, ]} title="Our Track Record" description="Numbers speak louder than promises. We are proud of our milestones in urban development." @@ -162,44 +110,20 @@ export default function LandingPage() {