diff --git a/src/app/page.tsx b/src/app/page.tsx
index b3dec0e..5808e2c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,117 +40,28 @@ export default function LandingPage() {
@@ -173,26 +72,10 @@ export default function LandingPage() {
title="Built on Excellence"
tag="Trust Metrics"
metrics={[
- {
- id: "m1",
- value: "5.0",
- description: "Star Rating",
- },
- {
- id: "m2",
- value: "50+",
- description: "Five-Star Reviews",
- },
- {
- id: "m3",
- value: "Fast",
- description: "Response Time",
- },
- {
- id: "m4",
- value: "Licensed",
- description: "Fully Insured",
- },
+ { id: "m1", value: "5.0", description: "Star Rating" },
+ { id: "m2", value: "50+", description: "Five-Star Reviews" },
+ { id: "m3", value: "Fast", description: "Response Time" },
+ { id: "m4", value: "Licensed", description: "Fully Insured" },
]}
metricsAnimation="slide-up"
/>
@@ -204,66 +87,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Emergency Plumbing",
- author: "TJ Plumbing",
- description: "Rapid response for all critical plumbing failures.",
- tags: [
- "Urgent",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=1",
- },
- {
- id: "s2",
- title: "Pipe Repair",
- author: "TJ Plumbing",
- description: "Precision pipe repair and new system installations.",
- tags: [
- "Repair",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=2",
- },
- {
- id: "s3",
- title: "Heating Systems",
- author: "TJ Plumbing",
- description: "Full maintenance and installation for boilers.",
- tags: [
- "Heating",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=3",
- },
- {
- id: "s4",
- title: "Drain Cleaning",
- author: "TJ Plumbing",
- description: "Thorough drain clearing using advanced tools.",
- tags: [
- "Maintenance",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=4",
- },
- {
- id: "s5",
- title: "Water Heater",
- author: "TJ Plumbing",
- description: "Service and replacement of hot water systems.",
- tags: [
- "Systems",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=5",
- },
- {
- id: "s6",
- title: "General Maintenance",
- author: "TJ Plumbing",
- description: "Preventative care to avoid future plumbing issues.",
- tags: [
- "Care",
- ],
- imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg?_wi=6",
- },
+ { id: "s1", title: "Emergency Plumbing", author: "TJ Plumbing", description: "Rapid response for all critical plumbing failures.", tags: ["Urgent"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
+ { id: "s2", title: "Pipe Repair", author: "TJ Plumbing", description: "Precision pipe repair and new system installations.", tags: ["Repair"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
+ { id: "s3", title: "Heating Systems", author: "TJ Plumbing", description: "Full maintenance and installation for boilers.", tags: ["Heating"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
+ { id: "s4", title: "Drain Cleaning", author: "TJ Plumbing", description: "Thorough drain clearing using advanced tools.", tags: ["Maintenance"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
+ { id: "s5", title: "Water Heater", author: "TJ Plumbing", description: "Service and replacement of hot water systems.", tags: ["Systems"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
+ { id: "s6", title: "General Maintenance", author: "TJ Plumbing", description: "Preventative care to avoid future plumbing issues.", tags: ["Care"], imageSrc: "https://pixabay.com/get/g592f2114719a4d06750e35937a3904968a1de0c9c98b39ca81baa620f8b3ae2bd54e06d4f77f811b090456ae21cc0b2935b2c0cddad725741becd388e8b32ab3_1280.jpg" },
]}
title="Our Professional Services"
description="Comprehensive plumbing and heating solutions tailored for modern homes."
@@ -272,49 +101,14 @@ export default function LandingPage() {
@@ -418,14 +163,8 @@ export default function LandingPage() {