From a77b666294e2174acee6ab124e4fd7a57c6d8a48 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 13 Mar 2026 10:45:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 11 deletions(-) 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() {
-