8 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
32a0f7bc2b Update src/app/page.tsx 2026-03-09 13:46:44 +00:00
5b8deff8a2 Update src/app/layout.tsx 2026-03-09 13:46:44 +00:00
a0418d7574 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:44:43 +00:00
525753b317 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:43:48 +00:00
d3d8e435b8 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:42:30 +00:00
2 changed files with 12 additions and 1409 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -156,9 +156,9 @@ export default function LandingPage() {
title="Trusted by Industry Leaders"
description="Our proven track record demonstrates excellence in manufacturing and service"
metrics={[
{ id: "1", value: "10+ Years", description: "Industry Experience" },
{ id: "2", value: "500+", description: "Satisfied Clients" },
{ id: "3", value: "99%", description: "On-Time Delivery" },
{ id: "1", value: "99%", description: "Delivery Accuracy" },
{ id: "2", value: "10+ Years", description: "Industry Experience" },
{ id: "3", value: "500+", description: "Satisfied Clients" },
{ id: "4", value: "5.0★", description: "Customer Rating" },
]}
gridVariant="uniform-all-items-equal"
@@ -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>
);
}
}