diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f3f95e..267bfc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; @@ -42,21 +42,44 @@ export default function LandingPage() {
-
@@ -351,4 +374,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file