diff --git a/src/app/page.tsx b/src/app/page.tsx index fde78ce..77c04d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Droplets, Hammer, Home, PlusCircle, RefreshCw, Search, Sun } from "lucide-react"; +import { Droplets, Home, PlusCircle, RefreshCw, Search, Sun, Tool } from "lucide-react"; export default function LandingPage() { return ( @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Explore Our Services", href: "#services"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSINHT5EodZCgYAu69TZIJHOCJ/uploaded-1774476142679-rrdctakz.png" imageAlt="Modern house with a newly installed roof under a clear sky" mediaAnimation="opacity" fixedMediaHeight={true} @@ -76,7 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - icon: Hammer, + icon: Tool, title: "Roof Repairs", description: "Prompt and effective repairs for leaks, storm damage, and wear-and-tear to extend your roof's lifespan."}, { icon: PlusCircle, @@ -134,7 +134,6 @@ export default function LandingPage() {