diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 80b8d80..30a28c1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import Link from "next/link"; import { TrendingUp, Sparkles, Zap, Users, BarChart3, Shield } from "lucide-react"; @@ -102,6 +103,22 @@ export default function AboutPage() { /> + + + +