From 5ca12b73f7c8ec37ad3c626354efb4431a8dfaaa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:51:19 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fab79bb..99e94ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,7 +13,7 @@ export default function AboutPage() { const navItems = [ { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Gallery", id: "#gallery" }, + { name: "Gallery", id: "/" }, { name: "Contact", id: "/contact" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" }, ]; @@ -117,11 +117,14 @@ export default function AboutPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They were punctual, professional, and surprisingly well within our estimate. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Sarah Mitchell testimonial"}, + id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They were punctual, professional, and surprisingly well within our estimate. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Sarah Mitchell testimonial" + }, { - id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping for our 58-unit complex is challenging, but Yeti handles everything with complete professionalism. Their honesty and attention to detail is refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Chen testimonial"}, + id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping for our 58-unit complex is challenging, but Yeti handles everything with complete professionalism. Their honesty and attention to detail is refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Chen testimonial" + }, { - id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about design and plant placement. They delivered a complete property transformation with every piece of debris removed. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Emily Rodriguez testimonial"}, + id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about design and plant placement. They delivered a complete property transformation with every piece of debris removed. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Emily Rodriguez testimonial" + }, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From 277a45fd3314423e4b42f5354ac6fac5dcb4e86d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:51:20 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 355b99b..c561f13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Yeti Landcare - Professional Landscaping in Exeter, NH", description: "Professional landscaping services in Exeter, NH including lawn maintenance, landscape design, property cleanup, and seasonal services."}; + title: "Yeti Landcare - Professional Landscaping in Exeter, NH", description: "Professional landscaping services in Exeter, NH including lawn maintenance, landscape design, property cleanup, and seasonal services." +}; export default function RootLayout({ children, -- 2.49.1 From 1bf29cb09c5d8440266b4debdf85cb015114ce70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:51:20 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 53 +++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78fd667..091aaaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function HomePage() { const navItems = [ { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Gallery", id: "#gallery" }, + { name: "Gallery", id: "/" }, { name: "Contact", id: "/contact" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" }, ]; @@ -34,8 +34,8 @@ export default function HomePage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Why Choose Us", href: "#why-choose" }, - { label: "Gallery", href: "#gallery" }, + { label: "Why Choose Us", href: "/" }, + { label: "Gallery", href: "/" }, { label: "Contact", href: "/contact" }, ], }, @@ -49,7 +49,7 @@ export default function HomePage() { }, { title: "Community", items: [ - { label: "Reviews", href: "#testimonials" }, + { label: "Reviews", href: "/" }, { label: "Condo Services", href: "/services" }, { label: "Seasonal Tips", href: "#" }, { label: "Partner With Us", href: "/contact" }, @@ -113,22 +113,28 @@ export default function HomePage() { features={[ { icon: Leaf, - title: "Lawn Maintenance", description: "Regular lawn care, mowing, and maintenance programs tailored to your property"}, + title: "Lawn Maintenance", description: "Regular lawn care, mowing, and maintenance programs tailored to your property" + }, { icon: Palette, - title: "Landscape Design", description: "Expert design and installation with knowledgeable plant placement and selection"}, + title: "Landscape Design", description: "Expert design and installation with knowledgeable plant placement and selection" + }, { icon: Trash2, - title: "Property Cleanup", description: "Complete debris removal and overgrowth clearing for stunning property transformations"}, + title: "Property Cleanup", description: "Complete debris removal and overgrowth clearing for stunning property transformations" + }, { icon: Scissors, - title: "Shrub & Hedge Trimming", description: "Professional trimming and maintenance for manicured landscapes"}, + title: "Shrub & Hedge Trimming", description: "Professional trimming and maintenance for manicured landscapes" + }, { icon: Home, - title: "Condo & HOA Services", description: "Reliable maintenance for condominium complexes and homeowner associations"}, + title: "Condo & HOA Services", description: "Reliable maintenance for condominium complexes and homeowner associations" + }, { icon: Sun, - title: "Seasonal Services", description: "Spring cleanups, fall preparation, and seasonal landscaping solutions"}, + title: "Seasonal Services", description: "Spring cleanups, fall preparation, and seasonal landscaping solutions" + }, ]} textboxLayout="default" animationType="slide-up" @@ -167,11 +173,14 @@ export default function HomePage() { tagIcon={Camera} products={[ { - id: "before-after-1", name: "Overgrown Property Transformation", price: "Complete Cleanup", variant: "Full-Service Restoration", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after overgrown yard transformation"}, + id: "before-after-1", name: "Overgrown Property Transformation", price: "Complete Cleanup", variant: "Full-Service Restoration", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Before and after overgrown yard transformation" + }, { - id: "before-after-2", name: "Landscape Design Installation", price: "Design & Install", variant: "Custom Plant Placement", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Professional landscape design installation"}, + id: "before-after-2", name: "Landscape Design Installation", price: "Design & Install", variant: "Custom Plant Placement", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Professional landscape design installation" + }, { - id: "before-after-3", name: "Condo Complex Renovation", price: "Maintenance Partnership", variant: "58-Unit Community", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479125.jpg", imageAlt: "Condo association landscaping renovation"}, + id: "before-after-3", name: "Condo Complex Renovation", price: "Maintenance Partnership", variant: "58-Unit Community", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479125.jpg", imageAlt: "Condo association landscaping renovation" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -188,17 +197,23 @@ export default function HomePage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They were punctual, professional, and surprisingly well within our estimate. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"}, + id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They were punctual, professional, and surprisingly well within our estimate. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial" + }, { - id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping for our 58-unit complex is challenging, but Yeti handles everything with complete professionalism. Their honesty and attention to detail is refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial"}, + id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping for our 58-unit complex is challenging, but Yeti handles everything with complete professionalism. Their honesty and attention to detail is refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial" + }, { - id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about design and plant placement. They delivered a complete property transformation with every piece of debris removed. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"}, + id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about design and plant placement. They delivered a complete property transformation with every piece of debris removed. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial" + }, { - id: "4", name: "David Kim", role: "Homeowner, Hampton", testimonial: "Punctual, professional, and fair pricing. They stood out for their reliability and communication. We've already recommended them to our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim testimonial"}, + id: "4", name: "David Kim", role: "Homeowner, Hampton", testimonial: "Punctual, professional, and fair pricing. They stood out for their reliability and communication. We've already recommended them to our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim testimonial" + }, { - id: "5", name: "Jennifer Walsh", role: "HOA Board Member", testimonial: "Yeti Landcare is dependable and detail-oriented. Every job is completed to our standards, and they're responsive to our needs. Outstanding partner for our community.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jennifer Walsh testimonial"}, + id: "5", name: "Jennifer Walsh", role: "HOA Board Member", testimonial: "Yeti Landcare is dependable and detail-oriented. Every job is completed to our standards, and they're responsive to our needs. Outstanding partner for our community.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jennifer Walsh testimonial" + }, { - id: "6", name: "Robert Thompson", role: "Homeowner, Exeter", testimonial: "We hired them for a complete yard overhaul. The team's professionalism and workmanship exceeded expectations. Fair pricing, clean job site—exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Thompson testimonial"}, + id: "6", name: "Robert Thompson", role: "Homeowner, Exeter", testimonial: "We hired them for a complete yard overhaul. The team's professionalism and workmanship exceeded expectations. Fair pricing, clean job site—exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Thompson testimonial" + }, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From e21246f4a6fc25dc14d413e10392e2aea7cf1454 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:51:21 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 47 ++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e9b9b53..07532f9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,7 +14,7 @@ export default function ServicesPage() { const navItems = [ { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Gallery", id: "#gallery" }, + { name: "Gallery", id: "/" }, { name: "Contact", id: "/contact" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" }, ]; @@ -92,13 +92,16 @@ export default function ServicesPage() { features={[ { icon: Sprout, - title: "Spring Cleanup", description: "Debris removal, mulch installation, and garden bed preparation for the growing season"}, + title: "Spring Cleanup", description: "Debris removal, mulch installation, and garden bed preparation for the growing season" + }, { icon: Palette, - title: "Landscape Design", description: "Expert design and installation with knowledgeable plant placement and selection"}, + title: "Landscape Design", description: "Expert design and installation with knowledgeable plant placement and selection" + }, { icon: Leaf, - title: "Planting & Installation", description: "Professional planting services for trees, shrubs, and perennials tailored to your space"}, + title: "Planting & Installation", description: "Professional planting services for trees, shrubs, and perennials tailored to your space" + }, ]} textboxLayout="default" animationType="slide-up" @@ -115,13 +118,16 @@ export default function ServicesPage() { features={[ { icon: Leaf, - title: "Lawn Maintenance", description: "Weekly mowing, edging, and lawn care programs tailored to your property's needs"}, + title: "Lawn Maintenance", description: "Weekly mowing, edging, and lawn care programs tailored to your property's needs" + }, { icon: Scissors, - title: "Shrub & Hedge Trimming", description: "Professional trimming and maintenance for manicured landscapes and defined edges"}, + title: "Shrub & Hedge Trimming", description: "Professional trimming and maintenance for manicured landscapes and defined edges" + }, { icon: CloudRain, - title: "Watering & Irrigation", description: "Seasonal watering programs and irrigation maintenance to keep plants thriving"}, + title: "Watering & Irrigation", description: "Seasonal watering programs and irrigation maintenance to keep plants thriving" + }, ]} textboxLayout="default" animationType="slide-up" @@ -138,13 +144,16 @@ export default function ServicesPage() { features={[ { icon: Leaf, - title: "Leaf Cleanup", description: "Complete leaf removal and debris clearing for a clean, finished appearance"}, + title: "Leaf Cleanup", description: "Complete leaf removal and debris clearing for a clean, finished appearance" + }, { icon: Trash2, - title: "Property Cleanup", description: "Complete debris removal and overgrowth clearing for stunning property transformations"}, + title: "Property Cleanup", description: "Complete debris removal and overgrowth clearing for stunning property transformations" + }, { icon: Home, - title: "Fall Preparation", description: "Winterization services including bed cleanup, mulch refresh, and shrub protection"}, + title: "Fall Preparation", description: "Winterization services including bed cleanup, mulch refresh, and shrub protection" + }, ]} textboxLayout="default" animationType="slide-up" @@ -161,13 +170,16 @@ export default function ServicesPage() { features={[ { icon: Snowflake, - title: "Snow Management", description: "Professional snow removal and management services for residential and commercial properties"}, + title: "Snow Management", description: "Professional snow removal and management services for residential and commercial properties" + }, { icon: Home, - title: "Condo & HOA Services", description: "Reliable winter maintenance for condominium complexes and homeowner associations"}, + title: "Condo & HOA Services", description: "Reliable winter maintenance for condominium complexes and homeowner associations" + }, { icon: Sun, - title: "Winter Landscaping", description: "Winter planting, evergreen care, and seasonal landscaping enhancements"}, + title: "Winter Landscaping", description: "Winter planting, evergreen care, and seasonal landscaping enhancements" + }, ]} textboxLayout="default" animationType="slide-up" @@ -203,11 +215,14 @@ export default function ServicesPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They handle every season with professionalism. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"}, + id: "1", name: "Sarah Mitchell", role: "Homeowner, Exeter", testimonial: "Yeti Landcare transformed our overgrown property into something we're proud of. They handle every season with professionalism. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial" + }, { - id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping through all four seasons is challenging, but Yeti handles everything with complete professionalism and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial"}, + id: "2", name: "Michael Chen", role: "Condo Association President", testimonial: "Managing landscaping through all four seasons is challenging, but Yeti handles everything with complete professionalism and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial" + }, { - id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about seasonal landscaping. They delivered consistent results throughout the year. Highly professional and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"}, + id: "3", name: "Emily Rodriguez", role: "Property Manager, Seacoast", testimonial: "Very knowledgeable about seasonal landscaping. They delivered consistent results throughout the year. Highly professional and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial" + }, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1