diff --git a/src/app/page.tsx b/src/app/page.tsx index 40ea6b5..384482f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,14 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Calendar, Leaf, Music, Users, Utensils, Wine } from "lucide-react"; +import { Calendar, Leaf, Music, Users, Utensils, Wine, LayoutDashboard, BarChart3, Settings, LogOut } from "lucide-react"; export default function LandingPage() { return ( @@ -32,39 +32,35 @@ export default function LandingPage() {