From 4eca4baa5a06cb53bc20e7a04d860e2084dc35a0 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 16:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) 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() { /> +
+ +
+