diff --git a/src/app/page.tsx b/src/app/page.tsx index 4353d68..870d04c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { BookOpen, CheckCircle, Flame } from "lucide-react"; +import { BookOpen, CheckCircle, Flame, Mic, Upload, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -30,6 +30,7 @@ export default function LandingPage() { +
+ +
+
); -} \ No newline at end of file +}