3 Commits

Author SHA1 Message Date
53eb70fa94 Update src/app/page.tsx 2026-03-09 13:48:27 +00:00
467155862c Update src/app/layout.tsx 2026-03-09 13:48:27 +00:00
3f5f567dbe Merge version_2 into main
Merge version_2 into main
2026-03-09 13:46:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -170,7 +170,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Industry Leaders"
title="See Why 500+ Clients Choose Vandit Polycraft"
description="Real feedback from our valued business partners across India"
tag="Client Reviews"
tagIcon={Star}
@@ -261,4 +261,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}