From 9b017a42402f2dca7c9f6138ff6e2b74e861534f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:01:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0bbc08..2580009 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import TestimonialAboutCard from '@/components/sections/testimonial/TestimonialAboutCard'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterCard from '@/components/sections/footer/FooterCard'; import { CheckCircle, Phone, MapPin, Clock } from 'lucide-react'; @@ -101,7 +101,7 @@ export default function AboutPage() {
-