diff --git a/src/app/page.tsx b/src/app/page.tsx index a6cbb3f..e25b015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, CheckCircle, Settings, Users } from "lucide-react"; export default function LandingPage() { @@ -104,20 +104,18 @@ export default function LandingPage() {