Update src/app/page.tsx

This commit is contained in:
2026-04-19 20:27:23 +00:00
parent 325c9d6dc5
commit efbf7eb1a2

View File

@@ -51,7 +51,8 @@ export default function LandingPage() {
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Package }, { icon: BarChart3 }],
stats: [
{ title: "Revenue", values: [12500, 14200, 15800], valuePrefix: "$", description: "This month" },
{ title: "Orders", values: [45, 52, 60], description: "Today" }
{ title: "Orders", values: [45, 52, 60], description: "Today" },
{ title: "Returns", values: [2, 1, 3], description: "This week" }
],
listTitle: "Recent Transfers", listItems: [
{ icon: TrendingUp, title: "Supplier Payment", status: "Completed" },
@@ -76,6 +77,7 @@ export default function LandingPage() {
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{ title: "Live Inventory Control", description: "See your exact stock levels, monitor low-stock alerts, and track pending orders as they happen.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg" },
{ title: "Financial Pulse", description: "Your revenue, expenses, and profit margins are calculated in real time, so you always know where you stand.", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg" },