diff --git a/src/app/page.tsx b/src/app/page.tsx index 66f8e6a..831a05b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import ContactText from '@/components/sections/contact/ContactText'; @@ -56,39 +56,33 @@ export default function LandingPage() {