diff --git a/src/app/page.tsx b/src/app/page.tsx index f739800..959a17d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -174,47 +174,56 @@ export default function LandingPage() {