From 6f03e7ec256f2b1529eefce5777ef250f3c10985 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:43:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdaa47c..ca4e10c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> -- 2.49.1