diff --git a/src/app/page.tsx b/src/app/page.tsx
index eda714b..8c58894 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Clock, Facebook, Instagram, ShieldCheck, ThumbsUp, Twitter } from "lucide-react";
+import { Clock, Facebook, Instagram, ShieldCheck, ThumbsUp, Twitter, Zap, Flame, Droplets, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -51,49 +42,23 @@ export default function LandingPage() {
@@ -104,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Built on Trust & Precision"
metrics={[
- {
- icon: ShieldCheck,
- label: "Licensed & Insured",
- value: "100%",
- },
- {
- icon: Clock,
- label: "Average Response",
- value: "1 Hour",
- },
- {
- icon: ThumbsUp,
- label: "Satisfaction Rate",
- value: "99%",
- },
+ { icon: ShieldCheck, label: "Licensed & Insured", value: "100%" },
+ { icon: Clock, label: "Average Response", value: "1 Hour" },
+ { icon: ThumbsUp, label: "Satisfaction Rate", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -129,30 +82,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Emergency Repair",
- description: "Rapid response for burst pipes, leaks, and urgent plumbing failures.",
- imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Water Heaters",
- description: "Professional installation and repair of gas, electric, and tankless units.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
- buttonIcon: "Flame",
- },
- {
- title: "Drain Cleaning",
- description: "Advanced hydro-jetting and clearing services for persistent blockages.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg",
- buttonIcon: "Droplets",
- },
- {
- title: "Fixture Upgrades",
- description: "Seamless installation of faucets, sinks, toilets, and specialized showers.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg",
- buttonIcon: "Wrench",
- },
+ { title: "Emergency Repair", description: "Rapid response for burst pipes, leaks, and urgent plumbing failures.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", buttonIcon: Zap },
+ { title: "Water Heaters", description: "Professional installation and repair of gas, electric, and tankless units.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", buttonIcon: Flame },
+ { title: "Drain Cleaning", description: "Advanced hydro-jetting and clearing services for persistent blockages.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg", buttonIcon: Droplets },
+ { title: "Fixture Upgrades", description: "Seamless installation of faucets, sinks, toilets, and specialized showers.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg", buttonIcon: Wrench },
]}
title="Our Professional Services"
description="Comprehensive solutions for all residential and commercial plumbing requirements."
@@ -165,57 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic",
- badge: "Essential",
- price: "$120",
- subtitle: "Basic repair and diagnostic call",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Diagnostic check",
- "First hour of repair",
- "Standard tools",
- ],
- },
- {
- id: "standard",
- badge: "Recommended",
- price: "$295",
- subtitle: "Full drain cleaning and clear",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Drain inspection",
- "Hydro-jetting",
- "6-month guarantee",
- ],
- },
- {
- id: "premium",
- badge: "Pro Service",
- price: "$550",
- subtitle: "Water heater maintenance/flush",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "System flush",
- "Safety check",
- "Valve inspection",
- ],
- },
+ { id: "basic", badge: "Essential", price: "$120", subtitle: "Basic repair and diagnostic call", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Diagnostic check", "First hour of repair", "Standard tools"] },
+ { id: "standard", badge: "Recommended", price: "$295", subtitle: "Full drain cleaning and clear", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Drain inspection", "Hydro-jetting", "6-month guarantee"] },
+ { id: "premium", badge: "Pro Service", price: "$550", subtitle: "Water heater maintenance/flush", buttons: [{ text: "Book Now", href: "#contact" }], features: ["System flush", "Safety check", "Valve inspection"] },
]}
title="Transparent Service Rates"
description="Clear pricing with no hidden fees for all plumbing needs."
@@ -229,21 +114,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "99.2%",
- description: "Client satisfaction rate on initial fix.",
- },
- {
- id: "m2",
- value: "12,000+",
- description: "Total plumbing issues resolved.",
- },
- {
- id: "m3",
- value: "45 min",
- description: "Avg arrival time for emergencies.",
- },
+ { id: "m1", value: "99.2%", description: "Client satisfaction rate on initial fix." },
+ { id: "m2", value: "12,000+", description: "Total plumbing issues resolved." },
+ { id: "m3", value: "45 min", description: "Avg arrival time for emergencies." },
]}
title="Proven Performance"
description="Delivering excellence in every pipe we turn."
@@ -256,49 +129,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Alice Johnson",
- handle: "@alicej",
- testimonial: "Fastest plumber I've ever hired. Fixed my leak in under an hour.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-woman-sitting-couch_344912-1149.jpg",
- },
- {
- id: "t2",
- name: "Mark Miller",
- handle: "@mmiller",
- testimonial: "Very transparent pricing and professional. Highly recommended team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-young-builder-woman-uniform-holding-hands-together-isolated-purple-wall_141793-102751.jpg",
- },
- {
- id: "t3",
- name: "Elena Smith",
- handle: "@elenas",
- testimonial: "Great experience with my water heater upgrade. Works perfectly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg",
- },
- {
- id: "t4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Professional, clean, and efficient plumbing services. 5 stars.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
- },
- {
- id: "t5",
- name: "Sarah Wilson",
- handle: "@sarahw",
- testimonial: "Fixed my sewer line issues without breaking the bank. Fantastic.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
- },
+ { id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "Fastest plumber I've ever hired. Fixed my leak in under an hour.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-woman-sitting-couch_344912-1149.jpg" },
+ { id: "t2", name: "Mark Miller", handle: "@mmiller", testimonial: "Very transparent pricing and professional. Highly recommended team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-builder-woman-uniform-holding-hands-together-isolated-purple-wall_141793-102751.jpg" },
+ { id: "t3", name: "Elena Smith", handle: "@elenas", testimonial: "Great experience with my water heater upgrade. Works perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg" },
+ { id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Professional, clean, and efficient plumbing services. 5 stars.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" },
+ { id: "t5", name: "Sarah Wilson", handle: "@sarahw", testimonial: "Fixed my sewer line issues without breaking the bank. Fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg" },
]}
showRating={true}
title="Trusted by Local Homeowners"
+ description="See what our customers say about our reliable and professional plumbing services."
/>
@@ -306,21 +145,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file