From 7d6101f776d7146ca71ccc2d471751c266757b2a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 01:43:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c96695e..40f0112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Zap, Clock, Seed, Shield, CloudRain, Mountain, LeafyGreen, Droplet, Tree, CheckCircle, Star, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Sparkles, Zap, Clock, Shield, CloudRain, Mountain, LeafyGreen, Droplet, Trees, CheckCircle, Star, Facebook, Instagram, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,6 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" }, { text: "Learn More", href: "#about" } ]} - useInvertedBackground={false} />
@@ -76,11 +75,8 @@ export default function LandingPage() { description="WA Hydroseeding combines expertise with cutting-edge techniques to deliver superior lawn installation and erosion control solutions across Washington." subdescription="We are passionate about transforming landscapes into lush, sustainable environments that enhance beauty and value for both residential and commercial clients." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg" - imageAlt="Professional hydroseeding in action on a green lawn" videoSrc="" mediaAnimation="opacity" - useInvertedBackground={false} />
@@ -94,7 +90,7 @@ export default function LandingPage() { items: [ { icon: Zap, text: "Rapid Growth" }, { icon: Clock, text: "Quick Coverage" }, - { icon: Seed, text: "Uniform Application" } + { icon: LeafyGreen, text: "Uniform Application" } ], reverse: false }, @@ -112,7 +108,7 @@ export default function LandingPage() { items: [ { icon: LeafyGreen, text: "Biodegradable" }, { icon: Droplet, text: "Water Efficient" }, - { icon: Tree, text: "Natural Growth" } + { icon: Trees, text: "Natural Growth" } ], reverse: false } @@ -135,7 +131,7 @@ export default function LandingPage() { { id: "wildflower", name: "Wildflower & Native Seed Blends", price: "Starting at $X", imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-with-flowers-sticks-field_23-2147830676.jpg", imageAlt: "Vibrant wildflower meadow with diverse colors" }, { id: "care", name: "Post-Hydroseeding Care Packages", price: "Starting at $X", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733214.jpg", imageAlt: "Gardener watering a newly hydroseeded lawn" } ]} - gridVariant="three-columns-all-items-equal-width" + gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1