Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c921d28755 | |||
| edc64ff3d5 | |||
| da4083554b | |||
| ad78b21117 | |||
| 922f4c0ce4 | |||
| c9c4c65974 | |||
| bed7fe1621 | |||
| 27e2b4250a | |||
| e61e44eea8 | |||
| 1ff177a8f6 | |||
| 6fb3c47bd2 |
@@ -1,59 +1,21 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Archivo } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const archivo = Archivo({
|
|
||||||
variable: "--font-archivo", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "AccountingAI - AI-Powered Accounting Automation", description: "Transform your accounting with AI. Automate invoice processing, expense categorization, and reporting. Save 20+ hours weekly. Try free—no credit card required.", keywords: "AI accounting, accounting automation, invoice processing, expense management, financial software, accounting AI assistant", metadataBase: new URL("https://accountingai.example.com"),
|
title: "AccountingAI - AI-Powered Accounting Automation", description: "Automate your financial workflows with AI-powered accounting. Process invoices, categorize expenses, and generate reports in seconds."
|
||||||
alternates: {
|
|
||||||
canonical: "https://accountingai.example.com"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "AccountingAI - Intelligent Accounting Automation", description: "Automate your accounting workflows with AI. Process invoices instantly, categorize expenses accurately, and generate reports automatically.", type: "website", siteName: "AccountingAI", images: [
|
|
||||||
{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXI4lGmP2u47s0VdGIUYIQVo7R/a-modern-accounting-software-dashboard-i-1772732389172-8f17edae.png", alt: "AccountingAI Dashboard"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "AccountingAI - AI-Powered Accounting", description: "Save 20+ hours weekly on accounting. Automate invoices, expenses, and reporting with advanced AI.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXI4lGmP2u47s0VdGIUYIQVo7R/a-modern-accounting-software-dashboard-i-1772732389172-8f17edae.png"]
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1421,7 +1383,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ 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}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,8 +54,8 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
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: "Watch Demo", href: "#demo" }
|
{ text: "See How It Works", href: "#demo" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureHoverPattern
|
<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."
|
description="Powered by advanced AI to handle your most complex accounting challenges with precision and speed."
|
||||||
tag="Core Capabilities"
|
tag="Core Capabilities"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
@@ -127,10 +127,10 @@ export default function LandingPage() {
|
|||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: Clock, title: "Time Saved", value: "20+ Hours/Week" },
|
{ id: "1", icon: CheckCircle, title: "Accuracy Rate", value: "99.9%" },
|
||||||
{ id: "2", icon: DollarSign, title: "Cost Reduction", value: "60% Lower Costs" },
|
{ id: "2", icon: Clock, title: "Time Saved", value: "20+ Hours/Week" },
|
||||||
{ id: "3", icon: Users, title: "Active Users", value: "50,000+" },
|
{ id: "3", icon: DollarSign, title: "Cost Reduction", value: "60% Lower Costs" },
|
||||||
{ id: "4", icon: CheckCircle, title: "Accuracy Rate", value: "99.9%" }
|
{ id: "4", icon: Users, title: "Active Users", value: "50,000+" }
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -166,12 +166,12 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Great for Teams", badgeIcon: Sparkles,
|
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"]
|
features: ["Up to 5 team members", "5,000 invoice processing/month", "Basic reporting", "Email support", "Standard integrations"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional", badge: "Most Popular", badgeIcon: Zap,
|
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"]
|
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" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your work email"
|
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."
|
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We respect your inbox—unsubscribe anytime."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #250c0d;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #250c0d;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #b90941;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e8a8b6;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user