diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1134188..be2491b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,94 +32,42 @@ export default function LandingPage() {
@@ -129,31 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Pure Potency, Proven Results"
metrics={[
- {
- icon: Sparkles,
- label: "Ingredients Sourced",
- value: "100%",
- },
- {
- icon: Award,
- label: "Dermatologist Certified",
- value: "24+",
- },
- {
- icon: Zap,
- label: "Active Users",
- value: "50k+",
- },
- {
- icon: Leaf,
- label: "Sustainable",
- value: "100%",
- },
- {
- icon: Smile,
- label: "Satisfaction",
- value: "99%",
- },
+ { icon: Sparkles, label: "Ingredients Sourced", value: "100%" },
+ { icon: Award, label: "Dermatologist Certified", value: "24+" },
+ { icon: Zap, label: "Active Users", value: "50k+" },
+ { icon: Leaf, label: "Sustainable", value: "100%" },
+ { icon: Smile, label: "Satisfaction", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -163,44 +91,15 @@ export default function LandingPage() {
@@ -294,62 +159,19 @@ export default function LandingPage() {