Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 23:13:45 +00:00
5 changed files with 54 additions and 157 deletions

View File

@@ -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() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content:
"Victor Pineda Landscaping has been serving Newton and the surrounding Boston area communities with professional, dependable lawn care and property maintenance services. Our mission is to deliver exceptional landscaping results with integrity, hard work, and fair pricing. Victor leads a dedicated team of professionals committed to customer satisfaction and attention to detail.",
},
type: "text", content:
"Victor Pineda Landscaping has been serving Newton and the surrounding Boston area communities with professional, dependable lawn care and property maintenance services. Our mission is to deliver exceptional landscaping results with integrity, hard work, and fair pricing. Victor leads a dedicated team of professionals committed to customer satisfaction and attention to detail."},
]}
buttons={[{ text: "View Our Services", href: "/services" }]}
useInvertedBackground={false}
@@ -85,26 +80,14 @@ export default function AboutPage() {
tag="About Us"
metrics={[
{
id: "1",
value: "5.0★",
title: "Google Rating",
description: "Consistently rated 5 stars by our satisfied Newton area customers",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4",
imageAlt: "Customer satisfaction",
},
id: "1", value: "5.0★", title: "Google Rating", description: "Consistently rated 5 stars by our satisfied Newton area 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"},
{
id: "2",
value: "100+",
title: "Happy Clients",
description: "Over 100 residential customers trust us with their lawn care and maintenance",
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=4",
imageAlt: "Customer community",
},
id: "2", value: "100+", title: "Happy Clients", description: "Over 100 residential customers trust us with their lawn care and maintenance", 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: "Customer community"},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
tagAnimation="reveal-blur"
tagAnimation="slide-up"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content:
"Victor Pineda Landscaping & Plowing Service is a trusted landscaping company serving homeowners in Newton and surrounding communities. Victor and his team are known for being dependable, punctual, fairly priced, and extremely hardworking.",
},
type: "text", content:
"Victor Pineda Landscaping & Plowing Service is a trusted landscaping company serving homeowners in Newton and surrounding communities. Victor and his team are known for being dependable, punctual, fairly priced, and extremely hardworking."},
]}
buttons={[{ text: "Learn More", href: "/about" }]}
useInvertedBackground={false}
@@ -107,36 +102,20 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Lawn Mowing & Lawn Care",
description: "Weekly lawn mowing and ongoing maintenance to keep lawns healthy and clean.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1",
imageAlt: "Professional lawn mowing service",
},
title: "Lawn Mowing & Lawn Care", description: "Weekly lawn mowing and ongoing maintenance to keep lawns healthy and clean.", 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",
description: "Seeding, trimming, property cleanup, and general landscaping care.",
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=1",
imageAlt: "Yard maintenance and landscaping",
},
title: "Yard Maintenance", description: "Seeding, trimming, property cleanup, and general landscaping care.", 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: "Seasonal yard cleanup including leaves, debris removal, and preparation for the next season.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=1",
imageAlt: "Spring and fall seasonal cleanup",
},
title: "Spring & Fall Cleanup", description: "Seasonal yard cleanup including leaves, debris removal, and preparation for the next 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",
description: "Professional gutter cleaning to protect homes from water damage.",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg",
imageAlt: "Professional gutter cleaning service",
},
title: "Gutter Cleaning", description: "Professional gutter cleaning to protect homes from water damage.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional gutter cleaning service"},
]}
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
buttonAnimation="opacity"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>