diff --git a/src/app/page.tsx b/src/app/page.tsx index 41dc750..758e7e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -186,30 +95,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - tag: "Expert", - title: "Drain Cleaning", - subtitle: "Advanced Rooter Solutions", - description: "Professional high-pressure drain cleaning and blockage removal.", - imageSrc: "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", - }, - { - id: 2, - tag: "Precision", - title: "Leak Detection", - subtitle: "Non-Invasive Technology", - description: "Find hidden leaks fast with our advanced non-invasive detection equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", - }, - { - id: 3, - tag: "Reliable", - title: "Pipe Repair", - subtitle: "Quality Installations", - description: "Durable, high-quality pipe repair and replacement services.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", - }, + { id: 1, tag: "Expert", title: "Drain Cleaning", subtitle: "Advanced Rooter Solutions", description: "Professional high-pressure drain cleaning and blockage removal.", imageSrc: "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg" }, + { id: 2, tag: "Precision", title: "Leak Detection", subtitle: "Non-Invasive Technology", description: "Find hidden leaks fast with our advanced non-invasive detection equipment.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg" }, + { id: 3, tag: "Reliable", title: "Pipe Repair", subtitle: "Quality Installations", description: "Durable, high-quality pipe repair and replacement services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg" }, ]} title="Our Professional Services" description="Premium plumbing solutions delivered with expertise and high-end care." @@ -222,17 +110,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { - id: "special", - badge: "Limited Time", - price: "$79", - subtitle: "Drain Clearing Special", - features: [ - "Full drain line check", - "Clog removal", - "Pro inspection", - ], - }, + { id: "special", badge: "Limited Time", price: "$79", subtitle: "Drain Clearing Special", features: ["Full drain line check", "Clog removal", "Pro inspection"] }, ]} title="Exclusive Special" description="Limited time offer for our local community." @@ -243,47 +121,13 @@ export default function LandingPage() {