diff --git a/src/app/page.tsx b/src/app/page.tsx index 871d2d7..8118deb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -41,33 +41,13 @@ export default function LandingPage() {
-
@@ -178,4 +158,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file