From 5d4e81b6c5b48377216c8ae4d7ff2126e75a5bca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:27:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 87 +++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebcf47d..b24ce7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,11 @@ export default function LandingPage() { @@ -126,12 +104,9 @@ export default function LandingPage() { title="Performance at a Glance" tag="Live Stats" metrics={[ - { - id: "m1", value: "98%", description: "Occupancy Rate"}, - { - id: "m2", value: "$1.2M", description: "Total Value Managed"}, - { - id: "m3", value: "24/7", description: "System Availability"}, + { id: "m1", value: "98%", description: "Occupancy Rate" }, + { id: "m2", value: "$1.2M", description: "Total Value Managed" }, + { id: "m3", value: "24/7", description: "System Availability" }, ]} metricsAnimation="slide-up" /> @@ -148,10 +123,8 @@ export default function LandingPage() { mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ - { - id: "f1", title: "Is the system secure?", content: "Yes, we use bank-grade encryption for all data."}, - { - id: "f2", title: "How do I add a new property?", content: "Navigate to Properties > Add New and follow the steps."}, + { id: "f1", title: "Is the system secure?", content: "Yes, we use bank-grade encryption for all data." }, + { id: "f2", title: "How do I add a new property?", content: "Navigate to Properties > Add New and follow the steps." }, ]} /> @@ -165,4 +138,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file