diff --git a/src/app/page.tsx b/src/app/page.tsx index e75cea4..670f17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { AlertCircle, CheckCircle, Wrench, TrendingUp, Star, HelpCircle, Zap, Droplet, Pipe, Home, Settings, Shield, ThumbsUp } from "lucide-react"; +import { AlertCircle, CheckCircle, Wrench, TrendingUp, Star, HelpCircle, Zap, Droplet, Home, Settings, Shield, ThumbsUp } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; @@ -50,16 +50,17 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg" imageAlt="Professional plumber fixing pipes" mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Jennifer Martinez", handle: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. Professional and affordable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jennifer Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer Martinez"}, { name: "Robert Chen", handle: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=1", imageAlt: "Robert Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg", imageAlt: "Robert Chen"}, { name: "Sarah Williams", handle: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything. No hidden fees, just great service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=1", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", imageAlt: "Sarah Williams"}, ]} buttons={[ { text: "Call Now", href: "contact" }, @@ -97,7 +98,7 @@ export default function LandingPage() { icon: Droplet, title: "Water Heater Installation", description: "Professional installation and repair of traditional and tankless water heaters for optimal performance."}, { - icon: Pipe, + icon: Home, title: "Drain Cleaning", description: "Advanced drain cleaning using modern equipment to clear clogs and prevent future blockages."}, { icon: Home, @@ -155,13 +156,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Jennifer Martinez", role: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. The technicians were professional, courteous, and explained everything clearly. No hidden fees!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Jennifer Martinez", icon: ThumbsUp, + id: "1", name: "Jennifer Martinez", role: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. The technicians were professional, courteous, and explained everything clearly. No hidden fees!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer Martinez", icon: ThumbsUp, }, { - id: "2", name: "Robert Chen", role: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office. Regular maintenance saved us thousands in potential water damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=2", imageAlt: "Robert Chen", icon: ThumbsUp, + id: "2", name: "Robert Chen", role: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office. Regular maintenance saved us thousands in potential water damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg", imageAlt: "Robert Chen", icon: ThumbsUp, }, { - id: "3", name: "Sarah Williams", role: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything and didn't push unnecessary services. Fair pricing and excellent workmanship. Will definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=2", imageAlt: "Sarah Williams", icon: ThumbsUp, + id: "3", name: "Sarah Williams", role: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything and didn't push unnecessary services. Fair pricing and excellent workmanship. Will definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", imageAlt: "Sarah Williams", icon: ThumbsUp, }, { id: "4", name: "Michael Thompson", role: "Property Manager, Oak Cliff", testimonial: "We manage 15 properties and use Dallas Plumbing Pros for all of them. Reliable, professional, and they always show up when scheduled.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair_23-2148728586.jpg", imageAlt: "Michael Thompson", icon: ThumbsUp, @@ -205,7 +206,7 @@ export default function LandingPage() {