diff --git a/src/app/page.tsx b/src/app/page.tsx index e276ab7..e2de317 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,30 +33,15 @@ export default function LandingPage() { @@ -65,31 +50,22 @@ export default function LandingPage() {
@@ -130,41 +98,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah L.", - handle: "Homeowner, Crystal Lake", - testimonial: "D & D Plumbing saved us during a basement flood! Professional, quick, and incredibly efficient. Highly recommend their emergency service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg?_wi=2", - imageAlt: "Sarah L.", - }, + id: "1", name: "Sarah L.", handle: "Homeowner, Crystal Lake", testimonial: "D & D Plumbing saved us during a basement flood! Professional, quick, and incredibly efficient. Highly recommend their emergency service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg", imageAlt: "Sarah L."}, { - id: "2", - name: "Mark T.", - handle: "Business Owner, Lake in the Hills", - testimonial: "Had a new water heater installed. The team was knowledgeable, clean, and the price was fair. Excellent service all around.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-using-laptop-cafe_1303-20036.jpg?_wi=2", - imageAlt: "Mark T.", - }, + id: "2", name: "Mark T.", handle: "Business Owner, Lake in the Hills", testimonial: "Had a new water heater installed. The team was knowledgeable, clean, and the price was fair. Excellent service all around.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-using-laptop-cafe_1303-20036.jpg", imageAlt: "Mark T."}, { - id: "3", - name: "Emily R.", - handle: "Resident, Cary", - testimonial: "Our drains were constantly backing up. D & D Plumbing came out, diagnosed the issue quickly, and now everything runs perfectly. Fantastic work!", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-two-coworkers-standing-cozy-office-interior_273609-14160.jpg?_wi=2", - imageAlt: "Emily R.", - }, + id: "3", name: "Emily R.", handle: "Resident, Cary", testimonial: "Our drains were constantly backing up. D & D Plumbing came out, diagnosed the issue quickly, and now everything runs perfectly. Fantastic work!", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-two-coworkers-standing-cozy-office-interior_273609-14160.jpg", imageAlt: "Emily R."}, { - id: "4", - name: "David W.", - handle: "Property Manager, Woodstock", - testimonial: "Always our go-to for any plumbing needs. Honest, friendly, and they get the job done right the first time. Couldn't ask for more.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2", - imageAlt: "David W.", - }, + id: "4", name: "David W.", handle: "Property Manager, Woodstock", testimonial: "Always our go-to for any plumbing needs. Honest, friendly, and they get the job done right the first time. Couldn't ask for more.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "David W."}, ]} showRating={true} title="Trusted by Homes and Businesses in Crystal Lake" @@ -178,30 +122,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What areas do you serve?", - content: "We proudly serve Crystal Lake, IL, and surrounding communities including Lake in the Hills, Cary, Algonquin, Woodstock, and Huntley for all plumbing needs.", - }, + id: "1", title: "What areas do you serve?", content: "We proudly serve Crystal Lake, IL, and surrounding communities including Lake in the Hills, Cary, Algonquin, Woodstock, and Huntley for all plumbing needs."}, { - id: "2", - title: "Do you offer emergency services?", - content: "Yes, we offer 24/7 emergency plumbing services. Don't hesitate to call us anytime for urgent plumbing needs; we're ready to help.", - }, + id: "2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing services. Don't hesitate to call us anytime for urgent plumbing needs; we're ready to help."}, { - id: "3", - title: "How often should I have my drains cleaned?", - content: "Regular drain cleaning every 1-2 years can prevent major blockages and costly repairs. If you notice slow drains or recurring clogs, it's time for a professional cleaning.", - }, + id: "3", title: "How often should I have my drains cleaned?", content: "Regular drain cleaning every 1-2 years can prevent major blockages and costly repairs. If you notice slow drains or recurring clogs, it's time for a professional cleaning."}, { - id: "4", - title: "What brands of water heaters do you install?", - content: "We work with all major water heater brands and can recommend the best option for your home's needs and budget, including tankless, traditional, and heat pump models.", - }, + id: "4", title: "What brands of water heaters do you install?", content: "We work with all major water heater brands and can recommend the best option for your home's needs and budget, including tankless, traditional, and heat pump models."}, { - id: "5", - title: "Is your work guaranteed?", - content: "Absolutely. We stand by the quality of our work with a comprehensive guarantee. Your satisfaction and peace of mind are our top priorities.", - }, + id: "5", title: "Is your work guaranteed?", content: "Absolutely. We stand by the quality of our work with a comprehensive guarantee. Your satisfaction and peace of mind are our top priorities."}, ]} title="Common Plumbing Questions & Answers" description="Find answers to the most common questions about our plumbing services, scheduling, and what to expect from D & D Plumbing." @@ -213,58 +142,35 @@ export default function LandingPage() {