Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ae0aed01 | |||
| c921d28755 | |||
| f5a7db22d6 | |||
| edc64ff3d5 | |||
| fd004d7140 | |||
| da4083554b | |||
| ad78b21117 | |||
| 922f4c0ce4 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AccountingAI - AI-Powered Accounting Automation", description: "Automate your financial workflows with AI-powered accounting. Process invoices, categorize expenses, and generate reports in seconds."};
|
||||
title: "AccountingAI - AI-Powered Accounting Automation", description: "Automate your financial workflows with AI-powered accounting. Process invoices, categorize expenses, and generate reports in seconds."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -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,8 +54,8 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://app.accountingai.example.com/signup" },
|
||||
{ text: "Watch Demo", href: "#demo" }
|
||||
{ text: "see how it works ", href: "https://app.accountingai.example.com/signup" },
|
||||
{ text: "See How It Works", href: "#demo" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user