2 Commits

Author SHA1 Message Date
a2ad430161 Update src/app/page.tsx 2025-12-21 12:03:37 +00:00
c7637819a5 Update src/app/layout.tsx 2025-12-21 12:03:36 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1275,4 +1275,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -154,7 +154,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardOne
title="What Founders Say" title="What Our Team Says"
description="Real feedback from the exceptional entrepreneurs we support" description="Real feedback from the exceptional entrepreneurs we support"
testimonials={[ testimonials={[
{ {
@@ -348,4 +348,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }