diff --git a/src/app/page.tsx b/src/app/page.tsx index cfc1875..45a08db 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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Heart, ChefHat, Star, HelpCircle } from 'lucide-react'; @@ -118,34 +118,28 @@ export default function SaporiRumeniPage() {