Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-12 14:07:05 +00:00

View File

@@ -116,7 +116,7 @@ export default function LandingPage() {
{
title: "Revenue Tracking", description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart"},
{
title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk.", bentoComponent: "icon-info-cards", items: [
title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk. ", bentoComponent: "icon-info-cards", items: [
{
icon: Wallet,
label: "Collected", value: "$1.2M"},
@@ -147,25 +147,25 @@ export default function LandingPage() {
name: "Sales", icon: LineChart,
},
{
name: "Finance", icon: Wallet,
name: "Finance", icon: Wallet,
},
{
name: "Clients", icon: User,
name: "Clients", icon: User,
},
{
name: "Alerts", icon: Bell,
name: "Alerts", icon: Bell,
},
{
name: "Reports", icon: BarChart,
name: "Reports", icon: BarChart,
},
{
name: "Team", icon: MessageCircle,
name: "Team", icon: MessageCircle,
},
{
name: "Settings", icon: Globe,
name: "Settings", icon: Globe,
},
{
name: "Help", icon: ShieldCheck,
name: "Help", icon: ShieldCheck,
},
]}
}
@@ -277,7 +277,8 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
variant: "sparkles-gradient"
}}
text="Ready to transform your business with actionable analytics? Get in touch today for a personalized demo."
buttons={[
{