From d9ee825d9dafb6ce56f2c5f929d554f815f312fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:25:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa7114b..9fbaef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,13 +85,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Payments", title: "Automated Billing", subtitle: "Effortless invoicing", description: "Automate billing cycles and generate invoices in real-time.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg"}, + tag: "Payments", title: "Automated Billing", subtitle: "Effortless invoicing", description: "Automate billing cycles and generate invoices in real-time.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg?_wi=1"}, { id: 2, - tag: "Ledger", title: "Ledger Tracking", subtitle: "Complete audit trail", description: "Maintain transparent student ledgers with historical audit logs.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg"}, + tag: "Ledger", title: "Ledger Tracking", subtitle: "Complete audit trail", description: "Maintain transparent student ledgers with historical audit logs.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg?_wi=2"}, { id: 3, - tag: "Reporting", title: "Financial Reports", subtitle: "Deep analytics", description: "Export detailed financial insights for university administration.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg"}, + tag: "Reporting", title: "Financial Reports", subtitle: "Deep analytics", description: "Export detailed financial insights for university administration.", imageSrc: "http://img.b2bpic.net/free-vector/cycle-arrows-around-dollar-coin_78370-9153.jpg?_wi=3"}, ]} title="Manage Student Accounts" description="Streamlined ledger management with automated billing and payment reminders." -- 2.49.1