From 8725268378b748ee250b7adf435355c38e372c28 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:45:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d97957..b5f0295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Start Free Trial", href: "/register" }, { text: "Watch Demo", href: "#" }]} - imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg?_wi=1" imageAlt="ArthSaathi Dashboard Interface" mediaAnimation="slide-up" avatars={[ @@ -82,7 +82,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { title: "Advanced Analytics", description: "Excel-like pivot tables and real-time expense heatmaps for deep-dive financial analysis.", imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "Analytics" }, + { title: "Advanced Analytics", description: "Excel-like pivot tables and real-time expense heatmaps for deep-dive financial analysis.", imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg?_wi=1", imageAlt: "Analytics" }, { title: "AI Command Center", description: "Prompt-based financial assistant to predict savings and generate tax-saving strategies instantly.", imageSrc: "http://img.b2bpic.net/free-photo/female-business-analyst-looking-dashboard-with-company-research-results-laptop-screen-remote-corporate-worker-analyzing-diagrams-pie-charts-computer-home-office-evening_482257-48383.jpg", imageAlt: "AI Assistant" }, { title: "Document Vault", description: "AI-native extraction of amounts and dates from Form 16, insurance policies, and tax docs.", imageSrc: "http://img.b2bpic.net/free-vector/digital-govenment-set_1284-70091.jpg", imageAlt: "Secure Vault" }, ]} @@ -154,8 +154,8 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { id: "free", title: "Free", price: "₹0", period: "/mo", features: ["Basic Dashboard", "ArthBot Limited", "Email Support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-vector/modern-geometric-monogram-logo-branding_125964-4542.jpg", imageAlt: "tech company brand logo minimal" }, - { id: "pro", title: "Pro", price: "₹199", period: "/mo", features: ["Advanced Analytics", "Tax Planner", "Document Vault"], button: { text: "Upgrade" }, imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg", imageAlt: "tech company brand logo minimal" }, - { id: "bus", title: "Business", price: "₹999", period: "/mo", features: ["Multi-User", "CRM Integration", "Priority AI"], button: { text: "Contact Sales" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "tech company brand logo minimal" }, + { id: "pro", title: "Pro", price: "₹199", period: "/mo", features: ["Advanced Analytics", "Tax Planner", "Document Vault"], button: { text: "Upgrade" }, imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg?_wi=2", imageAlt: "tech company brand logo minimal" }, + { id: "bus", title: "Business", price: "₹999", period: "/mo", features: ["Multi-User", "CRM Integration", "Priority AI"], button: { text: "Contact Sales" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg?_wi=2", imageAlt: "tech company brand logo minimal" }, ]} title="Flexible SaaS Plans" description="Choose the workspace that fits your financial journey." -- 2.49.1