diff --git a/src/app/routes/page.tsx b/src/app/routes/page.tsx index e06af55..c36ca6e 100644 --- a/src/app/routes/page.tsx +++ b/src/app/routes/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { User } from "lucide-react"; +import { User, Bot } from "lucide-react"; export default function LandingPage() { return ( @@ -28,38 +28,22 @@ export default function LandingPage() {