diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3620a6d..e0863c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -97,14 +74,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TaxDome",
- "Canopy",
- "Google Drive",
- "OneDrive",
- "ProConnect",
- "Dropbox",
- "ShareFile",
- ]}
+ "TaxDome", "Canopy", "Google Drive", "OneDrive", "ProConnect", "Dropbox", "ShareFile"]}
title="Works with the tools you already use"
description="Taxably integrates seamlessly with your existing practice management software, cloud storage, and tax preparation tools."
/>
@@ -117,35 +87,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "s1",
- title: "Install Taxably Connect",
- descriptions: [
- "A lightweight Windows app that watches your local folders and practice management systems.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/table-laptop-showing-charts-conference-room-business-people-having-important-discussion_482257-27897.jpg?_wi=2",
- imageAlt: "modern software dashboard dark",
- },
+ id: "s1", title: "Install Taxably Connect", descriptions: [
+ "A lightweight Windows app that watches your local folders and practice management systems."],
+ imageSrc: "http://img.b2bpic.net/free-photo/table-laptop-showing-charts-conference-room-business-people-having-important-discussion_482257-27897.jpg?_wi=2", imageAlt: "modern software dashboard dark"},
{
- id: "s2",
- title: "AI Scans Every Document",
- descriptions: [
- "Taxably classifies, extracts, and maps data to ProConnect fields automatically.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg?_wi=2",
- imageAlt: "document organization ui ai",
- },
+ id: "s2", title: "AI Scans Every Document", descriptions: [
+ "Taxably classifies, extracts, and maps data to ProConnect fields automatically."],
+ imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg?_wi=2", imageAlt: "document organization ui ai"},
{
- id: "s3",
- title: "Review on Your Dashboard",
- descriptions: [
- "See live activity, missing docs, and client status from any browser at app.taxably.ai.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg?_wi=2",
- imageAlt: "software sync visual interface",
- },
+ id: "s3", title: "Review on Your Dashboard", descriptions: [
+ "See live activity, missing docs, and client status from any browser at app.taxably.ai."],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg?_wi=2", imageAlt: "software sync visual interface"},
]}
title="How it works"
- description="Seamless integration into your current practice without breaking your workflow."
+ description="Automate document classification, data extraction, and client synchronization in three simple steps"
/>
@@ -156,52 +111,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "solo",
- tag: "Solo",
- price: "$29",
- period: "/mo",
- description: "1 preparer, unlimited clients",
- button: {
- text: "Start Free Trial",
- },
- featuresTitle: "Includes:",
- features: [
- "Taxably Connect",
- "Firm Dashboard",
- "Standard Support",
- ],
+ id: "solo", tag: "Solo", price: "$29", period: "/mo", description: "1 preparer, unlimited clients", button: {
+ text: "Start Free Trial"},
+ featuresTitle: "Includes:", features: [
+ "Taxably Connect", "Firm Dashboard", "Standard Support"],
},
{
- id: "firm",
- tag: "Firm",
- price: "$59",
- period: "/mo",
- description: "Up to 5 preparers, team dashboard",
- button: {
- text: "Start Free Trial",
- },
- featuresTitle: "Includes:",
- features: [
- "All Solo features",
- "Team Management",
- "Priority Support",
- ],
+ id: "firm", tag: "Firm", price: "$59", period: "/mo", description: "Up to 5 preparers, team dashboard", button: {
+ text: "Start Free Trial"},
+ featuresTitle: "Includes:", features: [
+ "All Solo features", "Team Management", "Priority Support"],
},
{
- id: "practice",
- tag: "Practice",
- price: "$119",
- period: "/mo",
- description: "Unlimited preparers, priority support",
- button: {
- text: "Start Free Trial",
- },
- featuresTitle: "Includes:",
- features: [
- "All Firm features",
- "Custom Integrations",
- "Dedicated Account Manager",
- ],
+ id: "practice", tag: "Practice", price: "$119", period: "/mo", description: "Unlimited preparers, priority support", button: {
+ text: "Start Free Trial"},
+ featuresTitle: "Includes:", features: [
+ "All Firm features", "Custom Integrations", "Dedicated Account Manager"],
},
]}
title="Simple Pricing"
@@ -219,17 +144,11 @@ export default function LandingPage() {
metricsAnimation="slide-up"
metrics={[
{
- value: "80%",
- title: "Reduction in data entry time",
- },
+ value: "80%", title: "Reduction in data entry time"},
{
- value: "99.9%",
- title: "Accuracy in data extraction",
- },
+ value: "99.9%", title: "Accuracy in data extraction"},
{
- value: "5k+",
- title: "Documents processed daily",
- },
+ value: "5k+", title: "Documents processed daily"},
]}
/>
@@ -243,4 +162,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file