From f7aeab50453ce75638e306ffa6275f7f71cc06a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:11:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a67f082..b3ec374 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,16 @@ export default function LandingPage() { @@ -60,65 +46,40 @@ export default function LandingPage() {
@@ -129,29 +90,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Junk Removal", - description: "From single items to full property cleanouts. Priced by cubic feet, starting at $150.", - imageSrc: "http://img.b2bpic.net/free-photo/view-mature-woman-cleaning-door-handle-with-disinfectant-due-covid19-pandemic_637285-8518.jpg", - imageAlt: "junk removal residential property", - }, + title: "Junk Removal", description: "From single items to full property cleanouts. Priced by cubic feet, starting at $150.", imageSrc: "http://img.b2bpic.net/free-photo/view-mature-woman-cleaning-door-handle-with-disinfectant-due-covid19-pandemic_637285-8518.jpg", imageAlt: "junk removal residential property"}, { - title: "Landscaping", - description: "Weed pulling, tree trimming, and yard cleanup. We make your outdoor space clean.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", - imageAlt: "landscaping services weed trimming", - }, + title: "Landscaping", description: "Weed pulling, tree trimming, and yard cleanup. We make your outdoor space clean.", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", imageAlt: "landscaping services weed trimming"}, { - title: "Handyman Services", - description: "Small repairs, installations, and fixes for home or business. Reliable and fairly priced.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-protective-glasses-uses-orbital-sander-gear-after-consulting-schematics_482257-84374.jpg", - imageAlt: "handyman repair services residential", - }, + title: "Handyman Services", description: "Small repairs, installations, and fixes for home or business. Reliable and fairly priced.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-protective-glasses-uses-orbital-sander-gear-after-consulting-schematics_482257-84374.jpg", imageAlt: "handyman repair services residential"}, { - title: "Furniture Hauling", - description: "Need furniture moved? We haul it safely whether it fits in a truck bed or needs a trailer.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40331.jpg", - imageAlt: "furniture removal service moving", - }, + title: "Furniture Hauling", description: "Need furniture moved? We haul it safely whether it fits in a truck bed or needs a trailer.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40331.jpg", imageAlt: "furniture removal service moving"}, ]} title="One Call. Every Job Done." description="We offer a full suite of services to keep your property looking its best, from junk removal to small repairs." @@ -164,9 +109,7 @@ export default function LandingPage() { title="Junk Gone in 3 Easy Steps" buttons={[ { - text: "Start Now — Get A Free Quote", - href: "#contact", - }, + text: "Start Now — Get A Free Quote", href: "#contact"}, ]} /> @@ -176,32 +119,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Kenzie Griffith", - 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", - }, + id: "1", name: "Kenzie Griffith", 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"}, { - id: "2", - name: "Rosalyn Castillo", - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-entrepreneur-wear-black-coat-blue-shirt-eyeglasses-against-office-building-show-finger-up_627829-5307.jpg", - }, + id: "2", name: "Rosalyn Castillo", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-entrepreneur-wear-black-coat-blue-shirt-eyeglasses-against-office-building-show-finger-up_627829-5307.jpg"}, { - id: "3", - name: "Joy Duda", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg", - }, + id: "3", name: "Joy Duda", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660764.jpg"}, { - id: "4", - name: "Anonymous Customer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", - }, + id: "4", name: "Anonymous Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg"}, { - id: "5", - name: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", - }, + id: "5", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"}, ]} cardTitle="5.0 Stars. Every Single Job." + cardTag="Reviews" cardAnimation="slide-up" /> @@ -210,14 +139,11 @@ export default function LandingPage() { @@ -226,13 +152,9 @@ export default function LandingPage() { -- 2.49.1