diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ef443..1483bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Star, Heart, Home, Mountain, Sparkles, Crown, Linkedin, Globe } from "lucide-react"; @@ -280,7 +280,7 @@ export default function LandingPage() {
-