diff --git a/src/app/page.tsx b/src/app/page.tsx index c7d1453..11311f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Award, CheckCircle, Leaf, Sparkles, Star } from "lucide-react"; +import { Award, CheckCircle, Leaf, Sparkles, Star, Shield } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; @@ -45,8 +45,8 @@ export default function LandingPage() {