diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f79de2..67db7df 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,63 +44,26 @@ export default function LandingPage() {
@@ -140,21 +88,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
- {
- title: "Structural Fabrication",
- description: "Custom steel and alloy fabrications for infrastructure.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19551.jpg",
- },
- {
- title: "Mechanical Repair",
- description: "Precision maintenance and restoration for heavy systems.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-large-metalworking-plant_146671-19574.jpg",
- },
- {
- title: "On-site Welding",
- description: "Expert mobile welding services for urgent project needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589543.jpg",
- },
+ { title: "Structural Fabrication", description: "Custom steel and alloy fabrications for infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19551.jpg" },
+ { title: "Mechanical Repair", description: "Precision maintenance and restoration for heavy systems.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-large-metalworking-plant_146671-19574.jpg" },
+ { title: "On-site Welding", description: "Expert mobile welding services for urgent project needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589543.jpg" },
]}
title="Comprehensive Industrial Services"
description="We specialize in tailored solutions for industrial maintenance, structural integrity, and custom fabrication."
@@ -163,46 +99,17 @@ export default function LandingPage() {