From 2342ffd0b2975962cb5e91dfd3b93f2f82ce46b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 00:23:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a0e8e4..c547492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,74 +30,43 @@ export default function LandingPage() {
@@ -107,14 +76,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Licensed", - "Insured", - "24/7 Emergency", - "Guaranteed Work", - "Family Owned", - "Eco Friendly", - "Expert Team", - ]} + "Licensed", "Insured", "24/7 Emergency", "Guaranteed Work", "Family Owned", "Eco Friendly", "Expert Team"]} title="Trusted by Thousands" description="The gold standard in home maintenance." /> @@ -127,17 +89,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Kitchen Remodeling", - "Leak Detection", - "Full Pipe Repiping", - ], + "Kitchen Remodeling", "Leak Detection", "Full Pipe Repiping"], }} positiveCard={{ items: [ - "Emergency Plumbing", - "Drain Cleaning", - "Water Heater Installation", - ], + "Emergency Plumbing", "Drain Cleaning", "Water Heater Installation"], }} title="Our Professional Services" description="Comprehensive solutions tailored for luxury estates and modern homes." @@ -150,9 +106,7 @@ export default function LandingPage() { title="A Legacy of Excellence" buttons={[ { - text: "Learn About Our 25 Years", - href: "#contact", - }, + text: "Learn About Our 25 Years", href: "#contact"}, ]} /> @@ -164,40 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Doe", - handle: "@johndoe", - testimonial: "The gold standard in plumbing. Prompt, clean, and extremely professional.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-spending-quality-moments-together_23-2149117559.jpg?_wi=1", - }, + id: "1", name: "John Doe", handle: "@johndoe", testimonial: "The gold standard in plumbing. Prompt, clean, and extremely professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-spending-quality-moments-together_23-2149117559.jpg?_wi=1"}, { - id: "2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Saved us during a midnight emergency. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-plus-size-woman-making-notes-her-copybook-using-wireless-internet-connection-laptop_343059-3891.jpg?_wi=1", - }, + id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Saved us during a midnight emergency. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-plus-size-woman-making-notes-her-copybook-using-wireless-internet-connection-laptop_343059-3891.jpg?_wi=1"}, { - id: "3", - name: "Mike Brown", - handle: "@mikeb", - testimonial: "Incredible attention to detail on our remodeling project.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-builder-holding-blank-board_171337-18083.jpg", - }, + id: "3", name: "Mike Brown", handle: "@mikeb", testimonial: "Incredible attention to detail on our remodeling project.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-builder-holding-blank-board_171337-18083.jpg"}, { - id: "4", - name: "Emily White", - handle: "@ewhite", - testimonial: "Professional, reliable, and family-owned feel. Great service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-spending-quality-moments-together_23-2149117559.jpg?_wi=2", - }, + id: "4", name: "Emily White", handle: "@ewhite", testimonial: "Professional, reliable, and family-owned feel. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-spending-quality-moments-together_23-2149117559.jpg?_wi=2"}, { - id: "5", - name: "Sarah Jenkins", - handle: "@sjenkins", - testimonial: "Exceptional communication throughout the entire repair process.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-plus-size-woman-making-notes-her-copybook-using-wireless-internet-connection-laptop_343059-3891.jpg?_wi=2", - }, + id: "5", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "Exceptional communication throughout the entire repair process.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-plus-size-woman-making-notes-her-copybook-using-wireless-internet-connection-laptop_343059-3891.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Luxury service, reliable results." @@ -207,29 +136,18 @@ export default function LandingPage() {
@@ -240,42 +158,27 @@ export default function LandingPage() { logoText="Master Plumbing" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Emergency", - href: "#contact", - }, + label: "Emergency", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "License #12345", - href: "#", - }, + label: "License #12345", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} @@ -284,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file