Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-03-05 18:05:51 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" }}
button={{ text: "see how it works ", href: "https://app.accountingai.example.com/signup" }}
animateOnLoad={true}
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
imagePosition="right"
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" },
{ text: "see how it works ", href: "https://app.accountingai.example.com/signup" },
{ text: "See How It Works", href: "#demo" }
]}
buttonAnimation="slide-up"
@@ -82,7 +82,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureHoverPattern
title="BEYOND CALCULATIONS WE ARE YOUR LAST MINUTE SAVIOR "
title="six core capabilities made for speed "
description="Powered by advanced AI to handle your most complex accounting challenges with precision and speed."
tag="Core Capabilities"
tagIcon={Zap}
@@ -166,12 +166,12 @@ export default function LandingPage() {
plans={[
{
id: "starter", badge: "Great for Teams", badgeIcon: Sparkles,
price: "$299/mo", subtitle: "Perfect for small accounting teams", buttons: [{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup?plan=starter" }],
price: "$299/mo", subtitle: "Perfect for small accounting teams", buttons: [{ text: "see how it works ", href: "https://app.accountingai.example.com/signup?plan=starter" }],
features: ["Up to 5 team members", "5,000 invoice processing/month", "Basic reporting", "Email support", "Standard integrations"]
},
{
id: "professional", badge: "Most Popular", badgeIcon: Zap,
price: "$799/mo", subtitle: "For growing businesses", buttons: [{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup?plan=professional" }],
price: "$799/mo", subtitle: "For growing businesses", buttons: [{ text: "see how it works ", href: "https://app.accountingai.example.com/signup?plan=professional" }],
features: ["Up to 20 team members", "Unlimited invoice processing", "Advanced analytics & forecasting", "Priority phone support", "Premium integrations", "Custom workflows"]
},
{
@@ -227,7 +227,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
inputPlaceholder="Enter your work email"
buttonText="Start Free Trial"
buttonText="see how it works "
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We respect your inbox—unsubscribe anytime."
/>
</div>