Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-26 01:43:40 +00:00

View File

@@ -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}
/>
</div>
<div id="about" data-section="about">
@@ -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}
/>
</div>
<div id="features" data-section="features">
@@ -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}