From 7f533ffe1c0dbaae0eefbbaaed18ccd7c46c8bb2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:42:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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() {
-
-- 2.49.1