From 4e9b77cf795d18463342e35323f3df3c765f0d38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:11:25 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 146 ++++++-------------------------------- 1 file changed, 22 insertions(+), 124 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 22b5f14..71e6dd1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -58,42 +44,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lawn Care", - description: "Expert mowing, edging, and trimming to keep your property looking pristine.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=4", - imageAlt: "lawn care service", + title: "Lawn Care", description: "Expert mowing, edging, and trimming to keep your property looking pristine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" }, }, { id: 2, - title: "Window Washing", - description: "Residential and commercial window cleaning services for a crystal clear view.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=3", - imageAlt: "happy homeowner", + title: "Window Washing", description: "Residential and commercial window cleaning services for a crystal clear view.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" }, }, { id: 3, - title: "Pressure Washing", - description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=2", - imageAlt: "happy homeowner", + title: "Pressure Washing", description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" }, }, ]} showStepNumbers={false} @@ -109,52 +71,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - name: "Lawn Maintenance", - price: "From $49", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Mowing", - "Edging", - "Trimming", - ], + id: "basic", name: "Lawn Maintenance", price: "From $49", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Mowing", "Edging", "Trimming"], }, { - id: "pro", - name: "Window Wash", - price: "From $99", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Interior/Exterior", - "Glass Care", - "Frame Cleanup", - ], + id: "pro", name: "Window Wash", price: "From $99", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Interior/Exterior", "Glass Care", "Frame Cleanup"], }, { - id: "enterprise", - name: "Pressure Wash", - price: "From $149", - buttons: [ - { - text: "Get Quote", - href: "/contact", - }, - ], - features: [ - "Driveway", - "Sidewalk", - "Siding Care", - ], + id: "enterprise", name: "Pressure Wash", price: "From $149", buttons: [{ text: "Get Quote", href: "/contact" }], + features: ["Driveway", "Sidewalk", "Siding Care"], }, ]} title="Pricing Options" @@ -164,42 +90,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file