diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bceba6..4a980b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; +import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; @@ -11,7 +11,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Award, DollarSign, Palette, Rocket, Sparkles, Star, Target, ThumbsUp, Zap } from "lucide-react"; +import { Award, DollarSign, Palette, Rocket, Sparkles, Star, Target, ThumbsUp, Zap, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react"; export default function LandingPage() { return ( @@ -43,18 +43,60 @@ export default function LandingPage() {