diff --git a/src/app/page.tsx b/src/app/page.tsx
index 059dd59..61f78ed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,12 +29,9 @@ export default function LandingPage() {
@@ -42,27 +39,17 @@ export default function LandingPage() {
@@ -91,22 +78,16 @@ export default function LandingPage() {
{
title: "Premium Material", description: "Sourced from the finest international and local mills.", icon: Diamond,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxurious-red-velvet-fabric-swirl_23-2151998925.jpg"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxurious-red-velvet-fabric-swirl_23-2151998925.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg" },
],
- reverse: false,
},
{
title: "Expert Fitting", description: "Precision measurements for a perfect drape.", icon: Ruler,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-with-thread-copy-space_23-2148739384.jpg"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-with-thread-copy-space_23-2148739384.jpg" },
],
- reverse: false,
},
]}
/>
@@ -121,12 +102,8 @@ export default function LandingPage() {
title="Our Legacy"
description="Serving clients with dedication for years."
metrics={[
- {
- id: "m1", value: "10k+", title: "Satisfied Clients", description: "Customers trusting our expertise.", icon: Users,
- },
- {
- id: "m2", value: "500+", title: "Fabric Varieties", description: "A curated collection for every occasion.", icon: Layers,
- },
+ { id: "m1", value: "10k+", title: "Satisfied Clients", description: "Customers trusting our expertise.", icon: Users },
+ { id: "m2", value: "500+", title: "Fabric Varieties", description: "A curated collection for every occasion.", icon: Layers },
]}
/>
@@ -146,18 +123,8 @@ export default function LandingPage() {