diff --git a/src/app/page.tsx b/src/app/page.tsx index 7299647..91a4f79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import AboutMetric from '@/components/sections/about/AboutMetric'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -137,7 +137,7 @@ export default function LandingPage() {
-
@@ -263,4 +261,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}