From 10fa79eb3f186ae20b61296993ede373ee53fcee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:25:51 +0000 Subject: [PATCH 1/5] Add src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 59 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/app/dashboard/page.tsx diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx new file mode 100644 index 0000000..81bad64 --- /dev/null +++ b/src/app/dashboard/page.tsx @@ -0,0 +1,59 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import FooterCard from '@/components/sections/footer/FooterCard'; + +export default function DashboardPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From bd3ee90634c327bd9b79862d0c8ebbe47211234d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:25:51 +0000 Subject: [PATCH 2/5] Update src/app/invoices/page.tsx --- src/app/invoices/page.tsx | 59 ++++++++------------------------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/src/app/invoices/page.tsx b/src/app/invoices/page.tsx index c41a61e..068d0ea 100644 --- a/src/app/invoices/page.tsx +++ b/src/app/invoices/page.tsx @@ -27,21 +27,13 @@ export default function LandingPage() { @@ -54,23 +46,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: DollarSign, - title: "Total Collected", - value: "$52,000", - }, + id: "m1", icon: DollarSign, + title: "Total Collected", value: "$52,000"}, { - id: "m2", - icon: XCircle, - title: "Overdue", - value: "$1,200", - }, + id: "m2", icon: XCircle, + title: "Overdue", value: "$1,200"}, { - id: "m3", - icon: CheckCircle, - title: "Paid Bills", - value: "18", - }, + id: "m3", icon: CheckCircle, + title: "Paid Bills", value: "18"}, ]} title="Recent Transactions" description="Monitor your monthly payments and invoice status." @@ -85,27 +68,9 @@ export default function LandingPage() { description="Voices from our happy landlord community." testimonials={[ { - id: "t1", - name: "Sarah J.", - date: "Jan 2025", - title: "Portfolio Manager", - quote: "Incredible efficiency boost.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/chart-statistics-left-side_187299-39622.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg?_wi=3", - imageAlt: "Chart Statistics Left Side", - }, + id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Portfolio Manager", quote: "Incredible efficiency boost.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/chart-statistics-left-side_187299-39622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924115.jpg?_wi=3", imageAlt: "Chart Statistics Left Side"}, { - id: "t2", - name: "Mark D.", - date: "Dec 2024", - title: "Investor", - quote: "Changed how I track cash flow.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/credit-card-right-side-white-background_187299-40292.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761006.jpg?_wi=2", - imageAlt: "Chart Statistics Left Side", - }, + id: "t2", name: "Mark D.", date: "Dec 2024", title: "Investor", quote: "Changed how I track cash flow.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/credit-card-right-side-white-background_187299-40292.jpg", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761006.jpg?_wi=2", imageAlt: "Chart Statistics Left Side"}, ]} /> -- 2.49.1 From ff67d634ba5ae6afd70f072db1b5118a6050baec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:25:52 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa71f0a..ebcf47d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,23 +45,16 @@ export default function LandingPage() {
@@ -131,19 +96,13 @@ export default function LandingPage() { features={[ { icon: LayoutDashboard, - title: "Unified Dashboard", - description: "Single-view metrics for all your properties.", - }, + title: "Unified Dashboard", description: "Single-view metrics for all your properties."}, { icon: MessageSquare, - title: "Secure Messaging", - description: "Direct communication with your tenants.", - }, + title: "Secure Messaging", description: "Direct communication with your tenants."}, { icon: AlertTriangle, - title: "Payment Alerts", - description: "Real-time notifications for overdue rent.", - }, + title: "Payment Alerts", description: "Real-time notifications for overdue rent."}, ]} title="System Overview" description="Streamline your workflow with automated tasks and real-time analytics." @@ -157,12 +116,7 @@ export default function LandingPage() { title="Trusted by Industry Leaders" description="We help property managers reach their full potential." names={[ - "Apex Rentals", - "Urban Living", - "Metro Estates", - "Horizon Property Group", - "Summit Residential", - ]} + "Apex Rentals", "Urban Living", "Metro Estates", "Horizon Property Group", "Summit Residential"]} /> @@ -173,20 +127,11 @@ export default function LandingPage() { tag="Live Stats" metrics={[ { - id: "m1", - value: "98%", - description: "Occupancy Rate", - }, + id: "m1", value: "98%", description: "Occupancy Rate"}, { - id: "m2", - value: "$1.2M", - description: "Total Value Managed", - }, + id: "m2", value: "$1.2M", description: "Total Value Managed"}, { - id: "m3", - value: "24/7", - description: "System Availability", - }, + id: "m3", value: "24/7", description: "System Availability"}, ]} metricsAnimation="slide-up" /> @@ -204,15 +149,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "f1", - title: "Is the system secure?", - content: "Yes, we use bank-grade encryption for all data.", - }, + 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: "f2", title: "How do I add a new property?", content: "Navigate to Properties > Add New and follow the steps."}, ]} /> -- 2.49.1 From d46748523af9b0ae2a333a9f5fc9b5d33382024d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:25:52 +0000 Subject: [PATCH 4/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index d1f7221..e5acee7 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -25,7 +25,7 @@ export default function PropertiesPage() {