diff --git a/src/app/page.tsx b/src/app/page.tsx index 77c861c..ea62472 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Phone, AlertCircle, CreditCard } from "lucide-react"; export default function LandingPage() { return ( @@ -30,44 +31,37 @@ export default function LandingPage() { +
+
+ + Emergency Services Available 24/7 +
+ + + +
+ +
+ Financing Available - Flexible Payment Plans for All Projects +
+
@@ -93,21 +82,9 @@ export default function LandingPage() { title="Expert Plumbing Solutions" description="We specialize in installations, repairs, drain cleaning, and inspections to keep your home running smoothly." accordionItems={[ - { - id: "f1", - title: "Installation", - content: "Faucet, shower, toilet, water heater, and sump pump installations.", - }, - { - id: "f2", - title: "Repairs", - content: "Leak repairs, pipe fixes, and emergency system diagnostics.", - }, - { - id: "f3", - title: "Drain & Sewer", - content: "Professional drain and sewer line cleaning services.", - }, + { id: "f1", title: "Installation", content: "Faucet, shower, toilet, water heater, and sump pump installations." }, + { id: "f2", title: "Repairs", content: "Leak repairs, pipe fixes, and emergency system diagnostics." }, + { id: "f3", title: "Drain & Sewer", content: "Professional drain and sewer line cleaning services." }, ]} mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg" @@ -121,54 +98,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - badge: "Basic", - price: "$95", - subtitle: "Minor Repairs", - features: [ - "Faucet Repair", - "Garbage Disposal Fix", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - }, - { - id: "p2", - badge: "Popular", - price: "$150", - subtitle: "Common Services", - features: [ - "Leak Detection", - "Drain Cleaning", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - }, - { - id: "p3", - badge: "Advanced", - price: "$650", - subtitle: "Full Installations", - features: [ - "Sump Pump Install", - "Custom Plumbing", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - }, + { id: "p1", badge: "Basic", price: "$95", subtitle: "Minor Repairs", features: ["Faucet Repair", "Garbage Disposal Fix"], buttons: [{ text: "Book Now", href: "#contact" }] }, + { id: "p2", badge: "Popular", price: "$150", subtitle: "Common Services", features: ["Leak Detection", "Drain Cleaning"], buttons: [{ text: "Book Now", href: "#contact" }] }, + { id: "p3", badge: "Advanced", price: "$650", subtitle: "Full Installations", features: ["Sump Pump Install", "Custom Plumbing"], buttons: [{ text: "Book Now", href: "#contact" }] }, ]} title="Service Pricing" description="Transparent starting prices for residential plumbing." @@ -176,71 +108,26 @@ export default function LandingPage() {
- +
@@ -269,36 +149,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file