diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a08db..8f26dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import ContactText from '@/components/sections/contact/ContactText'; -import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Heart, ChefHat, Star, HelpCircle } from 'lucide-react'; @@ -118,7 +118,7 @@ export default function SaporiRumeniPage() {
-