Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-05 16:43:53 +00:00

View File

@@ -52,19 +52,19 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Beautiful landscaped property"
imageSrc: "https://instagram.com/yetilandcare?_wi=1", imageAlt: "Beautiful landscaped property"
},
{
imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Professional lawn maintenance"
imageSrc: "https://instagram.com/yetilandcare?_wi=2", imageAlt: "Professional lawn maintenance"
},
{
imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Landscape design expertise"
imageSrc: "https://instagram.com/yetilandcare?_wi=3", imageAlt: "Landscape design expertise"
},
{
imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Complete property transformation"
imageSrc: "https://instagram.com/yetilandcare?_wi=4", imageAlt: "Complete property transformation"
},
{
imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Precision hedge and shrub work"
imageSrc: "https://instagram.com/yetilandcare?_wi=5", imageAlt: "Precision hedge and shrub work"
},
]}
mediaAnimation="blur-reveal"
@@ -139,16 +139,16 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Lawn Maintenance", price: "Starting at $150/month", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Regular lawn maintenance service"
id: "1", name: "Lawn Maintenance", price: "Starting at $150/month", imageSrc: "https://instagram.com/yetilandcare?_wi=6", imageAlt: "Regular lawn maintenance service"
},
{
id: "2", name: "Landscape Design & Installation", price: "Custom Quote", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Professional landscape design service"
id: "2", name: "Landscape Design & Installation", price: "Custom Quote", imageSrc: "https://instagram.com/yetilandcare?_wi=7", imageAlt: "Professional landscape design service"
},
{
id: "3", name: "Property Cleanup & Overgrowth Removal", price: "Custom Quote", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Property cleanup and restoration service"
id: "3", name: "Property Cleanup & Overgrowth Removal", price: "Custom Quote", imageSrc: "https://instagram.com/yetilandcare?_wi=8", imageAlt: "Property cleanup and restoration service"
},
{
id: "4", name: "Hedge & Shrub Trimming", price: "Starting at $200/visit", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Professional hedge and shrub trimming"
id: "4", name: "Hedge & Shrub Trimming", price: "Starting at $200/visit", imageSrc: "https://instagram.com/yetilandcare?_wi=9", imageAlt: "Professional hedge and shrub trimming"
},
]}
gridVariant="two-columns-alternating-heights"
@@ -164,13 +164,13 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "Complete", title: "Property Transformation", description: "58-unit condominium complex fully landscaped and maintained", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Condominium landscape project"
id: "1", value: "Complete", title: "Property Transformation", description: "58-unit condominium complex fully landscaped and maintained", imageSrc: "https://instagram.com/yetilandcare?_wi=10", imageAlt: "Condominium landscape project"
},
{
id: "2", value: "Overgrown", title: "Property Restoration", description: "Overgrown yard cleared and transformed into usable space", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Overgrowth removal project"
id: "2", value: "Overgrown", title: "Property Restoration", description: "Overgrown yard cleared and transformed into usable space", imageSrc: "https://instagram.com/yetilandcare?_wi=11", imageAlt: "Overgrowth removal project"
},
{
id: "3", value: "Design", title: "Residential Landscape", description: "Expert plant placement and comprehensive yard redesign", imageSrc: "https://instagram.com/yetilandcare", imageAlt: "Residential landscape design project"
id: "3", value: "Design", title: "Residential Landscape", description: "Expert plant placement and comprehensive yard redesign", imageSrc: "https://instagram.com/yetilandcare?_wi=12", imageAlt: "Residential landscape design project"
},
]}
/>