diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9a40b87..1d00b8e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -45,15 +41,12 @@ export default function LandingPage() {
@@ -104,12 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Premium Materials", description: "We source only high-grade materials to ensure longevity and quality.", imageSrc: "http://img.b2bpic.net/free-vector/tailor-shop-vintage-emblem-signage-vector_1441-719.jpg"},
- {
- title: "Custom Design", description: "From concept to creation, we bring your brand identity to life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ouija-board-still-life_23-2149409513.jpg"},
- {
- title: "Rapid Delivery", description: "Fast turnaround times for all small and large orders.", imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg"},
+ { title: "Premium Materials", description: "We source only high-grade materials to ensure longevity and quality.", imageSrc: "http://img.b2bpic.net/free-vector/tailor-shop-vintage-emblem-signage-vector_1441-719.jpg" },
+ { title: "Custom Design", description: "From concept to creation, we bring your brand identity to life.", imageSrc: "http://img.b2bpic.net/free-photo/design-sketchbook-samples_23-2149409513.jpg" },
+ { title: "Rapid Delivery", description: "Fast turnaround times for all small and large orders.", imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg" },
]}
title="Why Manisanj?"
description="Precision, reliability, and innovation in every order."
@@ -122,12 +106,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", value: "1M+", title: "Labels Produced", description: "Yearly production capacity for global clients.", imageSrc: "http://img.b2bpic.net/free-photo/blank-leather-patch-sewn-onto-textured-fabric_9975-134388.jpg"},
- {
- id: "m2", value: "500+", title: "Happy Clients", description: "Trusted by leading garment brands.", imageSrc: "http://img.b2bpic.net/free-vector/water-label-template-design_742173-4179.jpg"},
- {
- id: "m3", value: "15+", title: "Years Experience", description: "Deep expertise in label manufacturing.", imageSrc: "http://img.b2bpic.net/free-vector/circle-sticker-template-design_742173-23182.jpg"},
+ { id: "m1", value: "1M+", title: "Labels Produced", description: "Yearly production capacity for global clients.", imageSrc: "http://img.b2bpic.net/free-photo/blank-leather-patch-sewn-onto-textured-fabric_9975-134388.jpg" },
+ { id: "m2", value: "500+", title: "Happy Clients", description: "Trusted by leading garment brands.", imageSrc: "http://img.b2bpic.net/free-vector/water-label-template-design_742173-4179.jpg" },
+ { id: "m3", value: "15+", title: "Years Experience", description: "Deep expertise in label manufacturing.", imageSrc: "http://img.b2bpic.net/free-vector/circle-sticker-template-design_742173-23182.jpg" },
]}
title="Industry Leaders"
description="Proven results for major fashion brands."
@@ -137,8 +118,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file