diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d66fe..ab7f8c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,42 +46,27 @@ export default function LandingPage() {
@@ -103,25 +78,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Security Perimeter Protection", - description: "High-tensile steel fencing designed for ultimate deterrence and perimeter integrity.", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702207.jpg", - imageAlt: "Security fencing", - }, + title: "Security Perimeter Protection", description: "High-tensile steel fencing designed for ultimate deterrence and perimeter integrity.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702207.jpg", imageAlt: "Security fencing"}, { id: 2, - title: "Precision Installation", - description: "Expert site analysis and precision installation services by qualified technicians.", - imageSrc: "http://img.b2bpic.net/free-photo/male-farmer-greenhouse-his-farm_23-2149211762.jpg", - imageAlt: "Installation", - }, + title: "Precision Installation", description: "Expert site analysis and precision installation services by qualified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/male-farmer-greenhouse-his-farm_23-2149211762.jpg", imageAlt: "Installation"}, { id: 3, - title: "Maintenance & Repair", - description: "Proactive site audits and repair services to ensure continuous security performance.", - imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-yellow-leaf-stuck-metal-fence-park_181624-13568.jpg", - imageAlt: "Maintenance", - }, + title: "Maintenance & Repair", description: "Proactive site audits and repair services to ensure continuous security performance.", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-yellow-leaf-stuck-metal-fence-park_181624-13568.jpg", imageAlt: "Maintenance"}, ]} title="Comprehensive Fencing Services" description="Protecting your assets with industry-leading perimeter security systems and expert installation." @@ -135,17 +98,11 @@ export default function LandingPage() { description="Industrial Services has been a trusted partner in industrial perimeter security for over 25 years. We specialize in robust, engineered solutions for complex industrial environments." metrics={[ { - value: "25+", - title: "Years Experience", - }, + value: "25+", title: "Years Experience"}, { - value: "500+", - title: "Projects Completed", - }, + value: "500+", title: "Projects Completed"}, { - value: "99%", - title: "Client Retention", - }, + value: "99%", title: "Client Retention"}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-man-holding-schematics_23-2148269807.jpg" imageAlt="Security experts in field" @@ -162,45 +119,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Smith", - role: "Site Manager", - company: "Tech Logistics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=1", - }, + id: "1", name: "John Smith", role: "Site Manager", company: "Tech Logistics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=1"}, { - id: "2", - name: "Sarah Chen", - role: "Operations Director", - company: "Global Energy Co.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-checklist_1187-1558.jpg", - }, + id: "2", name: "Sarah Chen", role: "Operations Director", company: "Global Energy Co.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-checklist_1187-1558.jpg"}, { - id: "3", - name: "Michael Davis", - role: "Facilities Lead", - company: "Industrial Parts Inc.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-are-discussing-new-creative-ideas-together-meeting-office_146671-15686.jpg", - }, + id: "3", name: "Michael Davis", role: "Facilities Lead", company: "Industrial Parts Inc.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-are-discussing-new-creative-ideas-together-meeting-office_146671-15686.jpg"}, { - id: "4", - name: "Elena Rodriguez", - role: "Project Manager", - company: "Construction Dynamics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg", - }, + id: "4", name: "Elena Rodriguez", role: "Project Manager", company: "Construction Dynamics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg"}, { - id: "5", - name: "Robert Vance", - role: "Logistics Coordinator", - company: "SafeWare Storage", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=2", - }, + id: "5", name: "Robert Vance", role: "Logistics Coordinator", company: "SafeWare Storage", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12846.jpg?_wi=2"}, ]} title="Trusted by Facility Managers" description="See why top industrial firms choose Industrial Services for their perimeter security needs." @@ -211,16 +143,13 @@ export default function LandingPage() { @@ -234,4 +163,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file