diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ed0f0..c2fd0b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -196,63 +196,58 @@ export default function LandingPage() {