diff --git a/src/app/page.tsx b/src/app/page.tsx index dac5a7e..52e0b6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, Sand, ChefHat, Martini, Star } from "lucide-react"; +import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, ChefHat, Martini, Star, Thermometer } from "lucide-react"; export default function LandingPage() { return ( @@ -29,16 +29,11 @@ export default function LandingPage() {