diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87e574d..54a2f80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,100 +42,33 @@ export default function LandingPage() {
@@ -157,21 +78,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Artistry Redefined"
metrics={[
- {
- icon: Sparkles,
- label: "Designs Crafted",
- value: "1,200+",
- },
- {
- icon: Award,
- label: "Luxury Awards",
- value: "15",
- },
- {
- icon: Star,
- label: "Happy Clients",
- value: "5k+",
- },
+ { icon: Sparkles, label: "Designs Crafted", value: "1,200+" },
+ { icon: Award, label: "Luxury Awards", value: "15" },
+ { icon: Star, label: "Happy Clients", value: "5k+" }
]}
metricsAnimation="blur-reveal"
/>
@@ -179,39 +88,13 @@ export default function LandingPage() {