diff --git a/src/app/page.tsx b/src/app/page.tsx index ebe1ef3..90023f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Crown, Star, Zap, Dumbbell, Users, Hand, Activity } from "lucide-react"; export default function LandingPage() { @@ -169,29 +169,28 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file