Bob AI: add testimonial section [Block: testimonials-1|Sim...

This commit is contained in:
2026-01-31 15:59:40 +02:00
parent 5186f02783
commit 489fbe9155

View File

@@ -6,6 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import Testimonials1 from '@/components/sections/testimonial/Testimonials1';
export default function TechAcademyPage() { export default function TechAcademyPage() {
return ( return (
@@ -94,6 +95,11 @@ export default function TechAcademyPage() {
/> />
</div> </div>
<div id="testimonials_1" data-section="testimonials_1">
<Testimonials1
title="Hear From Our Satisfied Customers"
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg" imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"