diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a808ea..e66a96e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,32 +42,15 @@ export default function LandingPage() {
@@ -116,19 +88,9 @@ export default function LandingPage() {
description="Numbers that define our growth and user satisfaction."
metrics={[
{
- id: "m1",
- value: "1M+",
- title: "Studies Completed",
- description: "Educational modules finished on our platform.",
- imageSrc: "asset://new-metric-1",
- },
+ id: "m1", value: "1M+", title: "Studies Completed", description: "Educational modules finished on our platform.", imageSrc: "asset://new-metric-1"},
{
- id: "m2",
- value: "500k",
- title: "Movies Discovered",
- description: "Films rated and added to user watchlists.",
- imageSrc: "asset://new-metric-2",
- },
+ id: "m2", value: "500k", title: "Movies Discovered", description: "Films rated and added to user watchlists.", imageSrc: "asset://new-metric-2"},
]}
/>
@@ -137,8 +99,7 @@ export default function LandingPage() {