diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a99f66..3e21497 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Building, CalendarCheck, Clock, Droplets, Headphones, Home, Leaf, Package, Pipe, Recycle, RefreshCcw, Rocket, ShieldCheck, Star, Truck, Users, Wallet, Wrench, Zap, Gem, HardHat, CloudRain } from "lucide-react"; +import { Award, Building, CalendarCheck, Clock, Droplets, Headphones, Home, Leaf, Package, Recycle, RefreshCcw, Rocket, ShieldCheck, Star, Truck, Users, Wallet, Wrench, Zap, Gem, HardHat, CloudRain } from "lucide-react"; export default function LandingPage() { return ( @@ -176,7 +176,7 @@ export default function LandingPage() { icon: Droplets, text: "Water Management"}, { - icon: Pipe, + icon: Award, text: "Seamless Systems"}, ], reverse: true,