From 048b786b4155daa50047b9c857fe450f0ee1f7cb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:12:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 ++++++++++------------------------------------- 1 file changed, 41 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74dd192..12f1db9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -108,41 +77,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Structural Steel", - author: "Fabrication", - description: "High-strength structural welding for large-scale construction projects across Miami.", - tags: [ - "Construction", - "Steel", - ], - imageSrc: "http://img.b2bpic.net/free-photo/triple-x-architecture-design-building_122409-15.jpg", - imageAlt: "Structural Steel", - }, + id: "f1", title: "Structural Steel", author: "Fabrication", description: "High-strength structural welding for large-scale construction projects across Miami.", tags: [ + "Construction", "Steel"], + imageSrc: "http://img.b2bpic.net/free-photo/triple-x-architecture-design-building_122409-15.jpg", imageAlt: "Structural Steel"}, { - id: "f2", - title: "Precision Pipework", - author: "Systems", - description: "Expert welding for complex piping systems in industrial, commercial, and residential facilities.", - tags: [ - "Piping", - "Industrial", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-argon-welding-machine-garage_158595-8159.jpg", - imageAlt: "Pipe Welding", - }, + id: "f2", title: "Precision Pipework", author: "Systems", description: "Expert welding for complex piping systems in industrial, commercial, and residential facilities.", tags: [ + "Piping", "Industrial"], + imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-argon-welding-machine-garage_158595-8159.jpg", imageAlt: "Pipe Welding"}, { - id: "f3", - title: "On-Site Repair", - author: "Mobile", - description: "Immediate mobile welding solutions to minimize downtime for your critical equipment.", - tags: [ - "Repair", - "Mobile", - ], - imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-high-temperature-atelier_114579-12193.jpg", - imageAlt: "On-site Repair", - }, + id: "f3", title: "On-Site Repair", author: "Mobile", description: "Immediate mobile welding solutions to minimize downtime for your critical equipment.", tags: [ + "Repair", "Mobile"], + imageSrc: "http://img.b2bpic.net/free-photo/master-working-with-high-temperature-atelier_114579-12193.jpg", imageAlt: "On-site Repair"}, ]} title="Built to Last" description="Excellence in every weld, delivered with professional integrity." @@ -155,45 +100,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Excellent Structural Work", - quote: "Welding Master Miami handled our structural steel project with incredible professionalism. Delivered ahead of schedule.", - name: "Carlos Mendez", - role: "Site Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg?_wi=1", - }, + id: "t1", title: "Excellent Structural Work", quote: "Welding Master Miami handled our structural steel project with incredible professionalism. Delivered ahead of schedule.", name: "Carlos Mendez", role: "Site Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg?_wi=1"}, { - id: "t2", - title: "Reliable & Precise", - quote: "Their precision in pipework is unmatched in the city. Very happy with the results.", - name: "Elena Rodriguez", - role: "Project Lead", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg?_wi=1", - }, + id: "t2", title: "Reliable & Precise", quote: "Their precision in pipework is unmatched in the city. Very happy with the results.", name: "Elena Rodriguez", role: "Project Lead", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg?_wi=1"}, { - id: "t3", - title: "Critical Support", - quote: "We needed urgent on-site repair and they were there within hours. Exceptional service.", - name: "David Thompson", - role: "Operations Director", - imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-sitting-workplace-with-architectural-plan-table_23-2147842993.jpg?_wi=1", - }, + id: "t3", title: "Critical Support", quote: "We needed urgent on-site repair and they were there within hours. Exceptional service.", name: "David Thompson", role: "Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-sitting-workplace-with-architectural-plan-table_23-2147842993.jpg?_wi=1"}, { - id: "t4", - title: "Great Partner", - quote: "Professional, clean, and highly effective. Highly recommend for any industrial project.", - name: "Sarah Jenkins", - role: "Commercial Developer", - imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg?_wi=1", - }, + id: "t4", title: "Great Partner", quote: "Professional, clean, and highly effective. Highly recommend for any industrial project.", name: "Sarah Jenkins", role: "Commercial Developer", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg?_wi=1"}, { - id: "t5", - title: "Safety First", - quote: "They strictly follow all safety protocols, making them the easiest choice for our facility upgrades.", - name: "Michael Chen", - role: "Plant Owner", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-holding-tablet_23-2148352795.jpg?_wi=1", - }, + id: "t5", title: "Safety First", quote: "They strictly follow all safety protocols, making them the easiest choice for our facility upgrades.", name: "Michael Chen", role: "Plant Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-holding-tablet_23-2148352795.jpg?_wi=1"}, ]} title="Trusted by Miami Builders" description="Our clients rely on our precision, reliability, and commitment to the highest safety standards." @@ -210,40 +125,15 @@ export default function LandingPage() { description="Meet the certified professionals behind Miami's most reliable welding service." members={[ { - id: "m1", - name: "Marcus Vane", - role: "Master Welder", - description: "20+ years of structural expertise in high-rise construction.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg?_wi=2", - }, + id: "m1", name: "Marcus Vane", role: "Master Welder", description: "20+ years of structural expertise in high-rise construction.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg?_wi=2"}, { - id: "m2", - name: "Elena Torres", - role: "Lead Fabricator", - description: "Specialist in custom metal design and pipe fabrication.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg?_wi=2", - }, + id: "m2", name: "Elena Torres", role: "Lead Fabricator", description: "Specialist in custom metal design and pipe fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-construction-wearing-protection-gear_23-2148784061.jpg?_wi=2"}, { - id: "m3", - name: "James O'Neal", - role: "Mobile Operations", - description: "Expert in rapid field repairs and emergency response.", - imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-sitting-workplace-with-architectural-plan-table_23-2147842993.jpg?_wi=2", - }, + id: "m3", name: "James O'Neal", role: "Mobile Operations", description: "Expert in rapid field repairs and emergency response.", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-sitting-workplace-with-architectural-plan-table_23-2147842993.jpg?_wi=2"}, { - id: "m4", - name: "Sarah Lopez", - role: "Quality Control", - description: "Ensures all projects meet strict AWS and safety standards.", - imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg?_wi=2", - }, + id: "m4", name: "Sarah Lopez", role: "Quality Control", description: "Ensures all projects meet strict AWS and safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg?_wi=2"}, { - id: "m5", - name: "Kevin Chen", - role: "Safety Director", - description: "Dedicated to workplace safety and compliance excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-holding-tablet_23-2148352795.jpg?_wi=2", - }, + id: "m5", name: "Kevin Chen", role: "Safety Director", description: "Dedicated to workplace safety and compliance excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-holding-tablet_23-2148352795.jpg?_wi=2"}, ]} /> @@ -252,11 +142,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1