diff --git a/src/app/page.tsx b/src/app/page.tsx index 30b1d10..80fd5e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -153,33 +154,26 @@ export default function LandingPage() {