diff --git a/src/app/page.tsx b/src/app/page.tsx index c665154..51ca347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Crown, MapPin } from "lucide-react"; export default function LandingPage() { @@ -29,14 +29,11 @@ export default function LandingPage() {
- +
); -} +} \ No newline at end of file