Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53eb70fa94 | |||
| 467155862c | |||
| 3f5f567dbe | |||
| 32a0f7bc2b | |||
| 5b8deff8a2 | |||
| a0418d7574 | |||
| 525753b317 | |||
| d3d8e435b8 |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user