From 98c2b392ca45a468ced26082b9322482b325b448 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:16:15 +0200 Subject: [PATCH] Bob AI: Add a testimonials section with 3 customer quotes --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3b6295..e0d91f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { BookOpen, Mail } from "lucide-react"; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function BlogPage() { return ( @@ -136,6 +137,62 @@ export default function BlogPage() { /> + +
+ +