5 Commits

Author SHA1 Message Date
f70fbca86d Update src/app/page.tsx 2026-03-05 23:19:34 +00:00
9685dcf3be Update src/app/layout.tsx 2026-03-05 23:19:33 +00:00
c06f35da2f Merge version_2 into main
Merge version_2 into main
2026-03-05 23:18:09 +00:00
ad6b569985 Update src/app/page.tsx 2026-03-05 23:18:05 +00:00
82bc54d2d8 Merge version_1 into main
Merge version_1 into main
2026-03-05 22:43:31 +00:00
2 changed files with 43 additions and 65 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "../styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "ContractAI - AI Contract Management for Agencies", description: "Automate contract creation and management for agencies. Generate agreements in minutes, streamline approvals, and close deals faster with AI-powered ContractAI.", keywords: "contract management, AI contracts, agency software, agreement automation, contract automation, legal tech, SaaS", metadataBase: new URL("https://contractai.com"),
alternates: {
canonical: "https://contractai.com"},
openGraph: {
title: "ContractAI - Contracts in Minutes, Not Weeks", description: "AI-powered contract management built for agencies. Automate drafting, streamline approvals, and close deals faster.", url: "https://contractai.com", siteName: "ContractAI", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/a-sleek-modern-saas-dashboard-interface--1772750489924-1c29c1f5.png", alt: "ContractAI Platform Dashboard"},
],
type: "website"},
twitter: {
card: "summary_large_image", title: "ContractAI - Contracts in Minutes, Not Weeks", description: "AI-powered contract management built for agencies. Automate drafting, streamline approvals, and close deals faster.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/a-sleek-modern-saas-dashboard-interface--1772750489924-1c29c1f5.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "ContractAI - AI-Powered Contract Management for Agencies", description: "Automate contract creation, streamline approvals, and close deals faster with ContractAI's AI-powered agreement platform built for modern agencies."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
]}
brandName="ContractAI"
button={{
text: "Start Free Trial", href: "#contact"}}
text: "Start Free Trial", href: "/contact"
}}
animateOnLoad={true}
/>
</div>
@@ -47,7 +48,7 @@ export default function LandingPage() {
description="Contracts in Minutes, Not Weeks. AI-powered agreement creation and management built for agencies. Automate drafting, streamline approvals, and close deals faster—all in one platform."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Generate Your First Contract Free", href: "/contact" },
{ text: "Watch Demo", href: "#" },
]}
buttonAnimation="slide-up"
@@ -66,13 +67,17 @@ export default function LandingPage() {
tag="Features"
accordionItems={[
{
id: "1", title: "AI-Powered Draft Generation", content: "Create legally-sound contract templates in seconds. Our AI learns from your past agreements and industry best practices to generate customized drafts tailored to each client relationship."},
id: "1", title: "AI-Powered Draft Generation", content: "Create legally-sound contract templates in seconds. Our AI learns from your past agreements and industry best practices to generate customized drafts tailored to each client relationship."
},
{
id: "2", title: "Smart Approval Workflows", content: "Route contracts through automated approval chains with role-based permissions. Get instant notifications, track changes in real-time, and eliminate bottlenecks in your approval process."},
id: "2", title: "Smart Approval Workflows", content: "Route contracts through automated approval chains with role-based permissions. Get instant notifications, track changes in real-time, and eliminate bottlenecks in your approval process."
},
{
id: "3", title: "Version Control & Collaboration", content: "Never lose track of contract versions again. Centralized document management with built-in collaboration tools lets your team work seamlessly without the chaos of email attachments."},
id: "3", title: "Version Control & Collaboration", content: "Never lose track of contract versions again. Centralized document management with built-in collaboration tools lets your team work seamlessly without the chaos of email attachments."
},
{
id: "4", title: "Compliance & Security", content: "Enterprise-grade encryption and automated compliance checks ensure every contract meets legal standards. Rest easy knowing your sensitive data is protected and audit-ready."},
id: "4", title: "Compliance & Security", content: "Enterprise-grade encryption and automated compliance checks ensure every contract meets legal standards. Rest easy knowing your sensitive data is protected and audit-ready."
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/a-visual-representation-of-a-streamlined-1772750490557-483fde78.png"
imageAlt="Contract Workflow Automation"
@@ -141,17 +146,23 @@ export default function LandingPage() {
author="Sarah Mitchell, CEO of Creative Ventures Agency"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-conf-1772750488849-cb04a689.png", alt: "Sarah Mitchell"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-conf-1772750488849-cb04a689.png", alt: "Sarah Mitchell"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488929-c7d1f644.png", alt: "Team Member 2"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488929-c7d1f644.png", alt: "Team Member 2"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-woma-1772750488868-5e8d84e4.png", alt: "Team Member 3"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-woma-1772750488868-5e8d84e4.png", alt: "Team Member 3"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488831-b4524078.png", alt: "Team Member 4"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488831-b4524078.png", alt: "Team Member 4"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-dive-1772750489230-ab304d44.png", alt: "Team Member 5"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-dive-1772750489230-ab304d44.png", alt: "Team Member 5"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488773-81d81287.png", alt: "Team Member 6"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXsmTipBuNOhrYfiH4stN7Fgle/professional-headshot-portrait-of-a-man--1772750488773-81d81287.png", alt: "Team Member 6"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -166,17 +177,23 @@ export default function LandingPage() {
tag="Support"
faqs={[
{
id: "1", title: "How does ContractAI learn my contract requirements?", content: "You upload your existing contract templates and past agreements to the platform. Our AI analyzes these documents to understand your clause preferences, language patterns, and industry-specific requirements. Over time, it gets smarter and more personalized to your agency's specific needs."},
id: "1", title: "How does ContractAI learn my contract requirements?", content: "You upload your existing contract templates and past agreements to the platform. Our AI analyzes these documents to understand your clause preferences, language patterns, and industry-specific requirements. Over time, it gets smarter and more personalized to your agency's specific needs."
},
{
id: "2", title: "Is ContractAI a replacement for legal counsel?", content: "ContractAI is designed to complement your legal team, not replace them. It handles routine contract generation and formatting, freeing up your legal team to focus on complex negotiations, compliance strategy, and high-value contracts. Many agencies use ContractAI to reduce legal costs without sacrificing quality."},
id: "2", title: "Is ContractAI a replacement for legal counsel?", content: "ContractAI is designed to complement your legal team, not replace them. It handles routine contract generation and formatting, freeing up your legal team to focus on complex negotiations, compliance strategy, and high-value contracts. Many agencies use ContractAI to reduce legal costs without sacrificing quality."
},
{
id: "3", title: "What happens if a client needs a custom clause?", content: "Our platform supports easy customization. You can edit any AI-generated contract directly in the interface, and your revisions are saved for future use. The AI learns from your edits to improve future generations."},
id: "3", title: "What happens if a client needs a custom clause?", content: "Our platform supports easy customization. You can edit any AI-generated contract directly in the interface, and your revisions are saved for future use. The AI learns from your edits to improve future generations."
},
{
id: "4", title: "How secure are my contracts?", content: "We use enterprise-grade encryption (AES-256) for data at rest and TLS 1.3 for data in transit. All contracts are stored in ISO 27001 certified data centers with automated backups. We're SOC 2 Type II compliant and conduct regular third-party security audits."},
id: "4", title: "How secure are my contracts?", content: "We use enterprise-grade encryption (AES-256) for data at rest and TLS 1.3 for data in transit. All contracts are stored in ISO 27001 certified data centers with automated backups. We're SOC 2 Type II compliant and conduct regular third-party security audits."
},
{
id: "5", title: "Can multiple team members access and edit contracts?", content: "Yes. You can set role-based permissions for your team members. Assign owners, reviewers, and approvers for different contract types. The platform tracks all changes and maintains a complete audit trail."},
id: "5", title: "Can multiple team members access and edit contracts?", content: "Yes. You can set role-based permissions for your team members. Assign owners, reviewers, and approvers for different contract types. The platform tracks all changes and maintains a complete audit trail."
},
{
id: "6", title: "What's included in the free trial?", content: "Your 14-day free trial includes full access to all features: unlimited contract generation, collaboration tools, approval workflows, and integration with common e-signature platforms. No credit card required."},
id: "6", title: "What's included in the free trial?", content: "Your 14-day free trial includes full access to all features: unlimited contract generation, collaboration tools, approval workflows, and integration with common e-signature platforms. No credit card required."
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -211,7 +228,7 @@ export default function LandingPage() {
{
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Pricing", href: "#metrics" },
{ label: "Security", href: "#" },
{ label: "Integrations", href: "#" },
],