diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3d57902..6ee8961 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardFour from '@/components/sections/feature/FeatureCardFour'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroFull from '@/components/sections/hero/HeroFull'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { ArrowRight, Book, Globe, Lightbulb, Mail, MessageCircle, Quote, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -45,7 +45,7 @@ export default function LandingPage() {
-
@@ -79,7 +83,7 @@ export default function LandingPage() {
-
-