diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ad9e46..1a75d6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,32 +43,15 @@ export default function LandingPage() {
@@ -162,15 +99,9 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
faqs={[
{
- id: "f1",
- title: "How does rental work?",
- content: "Book online and choose your delivery or pickup.",
- },
+ id: "f1", title: "How does rental work?", content: "Book online and choose your delivery or pickup."},
{
- id: "f2",
- title: "What are the requirements?",
- content: "Valid ID and deposit are required for all rentals.",
- },
+ id: "f2", title: "What are the requirements?", content: "Valid ID and deposit are required for all rentals."},
]}
faqsAnimation="blur-reveal"
/>
@@ -185,50 +116,34 @@ export default function LandingPage() {
description="Stats that matter to the creative community."
metrics={[
{
- id: "m1",
- icon: Camera,
- title: "Items Rented",
- value: "12,000+",
- },
+ id: "m1", icon: Camera,
+ title: "Items Rented", value: "12,000+"},
{
- id: "m2",
- icon: Users,
- title: "Community Members",
- value: "50,000+",
- },
+ id: "m2", icon: Users,
+ title: "Community Members", value: "50,000+"},
]}
/>