diff --git a/src/app/page.tsx b/src/app/page.tsx index 3435aaf..cde1580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,10 +19,10 @@ import { Droplet, Eye, Flame, - HandShake, + Handshake, Home, MapPin, - Pipe, + PipewrenchLucide, Phone, Shield, Sparkles, @@ -122,7 +122,7 @@ export default function LandingPage() { }, { title: "Drain & Pipe Issues", description: "Expert drain cleaning and pipe repair solutions", bentoComponent: "icon-info-cards", items: [ - { icon: Pipe, label: "Pipe Repair", value: "Advanced" }, + { icon: Wrench, label: "Pipe Repair", value: "Advanced" }, { icon: Zap, label: "Drain Clean", value: "Professional" }, ], }, @@ -181,7 +181,7 @@ export default function LandingPage() { items: [ { icon: DollarSign, ring: 1 }, { icon: Eye, ring: 1 }, - { icon: HandShake, ring: 2 }, + { icon: Handshake, ring: 2 }, { icon: CheckCircle, ring: 2 }, ], }, @@ -210,27 +210,33 @@ export default function LandingPage() { { id: "1", title: "Fast and Knowledgeable Service", quote: "Russell came out the same day I called. He diagnosed the problem immediately and fixed it right. Very professional and honest pricing. Highly recommend!", name: "Sarah Johnson", role: "Homeowner, Brentwood", imageSrc: - "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", imageAlt: "Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", imageAlt: "Sarah Johnson" + }, { id: "2", title: "Exceptional Work Quality", quote: "Monica replaced our water heater and did an amazing job. Clean work, explained everything, and finished ahead of schedule. Five stars!", name: "Michael Chen", role: "Property Manager", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Michael Chen" + }, { id: "3", title: "Reliable Emergency Service", quote: "Had a burst pipe at midnight. Christian arrived quickly, fixed it professionally, and explained prevention steps. Best plumber in Brentwood!", name: "Emily Rodriguez", role: "Business Owner", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg", imageAlt: "Emily Rodriguez" + }, { id: "4", title: "Honest and Trustworthy", quote: "They could have upsold us on a new system, but Russell honestly said our pipes just needed cleaning. That's the kind of integrity I appreciate.", name: "David Kim", role: "Homeowner", imageSrc: - "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990136.jpg", imageAlt: "David Kim"}, + "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990136.jpg", imageAlt: "David Kim" + }, { id: "5", title: "Professional Team", quote: "Monica handled a complex leak detection job with precision. Used advanced technology and communicated every step. Worth every penny!", name: "Jennifer Lopez", role: "Property Owner", imageSrc: - "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg", imageAlt: "Jennifer Lopez"}, + "http://img.b2bpic.net/free-photo/woman-talking-phone-home_23-2148990135.jpg", imageAlt: "Jennifer Lopez" + }, { id: "6", title: "Friendly and Efficient", quote: "Christian's expertise is unmatched. He fixed our drain issue and gave us maintenance tips to prevent future problems. Excellent service!", name: "Thomas Walsh", role: "Homeowner", imageSrc: - "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Thomas Walsh"}, + "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Thomas Walsh" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -259,7 +265,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Brentwood Homeowners", "Local Property Managers", "Residential Communities", "Business Owners", "Facility Managers", "Multi-Family Properties", "HOA Associations", "Real Estate Agents"]} + "Brentwood Homeowners", "Local Property Managers", "Residential Communities", "Business Owners", "Facility Managers", "Multi-Family Properties", "HOA Associations", "Real Estate Agents" + ]} speed={40} showCard={true} />