diff --git a/src/app/page.tsx b/src/app/page.tsx index 710051a..8e7ca2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -133,60 +83,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "s1", - title: "Pipeline Repair", - descriptions: [ - "Expert cutting and welding services for high-pressure systems.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137712.jpg", - imageAlt: "Portrait of plumber", - }, - { - id: "s2", - title: "Hydraulic Maintenance", - descriptions: [ - "Maintaining complex hydraulic networks with precision components.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg", - imageAlt: "Portrait of plumber", - }, - { - id: "s3", - title: "Emergency Service", - descriptions: [ - "24/7 rapid deployment for critical pipe failures across Stockholm.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg", - imageAlt: "Portrait of plumber", - }, - { - id: "s4", - title: "Infrastructure Upgrade", - descriptions: [ - "Modernizing older plumbing networks with robust engineering.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg", - imageAlt: "Portrait of plumber", - }, - { - id: "s5", - title: "Custom Cutting", - descriptions: [ - "High-tolerance cutting services for specific industrial requirements.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg", - imageAlt: "Portrait of plumber", - }, - { - id: "s6", - title: "Technical Audit", - descriptions: [ - "Detailed assessment of existing plumbing and pipeline systems.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg?_wi=2", - imageAlt: "Portrait of plumber", - }, + { id: "s1", title: "Pipeline Repair", descriptions: ["Expert cutting and welding services for high-pressure systems."], imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137712.jpg", imageAlt: "Portrait of plumber" }, + { id: "s2", title: "Hydraulic Maintenance", descriptions: ["Maintaining complex hydraulic networks with precision components."], imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg", imageAlt: "Portrait of plumber" }, + { id: "s3", title: "Emergency Service", descriptions: ["24/7 rapid deployment for critical pipe failures across Stockholm."], imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg", imageAlt: "Portrait of plumber" }, + { id: "s4", title: "Infrastructure Upgrade", descriptions: ["Modernizing older plumbing networks with robust engineering."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg", imageAlt: "Portrait of plumber" }, + { id: "s5", title: "Custom Cutting", descriptions: ["High-tolerance cutting services for specific industrial requirements."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg", imageAlt: "Portrait of plumber" }, + { id: "s6", title: "Technical Audit", descriptions: ["Detailed assessment of existing plumbing and pipeline systems."], imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg", imageAlt: "Portrait of plumber" }, ]} title="Expert Pipe Services" description="Precision service for industrial, commercial, and residential infrastructure." @@ -197,25 +99,11 @@ export default function LandingPage() {