diff --git a/src/app/page.tsx b/src/app/page.tsx index 32236a6..d48e144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,31 +47,20 @@ export default function LandingPage() {
@@ -93,17 +74,11 @@ export default function LandingPage() { description="At RBG Plumbing, we pride ourselves on transparent pricing, punctual service, and solving complex plumbing challenges with precision. Your home's comfort and safety are our priority." bulletPoints={[ { - title: "24/7 Emergency Support", - description: "We are here for you whenever trouble strikes.", - }, + title: "24/7 Emergency Support", description: "We are here for you whenever trouble strikes."}, { - title: "Licensed Professionals", - description: "Highly trained experts with up-to-date certifications.", - }, + title: "Licensed Professionals", description: "Highly trained experts with up-to-date certifications."}, { - title: "Eco-Friendly Solutions", - description: "Committed to sustainable and water-efficient practices.", - }, + title: "Eco-Friendly Solutions", description: "Committed to sustainable and water-efficient practices."}, ]} imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10808.jpg" imageAlt="Plumbing team members working" @@ -118,28 +93,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Leak Detection", - description: "Advanced diagnostic tools to find hidden leaks.", - bentoComponent: "reveal-icon", - icon: Search, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg", - imageAlt: "kitchen sink pipe maintenance", + title: "Leak Detection", description: "Advanced diagnostic tools to find hidden leaks.", bentoComponent: "reveal-icon", icon: Search, }, { - title: "Drain Services", - description: "Clearing blockages quickly and thoroughly.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=2", - imageAlt: "kitchen sink pipe maintenance", + title: "Drain Services", description: "Clearing blockages quickly and thoroughly.", bentoComponent: "reveal-icon", icon: Droplets, }, { - title: "Water Heater", - description: "Repairs, maintenance, and expert installation.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-restroom-wall-hung-toilet-matte-black-fixtures_169016-68901.jpg?_wi=2", - imageAlt: "kitchen sink pipe maintenance", + title: "Water Heater", description: "Repairs, maintenance, and expert installation.", bentoComponent: "reveal-icon", icon: Flame, }, ]} title="Comprehensive Plumbing Services" @@ -154,22 +114,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - title: "Happy Clients", - value: "2,500+", - icon: Smile, + id: "m1", title: "Happy Clients", value: "2,500+", icon: Smile, }, { - id: "m2", - title: "Years of Service", - value: "15+", - icon: Calendar, + id: "m2", title: "Years of Service", value: "15+", icon: Calendar, }, { - id: "m3", - title: "Successful Jobs", - value: "5,000+", - icon: Award, + id: "m3", title: "Successful Jobs", value: "5,000+", icon: Award, }, ]} title="Plumbing Excellence by the Numbers" @@ -185,25 +136,15 @@ export default function LandingPage() { author="Mark D." avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-cheerful-overjoyed-male-with-bushy-hairdo-smiles-happily_273609-8518.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/portrait-cheerful-overjoyed-male-with-bushy-hairdo-smiles-happily_273609-8518.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/smiling-aged-man-with-grey-hair_23-2148036815.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/smiling-aged-man-with-grey-hair_23-2148036815.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/people-beauty-positive-emotions-concept-attractive-smiling-young-woman-with-bobbed-hairdo-dressed-green-casual-sweater-glad-recieve-present_273609-3743.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/people-beauty-positive-emotions-concept-attractive-smiling-young-woman-with-bobbed-hairdo-dressed-green-casual-sweater-glad-recieve-present_273609-3743.jpg", alt: "Client 5"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -216,20 +157,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you charge for quotes?", - content: "No, all estimates for new installations and major repairs are provided free of charge.", - }, + id: "f1", title: "Do you charge for quotes?", content: "No, all estimates for new installations and major repairs are provided free of charge."}, { - id: "f2", - title: "Are you licensed and insured?", - content: "Yes, RBG Plumbing is fully licensed and insured for your peace of mind.", - }, + id: "f2", title: "Are you licensed and insured?", content: "Yes, RBG Plumbing is fully licensed and insured for your peace of mind."}, { - id: "f3", - title: "What areas do you serve?", - content: "We proudly serve Hawthorne and the immediate surrounding areas.", - }, + id: "f3", title: "What areas do you serve?", content: "We proudly serve Hawthorne and the immediate surrounding areas."}, ]} title="Frequently Asked Questions" description="Common inquiries about our plumbing services." @@ -241,8 +173,7 @@ export default function LandingPage() {