diff --git a/src/app/page.tsx b/src/app/page.tsx index a74f60e..acd3cc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,37 +49,24 @@ export default function LandingPage() {
@@ -112,45 +89,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Leak Detection", - tags: [ - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", - }, + id: "f1", title: "Leak Detection", tags: [ + "Maintenance"], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg"}, { - id: "f2", - title: "Drain Cleaning", - tags: [ - "Emergency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg", - }, + id: "f2", title: "Drain Cleaning", tags: [ + "Emergency"], + imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg"}, { - id: "f3", - title: "Water Heaters", - tags: [ - "Installation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", - }, + id: "f3", title: "Water Heaters", tags: [ + "Installation"], + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg"}, { - id: "f4", - title: "Fixture Repair", - tags: [ - "General", - ], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721533.jpg", - }, + id: "f4", title: "Fixture Repair", tags: [ + "General"], + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721533.jpg"}, { - id: "f5", - title: "System Inspections", - tags: [ - "Safety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", - }, + id: "f5", title: "System Inspections", tags: [ + "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg"}, ]} title="Our Professional Services" description="From emergency repairs to routine maintenance, we have the tools and experience to solve any plumbing issue." @@ -163,45 +120,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Service", - quote: "Good service, friendly staff, would recommend.", - name: "Satisfied Customer", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - }, + id: "1", title: "Great Service", quote: "Good service, friendly staff, would recommend.", name: "Satisfied Customer", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"}, { - id: "2", - title: "Fast Response", - quote: "Very friendly and responded quickly at a great price.", - name: "Mike R.", - role: "Resident", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", - }, + id: "2", title: "Fast Response", quote: "Very friendly and responded quickly at a great price.", name: "Mike R.", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg"}, { - id: "3", - title: "Budget Friendly", - quote: "Budget friendly too! Recommending them to all of my friends and family.", - name: "Local Resident", - role: "Community Member", - imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-125543.jpg", - }, + id: "3", title: "Budget Friendly", quote: "Budget friendly too! Recommending them to all of my friends and family.", name: "Local Resident", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-125543.jpg"}, { - id: "4", - title: "Excellent Work", - quote: "Fast and effective service for our kitchen pipes.", - name: "Jane Doe", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-uniform-yellow-desk-color-constructor-building-architecture-job-structure-worker_140725-112487.jpg", - }, + id: "4", title: "Excellent Work", quote: "Fast and effective service for our kitchen pipes.", name: "Jane Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-uniform-yellow-desk-color-constructor-building-architecture-job-structure-worker_140725-112487.jpg"}, { - id: "5", - title: "Top Professionals", - quote: "Highly reliable and very pleasant staff.", - name: "Robert S.", - role: "Resident", - imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-signing-paper_1157-35362.jpg", - }, + id: "5", title: "Top Professionals", quote: "Highly reliable and very pleasant staff.", name: "Robert S.", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-signing-paper_1157-35362.jpg"}, ]} title="Hear From Our Neighbors" description="With 118 reviews and a 4.5-star rating, we are proud to be a trusted name in local plumbing services." @@ -215,20 +142,11 @@ export default function LandingPage() { tag="Reliability" metrics={[ { - id: "m1", - value: "118+", - description: "Customer Reviews", - }, + id: "m1", value: "118+", description: "Customer Reviews"}, { - id: "m2", - value: "4.5★", - description: "Average Rating", - }, + id: "m2", value: "4.5★", description: "Average Rating"}, { - id: "m3", - value: "Local", - description: "Richardson Community", - }, + id: "m3", value: "Local", description: "Richardson Community"}, ]} />
@@ -238,27 +156,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Your Plumbers" tag="Expert Team" + membersAnimation="slide-up" members={[ { - id: "t1", - name: "Professional Tech", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", - }, + id: "t1", name: "Professional Tech", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg"}, { - id: "t2", - name: "Service Lead", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg", - }, + id: "t2", name: "Service Lead", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg"}, { - id: "t3", - name: "Plumbing Expert", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner_23-2149434511.jpg", - }, + id: "t3", name: "Plumbing Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner_23-2149434511.jpg"}, { - id: "t4", - name: "Support Staff", - imageSrc: "http://img.b2bpic.net/free-photo/maintenance-workers-special-unform-tool-belts_273609-8287.jpg", - }, + id: "t4", name: "Support Staff", imageSrc: "http://img.b2bpic.net/free-photo/maintenance-workers-special-unform-tool-belts_273609-8287.jpg"}, ]} memberVariant="card" /> @@ -270,20 +177,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer emergency services?", - content: "Yes, we are quick to respond to emergency plumbing needs.", - }, + id: "q1", title: "Do you offer emergency services?", content: "Yes, we are quick to respond to emergency plumbing needs."}, { - id: "q2", - title: "Are you located in Richardson?", - content: "Yes, we are conveniently located in the Arapaho Business Park.", - }, + id: "q2", title: "Are you located in Richardson?", content: "Yes, we are conveniently located in the Arapaho Business Park."}, { - id: "q3", - title: "Are you budget-friendly?", - content: "Absolutely! We pride ourselves on providing high-quality service at a price you'll love.", - }, + id: "q3", title: "Are you budget-friendly?", content: "Absolutely! We pride ourselves on providing high-quality service at a price you'll love."}, ]} title="Common Questions" description="Have questions about our services in Richardson?" @@ -295,14 +193,11 @@ export default function LandingPage() { @@ -312,33 +207,21 @@ export default function LandingPage() { logoText="Texas Green Plumbing" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "972-498-1047", - href: "tel:+19724981047", - }, + label: "972-498-1047", href: "tel:+19724981047"}, { - label: "1300 E Arapaho Rd #101, Richardson, TX", - href: "#", - }, + label: "1300 E Arapaho Rd #101, Richardson, TX", href: "#"}, ], }, ]}