From d3952e5625841148d4f81bcce6c08d1a87e8fd64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:39:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ce9c40..254460d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Effortless indoor gardening powered by AI. Monitor, water, and nurture plants automatically—from anywhere. Transform your space into a thriving garden with zero plant care stress." tag="AI-Powered Gardening" tagIcon={Leaf} - tagAnimation="entrance-slide" + tagAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/a-stunning-3d-rendered-smart-indoor-gard-1772753833782-93aff94c.png" imageAlt="Smart indoor garden device with thriving plants" imagePosition="right" @@ -55,19 +55,19 @@ export default function LandingPage() { { text: "Start Your Smart Garden", href: "contact" }, { text: "Watch Demo", href: "#features" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Finally, thriving plants without the guilt. My apartment's never looked better.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-30-year-old-u-1772753833285-04d4cb6d.png?_wi=1", imageAlt: "Sarah Johnson" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-30-year-old-u-1772753833285-04d4cb6d.png", imageAlt: "Sarah Johnson" }, { name: "Michael Chen", handle: "Designer, Innovate Lab", testimonial: "The automation is seamless. I monitor everything from my phone while traveling.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-35-year-old-m-1772753833258-cb28de5e.png?_wi=1", imageAlt: "Michael Chen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-35-year-old-m-1772753833258-cb28de5e.png", imageAlt: "Michael Chen" }, { name: "Emily Rodriguez", handle: "Founder, GreenTech", testimonial: "Sustainable living made simple. This device aligns with my eco values perfectly.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-28-year-old-w-1772753833171-3d4ae332.png?_wi=1", imageAlt: "Emily Rodriguez" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/professional-headshot-of-a-28-year-old-w-1772753833171-3d4ae332.png", imageAlt: "Emily Rodriguez" } ]} testimonialRotationInterval={5000} @@ -94,12 +94,12 @@ export default function LandingPage() { description="Our AI-powered system handles everything from moisture monitoring to nutrient delivery, giving you time back while your plants thrive." tag="Smart Features" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { id: "1", title: "AI Plant Intelligence", description: "Advanced sensors monitor soil moisture, light levels, temperature, and humidity in real-time. The AI learns your specific plants' needs and adjusts automatically.", reverse: false, media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/close-up-of-ai-smart-garden-system-inter-1772753833705-a060e86d.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/close-up-of-ai-smart-garden-system-inter-1772753833705-a060e86d.png" }, items: [ { icon: Check, text: "Real-time environmental monitoring" }, @@ -123,7 +123,7 @@ export default function LandingPage() { { id: "3", title: "Sustainable Growth", description: "Reduce water consumption by up to 80% while growing plants 5x faster. Our closed-loop system minimizes waste and maximizes environmental impact.", reverse: false, media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/close-up-of-ai-smart-garden-system-inter-1772753833705-a060e86d.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXzWLqqnPU1A1Ym4CrZseqNNgY/close-up-of-ai-smart-garden-system-inter-1772753833705-a060e86d.png" }, items: [ { icon: Droplet, text: "80% less water usage" }, @@ -143,7 +143,7 @@ export default function LandingPage() {