Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-05 16:58:27 +00:00
2 changed files with 36 additions and 141 deletions

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Lawn Maintenance", href: "#services" },
{ label: "Landscape Design", href: "#services" },
{ label: "Property Cleanup", href: "#services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "#why-choose" },
{ label: "Gallery", href: "#gallery" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (603) 555-0147", href: "tel:+16035550147" },
{ label: "Email: info@yetilandcare.com", href: "mailto:info@yetilandcare.com" },
{ label: "10 Kingston Rd, Exeter, NH 03833", href: "#" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Reviews", href: "#testimonials" },
{ label: "Condo Services", href: "#services" },
{ label: "Seasonal Tips", href: "#" },
@@ -84,10 +80,11 @@ export default function AboutPage() {
{ value: "500+", title: "Properties Transformed" },
{ value: "98%", title: "Customer Satisfaction Rate" },
]}
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg"
imageAlt="Professional landscaping team at work"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -97,22 +94,13 @@ export default function AboutPage() {
description="The principles that guide everything we do"
metrics={[
{
id: "reliability",
value: "100%",
title: "Reliability & Professionalism",
items: ["Punctual service delivery", "Clean job sites", "Professional communication", "Respect for your property"],
id: "reliability", value: "100%", title: "Reliability & Professionalism", items: ["Punctual service delivery", "Clean job sites", "Professional communication", "Respect for your property"],
},
{
id: "quality",
value: "Premium",
title: "Quality & Expertise",
items: ["Experienced team members", "Advanced techniques", "Plant health focus", "Long-term results"],
id: "quality", value: "Premium", title: "Quality & Expertise", items: ["Experienced team members", "Advanced techniques", "Plant health focus", "Long-term results"],
},
{
id: "integrity",
value: "Fair",
title: "Integrity & Fair Pricing",
items: ["Transparent estimates", "No hidden costs", "Competitive rates", "Value for investment"],
id: "integrity", value: "Fair", title: "Integrity & Fair Pricing", items: ["Transparent estimates", "No hidden costs", "Competitive rates", "Value for investment"],
},
]}
textboxLayout="default"
@@ -129,29 +117,11 @@ 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", 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", 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", imageAlt: "Emily Rodriguez testimonial"},
]}
textboxLayout="default"
animationType="slide-up"

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Lawn Maintenance", href: "#services" },
{ label: "Landscape Design", href: "#services" },
{ label: "Property Cleanup", href: "#services" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "#why-choose" },
{ label: "Gallery", href: "#gallery" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (603) 555-0147", href: "tel:+16035550147" },
{ label: "Email: info@yetilandcare.com", href: "mailto:info@yetilandcare.com" },
{ label: "10 Kingston Rd, Exeter, NH 03833", href: "#" },
@@ -51,8 +48,7 @@ export default function HomePage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Reviews", href: "#testimonials" },
{ label: "Condo Services", href: "#services" },
{ label: "Seasonal Tips", href: "#" },
@@ -98,16 +94,10 @@ export default function HomePage() {
description="Serving the Seacoast NH community with professional, reliable landscaping services"
metrics={[
{
id: "rating",
value: "4.5★",
title: "Customer Rating",
items: ["Punctual & Professional", "Fair Pricing", "Clean Job Sites"],
id: "rating", value: "4.5★", title: "Customer Rating", items: ["Punctual & Professional", "Fair Pricing", "Clean Job Sites"],
},
{
id: "experience",
value: "15+",
title: "Years of Experience",
items: ["Residential Properties", "Condo Communities", "Complete Transformations"],
id: "experience", value: "15+", title: "Years of Experience", items: ["Residential Properties", "Condo Communities", "Complete Transformations"],
},
]}
textboxLayout="default"
@@ -123,34 +113,22 @@ 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"
@@ -170,10 +148,11 @@ export default function HomePage() {
{ value: "100%", title: "Within or Under Estimate" },
{ value: "58-Unit", title: "Long-Term Condo Partnerships" },
]}
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg"
imageAlt="Professional landscaping team at work"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -185,29 +164,11 @@ 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?_wi=1",
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?_wi=1",
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?_wi=1",
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"
@@ -224,53 +185,17 @@ 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", 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", 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", 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", 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", 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", imageAlt: "Robert Thompson testimonial"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -286,7 +211,7 @@ export default function HomePage() {
tagIcon={CheckCircle}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg"
imageAlt="Contact Yeti Landcare for free estimate"
mediaPosition="right"
mediaAnimation="slide-up"