From ff7d0e3296c7aa96b7c41b36d1352321be5ccf26 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:11:33 +0000 Subject: [PATCH 1/2] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 9aa70e4..257c8a9 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -100,14 +100,9 @@ export default function DashboardPage() { carouselMode="buttons" features={[ { - title: "Quick Room Status", - description: "View your current room status and checkout eligibility", - bentoComponent: "phone", - statusIcon: CheckCircle, + title: "Quick Room Status", description: "View your current room status and checkout eligibility", bentoComponent: "phone", statusIcon: CheckCircle, alertIcon: Home, - alertTitle: "Room Active", - alertMessage: "Your room is active and in good standing", - apps: [ + alertTitle: "Room Active", alertMessage: "Your room is active and in good standing", apps: [ { name: "Rooms", icon: Home }, { name: "Checkout", icon: LogOut }, { name: "Status", icon: CheckCircle }, @@ -119,21 +114,14 @@ export default function DashboardPage() { ], }, { - title: "Maintenance Requests", - description: "Submit and track all your maintenance requests in one place", - bentoComponent: "3d-task-list", - title: "Maintenance Pipeline", - items: [ + title: "Maintenance Requests", description: "Submit and track all your maintenance requests in one place", bentoComponent: "3d-task-list", items: [ { icon: AlertCircle, label: "Submit Request", time: "Instant" }, { icon: Clock, label: "Assigned", time: "4-6 hours" }, { icon: Wrench, label: "Resolved", time: "24-48 hours" }, ], }, { - title: "Payment Analytics", - description: "Track your fee payments and view detailed transaction history", - bentoComponent: "line-chart", - }, + title: "Payment Analytics", description: "Track your fee payments and view detailed transaction history", bentoComponent: "line-chart"}, ]} buttons={[{ text: "View Full Dashboard", href: "/dashboard" }]} buttonAnimation="slide-up" @@ -144,10 +132,7 @@ export default function DashboardPage() { Date: Tue, 3 Mar 2026 20:11:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 198 ++++++++++++++++++----------------------------- 1 file changed, 75 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2763938..f8eade5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { @@ -102,35 +103,20 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} testimonials={[ { - name: "Priya Singh", - handle: "2nd Year, Engineering", - testimonial: - "Finally, a hassle-free way to handle maintenance requests. Response time is incredible!", - rating: 5, + name: "Priya Singh", handle: "2nd Year, Engineering", testimonial: + "Finally, a hassle-free way to handle maintenance requests. Response time is incredible!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=1", - imageAlt: "Priya Singh", - }, + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Priya Singh"}, { - name: "Aditya Patel", - handle: "1st Year, Business", - testimonial: - "The fee tracking feature saved me from missing a payment deadline. Highly recommend!", - rating: 5, + name: "Aditya Patel", handle: "1st Year, Business", testimonial: + "The fee tracking feature saved me from missing a payment deadline. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=2", - imageAlt: "Aditya Patel", - }, + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Aditya Patel"}, { - name: "Neha Sharma", - handle: "3rd Year, Commerce", - testimonial: - "Room checkout process is so smooth. No more documentation chaos.", - rating: 5, + name: "Neha Sharma", handle: "3rd Year, Commerce", testimonial: + "Room checkout process is so smooth. No more documentation chaos.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=3", - imageAlt: "Neha Sharma", - }, + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Neha Sharma"}, ]} testimonialRotationInterval={5000} mediaAnimation="slide-up" @@ -157,16 +143,11 @@ export default function HomePage() { carouselMode="buttons" features={[ { - title: "Room Checkout", - description: - "Simple, streamlined checkout process with digital verification", - bentoComponent: "phone", - statusIcon: Lock, + title: "Room Checkout", description: + "Simple, streamlined checkout process with digital verification", bentoComponent: "phone", statusIcon: Lock, alertIcon: CheckCircle, - alertTitle: "Checkout Confirmed", - alertMessage: - "Your room checkout has been processed successfully", - apps: [ + alertTitle: "Checkout Confirmed", alertMessage: + "Your room checkout has been processed successfully", apps: [ { name: "Rooms", icon: Home }, { name: "Checkout", icon: LogOut }, { name: "Status", icon: CheckCircle }, @@ -178,29 +159,19 @@ export default function HomePage() { ], }, { - title: "Issue Resolution Status", - description: - "Report issues and track resolution in real-time with status updates", - bentoComponent: "3d-task-list", - title: "Track Issues", - items: [ + title: "Issue Resolution Status", description: + "Report issues and track resolution in real-time with status updates", bentoComponent: "3d-task-list", items: [ { icon: AlertCircle, label: "Report Issue", time: "Immediate" }, { icon: Clock, label: "Under Review", time: "2-4 hours" }, { icon: Wrench, label: "In Progress", time: "24-48 hours" }, ], }, { - title: "Fee Management", - description: - "Track all hostel fees, payment history, and due dates", - bentoComponent: "line-chart", - }, + title: "Fee Management", description: + "Track all hostel fees, payment history, and due dates", bentoComponent: "line-chart"}, { - title: "Integrations", - description: - "Connect with payment gateways and admin systems seamlessly", - bentoComponent: "orbiting-icons", - centerIcon: Zap, + title: "Integrations", description: + "Connect with payment gateways and admin systems seamlessly", bentoComponent: "orbiting-icons", centerIcon: Zap, items: [ { icon: CreditCard, ring: 1 }, { icon: Users, ring: 1 }, @@ -220,10 +191,7 @@ export default function HomePage() { @@ -282,75 +238,71 @@ export default function HomePage() { carouselMode="buttons" testimonials={[ { - id: "1", - name: "Raj Kumar", - role: "Final Year Engineering", - testimonial: - "The maintenance reporting system saved me hours of running around. Issues are resolved so fast now!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=4", - imageAlt: "Raj Kumar", - icon: Package, + id: "1", name: "Raj Kumar", role: "Final Year Engineering", testimonial: + "The maintenance reporting system saved me hours of running around. Issues are resolved so fast now!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Raj Kumar", icon: Package, }, { - id: "2", - name: "Ananya Gupta", - role: "2nd Year Medical", - testimonial: - "Fee tracking is transparent and accurate. No more confusion about what I owe or when it's due.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=5", - imageAlt: "Ananya Gupta", - icon: Package, + id: "2", name: "Ananya Gupta", role: "2nd Year Medical", testimonial: + "Fee tracking is transparent and accurate. No more confusion about what I owe or when it's due.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Ananya Gupta", icon: Package, }, { - id: "3", - name: "Vikram Singh", - role: "1st Year Management", - testimonial: - "The checkout process is incredibly smooth. Got my deposit back in days instead of weeks!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=6", - imageAlt: "Vikram Singh", - icon: Package, + id: "3", name: "Vikram Singh", role: "1st Year Management", testimonial: + "The checkout process is incredibly smooth. Got my deposit back in days instead of weeks!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Vikram Singh", icon: Package, }, { - id: "4", - name: "Deepika Nair", - role: "3rd Year Commerce", - testimonial: - "Best platform for hostel management. Wish we had this when I started my first year.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=7", - imageAlt: "Deepika Nair", - icon: Package, + id: "4", name: "Deepika Nair", role: "3rd Year Commerce", testimonial: + "Best platform for hostel management. Wish we had this when I started my first year.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Deepika Nair", icon: Package, }, { - id: "5", - name: "Arjun Patel", - role: "2nd Year Law", - testimonial: - "Exceptional customer support. Any issues are resolved immediately with helpful guidance.", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=8", - imageAlt: "Arjun Patel", - icon: Package, + id: "5", name: "Arjun Patel", role: "2nd Year Law", testimonial: + "Exceptional customer support. Any issues are resolved immediately with helpful guidance.", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Arjun Patel", icon: Package, }, { - id: "6", - name: "Kavya Sharma", - role: "Final Year IT", - testimonial: - "A game-changer for student housing. Finally, a platform that actually understands our needs!", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=9", - imageAlt: "Kavya Sharma", - icon: Package, + id: "6", name: "Kavya Sharma", role: "Final Year IT", testimonial: + "A game-changer for student housing. Finally, a platform that actually understands our needs!", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Kavya Sharma", icon: Package, }, ]} /> +
+ +
+