diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 21ab203..059ddfa 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Nunito } from "next/font/google";
export const metadata: Metadata = {
- title: 'PlumbGuarantee Stellenbosch | Professional Plumbing Services',
- description: 'Looking for a reliable plumber in Stellenbosch? PlumbGuarantee offers fast, guaranteed plumbing repairs for homes and offices. Call us today!',
+ title: 'PlumbGuarantee Stellenbosch',
+ description: 'Your trusted plumbing professionals in Stellenbosch. Fast, reliable, and guaranteed repairs for all your residential and commercial plumbing needs.',
keywords: ["plumber Stellenbosch, emergency plumbing Stellenbosch, geyser repairs, drain clearing"],
};
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 55ec83f..a00adf2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,22 +44,14 @@ export default function LandingPage() {
@@ -94,46 +71,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Leak Detection",
- description: "Quickly identify and resolve hidden leaks to save water and prevent damage.",
- bentoComponent: "reveal-icon",
- icon: Droplets,
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-scared-girl-holding-pipe-wrench-with-closed-eyes-angry-guy-holding-hoe-rake-hand-saw-looking-girl-shouting_141793-111984.jpg",
- imageAlt: "professional plumbing team portrait",
- },
- {
- title: "Drain Clearing",
- description: "Professional equipment to clear blocked drains and ensure flow.",
- bentoComponent: "reveal-icon",
- icon: Wrench,
- imageSrc: "http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg?_wi=2",
- imageAlt: "professional plumbing team portrait",
- },
- {
- title: "Geyser Installation",
- description: "Reliable geyser repairs and installations for your home.",
- bentoComponent: "reveal-icon",
- icon: Flame,
- imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg",
- imageAlt: "professional plumbing team portrait",
- },
- {
- title: "Pipe Maintenance",
- description: "Preventative care to extend the lifespan of your plumbing infrastructure.",
- bentoComponent: "reveal-icon",
- icon: Settings,
- imageSrc: "http://img.b2bpic.net/free-vector/plumbing-service-shower-bathtub-sink-drain-installation-tools-icons-set-abstract-solid-isolated-vector-illustration_98292-5458.jpg",
- imageAlt: "professional plumbing team portrait",
- },
- {
- title: "Emergency Repairs",
- description: "Rapid response teams available 24/7 for critical plumbing incidents.",
- bentoComponent: "reveal-icon",
- icon: AlertTriangle,
- imageSrc: "http://img.b2bpic.net/free-vector/plumbing-service-4-flat-icons-square_1284-6041.jpg",
- imageAlt: "professional plumbing team portrait",
- },
+ { title: "Leak Detection", description: "Quickly identify and resolve hidden leaks to save water and prevent damage.", bentoComponent: "reveal-icon", icon: Droplets },
+ { title: "Drain Clearing", description: "Professional equipment to clear blocked drains and ensure flow.", bentoComponent: "reveal-icon", icon: Wrench },
+ { title: "Geyser Installation", description: "Reliable geyser repairs and installations for your home.", bentoComponent: "reveal-icon", icon: Flame },
+ { title: "Pipe Maintenance", description: "Preventative care to extend the lifespan of your plumbing infrastructure.", bentoComponent: "reveal-icon", icon: Settings },
+ { title: "Emergency Repairs", description: "Rapid response teams available 24/7 for critical plumbing incidents.", bentoComponent: "reveal-icon", icon: AlertTriangle },
]}
title="Our Expert Plumbing Services"
description="Comprehensive plumbing solutions tailored to your needs."
@@ -142,39 +84,15 @@ export default function LandingPage() {
@@ -236,31 +132,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file