diff --git a/src/app/page.tsx b/src/app/page.tsx index e936ed9..65f5ef3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Award, Clock, Home, MapPin, Smile } from "lucide-react"; +import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -30,12 +29,16 @@ export default function LandingPage() {