From 5b267de2fba40010e8221474fa5a4f22eb72785d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 20:01:00 +0000 Subject: [PATCH] Bob AI: Remove the voices (testimonials section) to be sh... --- src/app/page.tsx | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0846e9..6a0892a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,10 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles } from "lucide-react"; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; export default function LandingPage() { return ( @@ -91,27 +91,18 @@ export default function LandingPage() {
- +