diff --git a/src/app/page.tsx b/src/app/page.tsx
index 45eceb5..7dbce29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,58 +40,35 @@ export default function LandingPage() {
@@ -106,24 +79,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Droplets,
- title: "Leak Repairs", description: "Detecting and fixing leaks to prevent property damage."},
- {
- icon: Waves,
- title: "Drain Cleaning", description: "Advanced equipment to clear stubborn blockages effectively."},
- {
- icon: Wrench,
- title: "Fixture Installation", description: "Professional installation for sinks, faucets, and more."},
- {
- icon: Droplets,
- title: "Sump Pumps", description: "Reliable sump pump repair and maintenance services."},
- {
- icon: AlertTriangle,
- title: "Emergency Services", description: "Available when you need us most for urgent issues."},
- {
- icon: Settings,
- title: "System Repairs", description: "Comprehensive maintenance for your entire plumbing system."},
+ { icon: Droplets, title: "Leak Repairs", description: "Detecting and fixing leaks to prevent property damage." },
+ { icon: Waves, title: "Drain Cleaning", description: "Advanced equipment to clear stubborn blockages effectively." },
+ { icon: Wrench, title: "Fixture Installation", description: "Professional installation for sinks, faucets, and more." },
+ { icon: Droplets, title: "Sump Pumps", description: "Reliable sump pump repair and maintenance services." },
+ { icon: AlertTriangle, title: "Emergency Services", description: "Available when you need us most for urgent issues." },
+ { icon: Settings, title: "System Repairs", description: "Comprehensive maintenance for your entire plumbing system." },
]}
title="Our Plumbing Services"
description="From emergency repairs to full system maintenance, we provide quality craftsmanship."
@@ -136,16 +97,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Dave is a true professional. Extremely courteous and outstanding quality work.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-customer-making-like-gesture-with-both-hands_74855-3666.jpg"},
- {
- id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "Honest, efficient, and knows exactly what he's doing. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg"},
- {
- id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Very knowledgeable and took time to explain everything. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-young-black-mulatto-woman-beige-shirt-crossing-arms-chest-looking-with-confident-toothy-smile-posing-indoors-against-stylish-kitchen-interior_343059-2649.jpg"},
- {
- id: "4", name: "David K.", handle: "@davidk", testimonial: "Quick turnaround and perfect fix. Will call again.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-blue-house-hands_23-2147694208.jpg"},
- {
- id: "5", name: "Laura S.", handle: "@lauras", testimonial: "Exceptional plumbing service, very clean and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/box-pov-girl-parcel-unboxing-joy_169016-68951.jpg"},
+ { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Dave is a true professional. Extremely courteous and outstanding quality work.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-customer-making-like-gesture-with-both-hands_74855-3666.jpg" },
+ { id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "Honest, efficient, and knows exactly what he's doing. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg" },
+ { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Very knowledgeable and took time to explain everything. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-young-black-mulatto-woman-beige-shirt-crossing-arms-chest-looking-with-confident-toothy-smile-posing-indoors-against-stylish-kitchen-interior_343059-2649.jpg" },
+ { id: "4", name: "David K.", handle: "@davidk", testimonial: "Quick turnaround and perfect fix. Will call again.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-blue-house-hands_23-2147694208.jpg" },
+ { id: "5", name: "Laura S.", handle: "@lauras", testimonial: "Exceptional plumbing service, very clean and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/box-pov-girl-parcel-unboxing-joy_169016-68951.jpg" },
]}
title="What Customers Say"
description="Trusted by our community for honest work."
@@ -161,10 +117,10 @@ export default function LandingPage() {
description="Simple, transparent pricing for all our plumbing services."
plans={[
{
- name: "Basic Service Call", price: "$99", description: "Standard diagnostic and quick fix.", features: ["Diagnostic", "Minor Adjustment"]
+ price: "$99", description: "Standard diagnostic and quick fix.", features: ["Diagnostic", "Minor Adjustment"]
},
{
- name: "Full Maintenance", price: "$299", description: "Comprehensive system check-up.", features: ["Full Inspection", "Drain Flush", "System Tuning"]
+ price: "$299", description: "Comprehensive system check-up.", features: ["Full Inspection", "Drain Flush", "System Tuning"]
}
]}
/>
@@ -173,14 +129,12 @@ export default function LandingPage() {
@@ -189,23 +143,17 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file