From 79219b50fdf307c47748720cc91457191d7e0155 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecb317c..b46538e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -46,14 +46,14 @@ export default function LandingPage() { description="Professional installation, maintenance, and sales of high-quality sprinkler systems for residential and commercial properties. Keep your landscape thriving with expert care." tag="Trusted Local Service" tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Schedule Service", href: "contact" }, { text: "Explore Products", href: "products" } ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/orchard-farm-concept-with-salad_23-2147828937.jpg?_wi=1", imageAlt: "Professional sprinkler system installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/orchard-farm-concept-with-salad_23-2147828937.jpg", imageAlt: "Professional sprinkler system installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/hand-watering-plant-from-white-watering-can_23-2147844348.jpg", imageAlt: "Beautifully maintained landscape with sprinkler system" }, { imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3458.jpg", imageAlt: "Commercial property irrigation system" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg", imageAlt: "Expert technician performing system maintenance" }, @@ -141,7 +141,7 @@ export default function LandingPage() { id: "4", name: "Rain Sensor Timer", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-holding-digital-tablet_23-2147862763.jpg", imageAlt: "Weather-responsive rain sensor for irrigation" }, { - id: "5", name: "Drip Irrigation Kit", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/orchard-farm-concept-with-salad_23-2147828937.jpg?_wi=2", imageAlt: "Complete drip irrigation system kit" + id: "5", name: "Drip Irrigation Kit", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/orchard-farm-concept-with-salad_23-2147828937.jpg", imageAlt: "Complete drip irrigation system kit" }, { id: "6", name: "Valve Box Assembly", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-with-trowel-wooden-table_53876-105365.jpg", imageAlt: "Underground valve box assembly" -- 2.49.1