4 Commits

Author SHA1 Message Date
b6f31025df Merge version_3 into main
Merge version_3 into main
2026-03-05 14:11:52 +00:00
da3825ace3 Update src/app/page.tsx 2026-03-05 14:11:48 +00:00
2f6d812f82 Update src/app/layout.tsx 2026-03-05 14:11:48 +00:00
15f6f45635 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:10:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
tagIcon={Star}
tagAnimation="slide-up"
title="What Our Customers Say"
description="Real feedback from satisfied clients across the community"
description="See why 85% of customers choose us again"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}