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() {
-