7 Commits

Author SHA1 Message Date
e21246f4a6 Update src/app/services/page.tsx 2026-03-05 21:51:21 +00:00
1bf29cb09c Update src/app/page.tsx 2026-03-05 21:51:20 +00:00
277a45fd33 Update src/app/layout.tsx 2026-03-05 21:51:20 +00:00
5ca12b73f7 Update src/app/about/page.tsx 2026-03-05 21:51:19 +00:00
9104a09d10 Merge version_3 into main
Merge version_3 into main
2026-03-05 21:41:01 +00:00
4f9d2a17b7 Merge version_3 into main
Merge version_3 into main
2026-03-05 17:56:29 +00:00
42f18afe2e Merge version_3 into main
Merge version_3 into main
2026-03-05 17:55:32 +00:00
4 changed files with 74 additions and 40 deletions

View File

@@ -13,7 +13,7 @@ export default function AboutPage() {
const navItems = [ const navItems = [
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Gallery", id: "#gallery" }, { name: "Gallery", id: "/" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
{ name: "Call: (603) 686-3047", id: "tel:+16036863047" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" },
]; ];
@@ -117,11 +117,14 @@ export default function AboutPage() {
tagIcon={Star} tagIcon={Star}
testimonials={[ 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,

View File

@@ -17,7 +17,7 @@ export default function HomePage() {
const navItems = [ const navItems = [
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Gallery", id: "#gallery" }, { name: "Gallery", id: "/" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
{ name: "Call: (603) 686-3047", id: "tel:+16036863047" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" },
]; ];
@@ -34,8 +34,8 @@ export default function HomePage() {
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "#why-choose" }, { label: "Why Choose Us", href: "/" },
{ label: "Gallery", href: "#gallery" }, { label: "Gallery", href: "/" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
], ],
}, },
@@ -49,7 +49,7 @@ export default function HomePage() {
}, },
{ {
title: "Community", items: [ title: "Community", items: [
{ label: "Reviews", href: "#testimonials" }, { label: "Reviews", href: "/" },
{ label: "Condo Services", href: "/services" }, { label: "Condo Services", href: "/services" },
{ label: "Seasonal Tips", href: "#" }, { label: "Seasonal Tips", href: "#" },
{ label: "Partner With Us", href: "/contact" }, { label: "Partner With Us", href: "/contact" },
@@ -113,22 +113,28 @@ export default function HomePage() {
features={[ features={[
{ {
icon: Leaf, 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, 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, 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, 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, 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, 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -167,11 +173,14 @@ export default function HomePage() {
tagIcon={Camera} tagIcon={Camera}
products={[ 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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -188,17 +197,23 @@ export default function HomePage() {
tagIcon={Star} tagIcon={Star}
testimonials={[ 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"

View File

@@ -14,7 +14,7 @@ export default function ServicesPage() {
const navItems = [ const navItems = [
{ name: "Services", id: "/services" }, { name: "Services", id: "/services" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Gallery", id: "#gallery" }, { name: "Gallery", id: "/" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
{ name: "Call: (603) 686-3047", id: "tel:+16036863047" }, { name: "Call: (603) 686-3047", id: "tel:+16036863047" },
]; ];
@@ -92,13 +92,16 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: Sprout, 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, 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, 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -115,13 +118,16 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: Leaf, 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, 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, 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -138,13 +144,16 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: Leaf, 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, 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, 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -161,13 +170,16 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: Snowflake, 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, 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, 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -203,11 +215,14 @@ export default function ServicesPage() {
tagIcon={Star} tagIcon={Star}
testimonials={[ 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" textboxLayout="default"
animationType="slide-up" animationType="slide-up"