diff --git a/src/app/page.tsx b/src/app/page.tsx index cce0eab..6e9e83b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -8,6 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TeamCardFour from '@/components/sections/team/TeamCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactInline from '@/components/sections/contact/ContactInline'; +import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { @@ -215,6 +216,46 @@ export default function LandingPage() { /> +
+ +
+