diff --git a/src/app/page.tsx b/src/app/page.tsx index dd4d7bb..57637a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,13 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { History, Leaf, Zap, Palette, History as HistoryIcon, Leaf as LeafIcon } from "lucide-react"; +import { History, Leaf, Zap, Palette } from "lucide-react"; export default function LandingPage() { return ( @@ -43,18 +43,17 @@ export default function LandingPage() {