diff --git a/src/app/page.tsx b/src/app/page.tsx index d2bdeac..f552df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { AlertCircle, AlertTriangle, Award, Camera, CheckCircle, Clock, Eye, Hammer, HelpCircle, Home, Leaf, Shield, Star, Storm, Trash2, TreePine, Trophy } from 'lucide-react'; +import { AlertCircle, AlertTriangle, Award, Camera, CheckCircle, Clock, Eye, Hammer, HelpCircle, Home, Leaf, Shield, Star, Zap, Trash2, TreePine, Trophy } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=1", imageAlt: "Professional tree trimming crew at work" + imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", imageAlt: "Professional tree trimming crew at work" }, { imageSrc: "http://img.b2bpic.net/free-photo/pile-dry-autumn-leaves-grass-lawn-with-plastic-leaf-rake-sunny-day-close-up-leaf-rake_7502-10271.jpg", imageAlt: "Before and after tree removal transformation" @@ -117,7 +117,7 @@ export default function LandingPage() { items: [ { icon: AlertCircle, text: "24/7 Response" }, { icon: Clock, text: "Fast Arrival" }, - { icon: Storm, text: "Weather Ready" } + { icon: Zap, text: "Weather Ready" } ], reverse: true } @@ -275,7 +275,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg" mediaAnimation="slide-up" mediaPosition="right" buttonText="Request Free Estimate"