diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0ea39..0d081e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Mic, Share2, TrendingUp, Video } from "lucide-react"; +import { Award, Mic, Share2, TrendingUp, Video, BrainCircuit } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -81,67 +63,38 @@ export default function LandingPage() {