diff --git a/src/app/page.tsx b/src/app/page.tsx index f1f5dc2..024387c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Clock, Coffee, Mail, Newspaper, Sparkles, Star, TrendingUp, Users } from 'lucide-react'; +import { Award, Clock, Coffee, Mail, Newspaper, Sparkles, Star, TrendingUp, Users, BarChart3, TrendingUp as TrendingUpIcon } from 'lucide-react'; export default function LandingPage() { return ( @@ -40,20 +40,49 @@ export default function LandingPage() {