From c9994329b5f66cb5817f5bcced7f2ba1b6e12383 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:07:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 142 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45592f4..c3415eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,41 +46,24 @@ export default function LandingPage() {
@@ -100,9 +75,7 @@ export default function LandingPage() { title="Fully Insured Professional Care for Your Property" buttons={[ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} />
@@ -115,19 +88,13 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Pressure Washing", - description: "Safe, effective exterior cleaning for siding, driveways, and roofs.", - }, + title: "Pressure Washing", description: "Safe, effective exterior cleaning for siding, driveways, and roofs."}, { icon: Leaf, - title: "Expert Landscaping", - description: "Lawn maintenance, planting, and landscape design tailored to your vision.", - }, + title: "Expert Landscaping", description: "Lawn maintenance, planting, and landscape design tailored to your vision."}, { icon: ShieldCheck, - title: "Fully Insured", - description: "Total peace of mind with complete professional insurance coverage.", - }, + title: "Fully Insured", description: "Total peace of mind with complete professional insurance coverage."}, ]} title="Comprehensive Exterior Services" description="We specialize in restoring curb appeal and maintaining beautiful landscapes for homeowners in Wilmington, NC." @@ -141,40 +108,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - testimonial: "Excellent service and very professional team. My home looks brand new again!", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Excellent service and very professional team. My home looks brand new again!", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2"}, { - id: "2", - name: "Michael R.", - role: "Homeowner", - testimonial: "Best landscaping job I've had. Fast, reliable, and very thorough.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", - }, + id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Best landscaping job I've had. Fast, reliable, and very thorough.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"}, { - id: "3", - name: "Linda M.", - role: "Homeowner", - testimonial: "Pressure washing was top notch. The driveways and siding are spotless.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-watering-plants_23-2148683754.jpg", - }, + id: "3", name: "Linda M.", role: "Homeowner", testimonial: "Pressure washing was top notch. The driveways and siding are spotless.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-watering-plants_23-2148683754.jpg"}, { - id: "4", - name: "David W.", - role: "Homeowner", - testimonial: "Great attention to detail. Highly recommend to anyone in Wilmington.", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg", - }, + id: "4", name: "David W.", role: "Homeowner", testimonial: "Great attention to detail. Highly recommend to anyone in Wilmington.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg"}, { - id: "5", - name: "Emily P.", - role: "Homeowner", - testimonial: "Friendly team and amazing results. Will be hiring them for regular lawn care.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg", - }, + id: "5", name: "Emily P.", role: "Homeowner", testimonial: "Friendly team and amazing results. Will be hiring them for regular lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"}, ]} title="Trusted by Your Neighbors" description="See why homeowners in Wilmington rely on our professional services." @@ -187,20 +129,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How do I get a free estimate?", - content: "You can call or text us anytime at 919-426-0754 or email us at lizardlickpwl@gmail.com.", - }, + id: "f1", title: "How do I get a free estimate?", content: "You can call or text us anytime at 919-426-0754 or email us at lizardlickpwl@gmail.com."}, { - id: "f2", - title: "Are you fully insured?", - content: "Yes, we are a fully insured company, providing peace of mind for all our residential services.", - }, + id: "f2", title: "Are you fully insured?", content: "Yes, we are a fully insured company, providing peace of mind for all our residential services."}, { - id: "f3", - title: "Where do you operate?", - content: "We proudly serve Wilmington, NC and the surrounding areas.", - }, + id: "f3", title: "Where do you operate?", content: "We proudly serve Wilmington, NC and the surrounding areas."}, ]} title="Frequently Asked Questions" description="We're happy to answer common questions about our pressure washing and landscaping services." @@ -212,8 +145,7 @@ export default function LandingPage() { @@ -223,33 +155,21 @@ export default function LandingPage() { logoText="Lizard Lick Pressure Washing & Landscaping" 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"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1