diff --git a/src/app/page.tsx b/src/app/page.tsx index 517905e..55953d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; @@ -76,15 +76,20 @@ export default function AestheticGracePage() {
-