diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ac6455..6e66316 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import { Facebook, Globe, Instagram, Palette, ShieldCheck, X } from "lucide-react"; export default function LandingPage() { @@ -50,11 +50,10 @@ export default function LandingPage() {