5 Commits

Author SHA1 Message Date
8d4d2db111 Update src/app/page.tsx 2026-03-03 20:27:12 +00:00
135f2f288c Update src/app/layout.tsx 2026-03-03 20:27:10 +00:00
059705b668 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:50:45 +00:00
f7c71dfc29 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:43:00 +00:00
7b58ba4bc2 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:36:10 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Clients Say"
title="What Our Clients Say - Verified Client Results"
description="Hear from entrepreneurs and executives who have transformed their businesses through our coaching."
tag="Client Success Stories"
tagIcon={Award}
@@ -264,4 +264,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}