From 9249134a8c3b0dee36a2e46b64554147d1deeab6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:13:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb32dfd..375cbc1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,24 +18,21 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Service Areas", href: "/service-areas" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (857) 247-8625", href: "tel:(857)247-8625" }, { label: "28 Middle St, Newton, MA 02458", href: "#" }, { label: "Request Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -67,10 +64,8 @@ export default function AboutPage() { -- 2.49.1 From ce6b025fdddd138dfbd68b3dac143855578d3860 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:13:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9b04ada..65ce8f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,24 +18,21 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Service Areas", href: "/service-areas" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (857) 247-8625", href: "tel:(857)247-8625" }, { label: "28 Middle St, Newton, MA 02458", href: "#" }, { label: "Request Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -70,13 +67,13 @@ export default function ContactPage() { description="Fill out the form below or call us directly at (857) 247-8625. We'll respond within 24 hours with a no-obligation quote for your landscaping or snow removal needs. Victor Pineda Landscaping is committed to providing fair pricing and professional service to Newton and surrounding communities." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" imageAlt="Professional landscaping team" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Request Estimate" - tagAnimation="reveal-blur" + tagAnimation="slide-up" /> @@ -88,29 +85,17 @@ export default function ContactPage() { features={[ { id: 1, - title: "Phone", - description: "Call us directly at (857) 247-8625. We answer calls Monday through Friday, 7am-6pm.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=6", - imageAlt: "Phone contact method", - }, + title: "Phone", description: "Call us directly at (857) 247-8625. We answer calls Monday through Friday, 7am-6pm.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Phone contact method"}, { id: 2, - title: "Email Request", - description: "Submit your contact information and service request through our online form. We'll respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg?_wi=5", - imageAlt: "Email contact method", - }, + title: "Email Request", description: "Submit your contact information and service request through our online form. We'll respond within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg", imageAlt: "Email contact method"}, { id: 3, - title: "Service Areas", - description: "We proudly serve Newton, Watertown, Waltham, Brookline, Brighton, and surrounding Greater Boston communities.", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=4", - imageAlt: "Service area map", - }, + title: "Service Areas", description: "We proudly serve Newton, Watertown, Waltham, Brookline, Brighton, and surrounding Greater Boston communities.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Service area map"}, ]} textboxLayout="default" useInvertedBackground={true} - tagAnimation="reveal-blur" + tagAnimation="slide-up" buttonAnimation="opacity" /> -- 2.49.1 From 4a0149b17699a5781273213edfaac92dda823e2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:13:39 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 67 ++++++++++++------------------------------------ 1 file changed, 17 insertions(+), 50 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d30016..1a9aee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,24 +22,21 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Service Areas", href: "/service-areas" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (857) 247-8625", href: "tel:(857)247-8625" }, { label: "28 Middle St, Newton, MA 02458", href: "#" }, { label: "Request Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -76,7 +73,7 @@ export default function HomePage() { { text: "Get a Free Estimate", href: "/contact" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg" imageAlt="Professional lawn care in Newton, MA" mediaAnimation="slide-up" frameStyle="card" @@ -88,10 +85,8 @@ export default function HomePage() { @@ -155,7 +134,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 6" }, ]} useInvertedBackground={false} - ratingAnimation="reveal-blur" + ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -167,26 +146,14 @@ export default function HomePage() { tag="Our Track Record" metrics={[ { - id: "1", - value: "5.0★", - title: "Google Rating", - description: "Trusted by 7+ verified reviews from satisfied customers", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", - imageAlt: "Customer satisfaction metric", - }, + id: "1", value: "5.0★", title: "Google Rating", description: "Trusted by 7+ verified reviews from satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Customer satisfaction metric"}, { - id: "2", - value: "5+ Years", - title: "Long-Term Clients", - description: "Many customers have worked with Victor for over five years consistently", - imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg?_wi=2", - imageAlt: "Long-term customer relationships", - }, + id: "2", value: "5+ Years", title: "Long-Term Clients", description: "Many customers have worked with Victor for over five years consistently", imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg", imageAlt: "Long-term customer relationships"}, ]} textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - tagAnimation="reveal-blur" + tagAnimation="slide-up" /> @@ -197,13 +164,13 @@ export default function HomePage() { description="Fill out the form below or call us directly. We'll get back to you within 24 hours with a no-obligation quote for your landscaping or snow removal needs." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" imageAlt="Professional landscaping team" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Request Estimate" - tagAnimation="reveal-blur" + tagAnimation="slide-up" /> -- 2.49.1 From c245ec16798b9cc4e810ea77a2a69c978a0ea6d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:13:40 +0000 Subject: [PATCH 4/5] Update src/app/service-areas/page.tsx --- src/app/service-areas/page.tsx | 39 +++++++++------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index cb1fa78..d148a4f 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -18,24 +18,21 @@ export default function ServiceAreasPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Service Areas", href: "/service-areas" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (857) 247-8625", href: "tel:(857)247-8625" }, { label: "28 Middle St, Newton, MA 02458", href: "#" }, { label: "Request Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -71,36 +68,20 @@ export default function ServiceAreasPage() { features={[ { id: 1, - title: "Newton, MA", - description: "Our primary service area. We provide comprehensive landscaping, lawn care, seasonal cleanup, and winter snow removal throughout Newton.", - imageSrc: "http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg?_wi=2", - imageAlt: "Newton Massachusetts service area", - }, + title: "Newton, MA", description: "Our primary service area. We provide comprehensive landscaping, lawn care, seasonal cleanup, and winter snow removal throughout Newton.", imageSrc: "http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg", imageAlt: "Newton Massachusetts service area"}, { id: 2, - title: "Watertown", - description: "Professional lawn mowing, yard maintenance, and property cleanup services for Watertown residential customers.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=5", - imageAlt: "Watertown landscaping services", - }, + title: "Watertown", description: "Professional lawn mowing, yard maintenance, and property cleanup services for Watertown residential customers.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Watertown landscaping services"}, { id: 3, - title: "Waltham", - description: "Seasonal cleanup, weekly lawn care, and general property maintenance for Waltham residents seeking reliable landscaping.", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=3", - imageAlt: "Waltham yard care services", - }, + title: "Waltham", description: "Seasonal cleanup, weekly lawn care, and general property maintenance for Waltham residents seeking reliable landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Waltham yard care services"}, { id: 4, - title: "Brookline & Brighton", - description: "Full range of landscaping services including lawn mowing, yard maintenance, spring/fall cleanup, and professional snow removal.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=3", - imageAlt: "Brookline and Brighton service areas", - }, + title: "Brookline & Brighton", description: "Full range of landscaping services including lawn mowing, yard maintenance, spring/fall cleanup, and professional snow removal.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Brookline and Brighton service areas"}, ]} textboxLayout="default" useInvertedBackground={true} - tagAnimation="reveal-blur" + tagAnimation="slide-up" buttonAnimation="opacity" /> @@ -112,13 +93,13 @@ export default function ServiceAreasPage() { description="If you're in Newton, Watertown, Waltham, Brookline, Brighton, or a nearby community, contact Victor Pineda Landscaping for professional lawn care and property maintenance services. We're ready to serve you!" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" imageAlt="Professional landscaping team" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Get a Quote" - tagAnimation="reveal-blur" + tagAnimation="slide-up" /> -- 2.49.1 From 121aaa1b99c8ceca9d5021174dbf923950844932 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:13:40 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5c6fa33..8513dc8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -18,24 +18,21 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Service Areas", href: "/service-areas" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (857) 247-8625", href: "tel:(857)247-8625" }, { label: "28 Middle St, Newton, MA 02458", href: "#" }, { label: "Request Estimate", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -71,36 +68,20 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Lawn Mowing & Lawn Care", - description: "Weekly lawn mowing, grass seeding, fertilization, and ongoing maintenance to keep your lawn healthy, lush, and beautiful throughout the growing season.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3", - imageAlt: "Professional lawn mowing service", - }, + title: "Lawn Mowing & Lawn Care", description: "Weekly lawn mowing, grass seeding, fertilization, and ongoing maintenance to keep your lawn healthy, lush, and beautiful throughout the growing season.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn mowing service"}, { id: 2, - title: "Yard Maintenance & Landscaping", - description: "Trimming, edging, mulch installation, landscape design consultation, and general property upkeep to enhance your outdoor space.", - imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg?_wi=3", - imageAlt: "Yard maintenance and landscaping", - }, + title: "Yard Maintenance & Landscaping", description: "Trimming, edging, mulch installation, landscape design consultation, and general property upkeep to enhance your outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/darkhaired-man-using-portable-powered-leaf-blower-blow-beveled-leaves-from-footpath-back-yard_7502-10567.jpg", imageAlt: "Yard maintenance and landscaping"}, { id: 3, - title: "Spring & Fall Cleanup", - description: "Comprehensive seasonal cleanup including leaf removal, debris collection, yard preparation, and spring mulching. Perfect for getting your property ready for each new season.", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2", - imageAlt: "Spring and fall seasonal cleanup", - }, + title: "Spring & Fall Cleanup", description: "Comprehensive seasonal cleanup including leaf removal, debris collection, yard preparation, and spring mulching. Perfect for getting your property ready for each new season.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Spring and fall seasonal cleanup"}, { id: 4, - title: "Gutter Cleaning & Snow Removal", - description: "Professional gutter cleaning to prevent water damage and damage to your home's foundation. Winter snow plowing and removal to keep driveways and walkways safe.", - imageSrc: "http://img.b2bpic.net/free-photo/big-special-tractor-is-removing-snow-from-forestal-road_613910-13787.jpg", - imageAlt: "Snow plowing and gutter services", - }, + title: "Gutter Cleaning & Snow Removal", description: "Professional gutter cleaning to prevent water damage and damage to your home's foundation. Winter snow plowing and removal to keep driveways and walkways safe.", imageSrc: "http://img.b2bpic.net/free-photo/big-special-tractor-is-removing-snow-from-forestal-road_613910-13787.jpg", imageAlt: "Snow plowing and gutter services"}, ]} textboxLayout="default" useInvertedBackground={false} - tagAnimation="reveal-blur" + tagAnimation="slide-up" buttonAnimation="opacity" /> @@ -112,13 +93,13 @@ export default function ServicesPage() { description="Contact Victor Pineda Landscaping to discuss your specific needs. Whether you need one-time cleanup or ongoing maintenance, we'll provide a fair quote and professional service you can trust." background={{ variant: "radial-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" imageAlt="Professional landscaping team" mediaAnimation="slide-up" mediaPosition="left" inputPlaceholder="Enter your email" buttonText="Get Free Quote" - tagAnimation="reveal-blur" + tagAnimation="slide-up" /> -- 2.49.1