diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0b09c..6ebd310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,32 +47,15 @@ export default function LandingPage() {
@@ -108,26 +81,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Residential Construction", - description: "From custom homes to large additions, we manage every step with care.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg?_wi=2", - titleIconSrc: "Home", - buttonText: "View Projects", - }, + title: "Residential Construction", description: "From custom homes to large additions, we manage every step with care.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg", titleIconSrc: "Home", buttonText: "View Projects"}, { - title: "Commercial Projects", - description: "High-standard builds for businesses that need space and reliability.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg?_wi=2", - titleIconSrc: "Building", - buttonText: "See Results", - }, + title: "Commercial Projects", description: "High-standard builds for businesses that need space and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg", titleIconSrc: "Building", buttonText: "See Results"}, { - title: "Sustainable Builds", - description: "Energy-efficient techniques for future-proof, sustainable structures.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-66.jpg", - titleIconSrc: "Leaf", - buttonText: "Learn More", - }, + title: "Sustainable Builds", description: "Energy-efficient techniques for future-proof, sustainable structures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-66.jpg", titleIconSrc: "Leaf", buttonText: "Learn More"}, ]} title="Professional Construction Services" description="Our comprehensive suite of construction services is designed to meet the rigorous demands of modern projects." @@ -142,25 +100,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "500+", - description: "Successfully Completed Projects", - }, + id: "m1", value: "500+", description: "Successfully Completed Projects"}, { - id: "m2", - value: "20+", - description: "Years of Experience", - }, + id: "m2", value: "20+", description: "Years of Experience"}, { - id: "m3", - value: "98%", - description: "Client Satisfaction Rate", - }, + id: "m3", value: "98%", description: "Client Satisfaction Rate"}, { - id: "m4", - value: "0", - description: "Major Incidents", - }, + id: "m4", value: "0", description: "Major Incidents"}, ]} title="Proven Track Record" description="The numbers speak to our commitment to excellence and reliability on every site." @@ -172,30 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", - }, + id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg"}, { - id: "2", - name: "David L.", - imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg", - }, + id: "2", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg"}, { - id: "3", - name: "Sarah P.", - imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-architects-sit-table-discuss-new-project-modern-office-blue-print_482257-31149.jpg", - }, + id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-architects-sit-table-discuss-new-project-modern-office-blue-print_482257-31149.jpg"}, { - id: "4", - name: "John R.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-smartphone-holding-cup-while-his-friend-working-kitchen_23-2148195243.jpg", - }, + id: "4", name: "John R.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-smartphone-holding-cup-while-his-friend-working-kitchen_23-2148195243.jpg"}, { - id: "5", - name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg", - }, + id: "5", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg"}, ]} cardTitle="Client Success Stories" cardTag="Testimonials" @@ -207,8 +138,7 @@ export default function LandingPage() {