From 620ca58052445d4e6e1b3397679eb9f541b2a2ef Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:01:43 +0200 Subject: [PATCH] Bob AI: add testimonial section [Block: testimonials-1|Sim... --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8be6857..41cf7db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import Faq1 from '@/components/sections/faq/Faq1'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import Testimonials1 from '@/components/sections/testimonial/Testimonials1'; export default function TechAcademyPage() { return ( @@ -190,6 +191,11 @@ export default function TechAcademyPage() { mediaItems={[{ title: "Wedding Bouquets", description: "Crafting perfect flowers for your special day." }, { title: "Event Decorations", description: "Enhance your event with our stunning floral displays." }]} /> +
+ +