diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bcbf30..36ddc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Activity, Award, DollarSign, Mic, Scale, Trophy, Wallet } from "lucide-react"; +import { Activity, Award, DollarSign, Mic, Scale, Trophy, Wallet, Landmark, Basketball, Bitcoin, Cpu, Users, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -58,6 +59,26 @@ export default function LandingPage() { /> +