|
|
|
|
@@ -8,9 +8,9 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import { Brain, Cpu, CreditCard, Shield, Sparkles, Star, Target, TrendingUp, Zap, Crown } from 'lucide-react';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import { Brain, Cpu, CreditCard, Shield, Sparkles, Star, Target, TrendingUp, Zap, Crown, MessageCircle, Mail, Globe } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -219,16 +219,12 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
title="Ready to Deploy Your AI Agent?"
|
|
|
|
|
description="Join thousands of enterprises using Claus.io to automate at scale. Start your journey toward intelligent automation today."
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BH71r0Fs4dS10xm0cMDD7JQ8Iy/abstract-cyberpunk-visualization-showing-1774134049624-855e8833.png?_wi=2"
|
|
|
|
|
imageAlt="Digital Connectivity Network"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="Enter your email or company domain"
|
|
|
|
|
buttonText="Request Demo"
|
|
|
|
|
termsText="By requesting a demo, you agree to our Terms of Service and Privacy Policy."
|
|
|
|
|
@@ -237,10 +233,42 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="claus.io"
|
|
|
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Product", items: [
|
|
|
|
|
{ label: "Features", href: "#features" },
|
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
|
{ label: "Security", href: "#about" },
|
|
|
|
|
{ label: "Roadmap", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{ label: "Documentation", href: "#" },
|
|
|
|
|
{ label: "API Docs", href: "#" },
|
|
|
|
|
{ label: "Community", href: "#" },
|
|
|
|
|
{ label: "Support", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
{ label: "Cookie Policy", href: "#" },
|
|
|
|
|
{ label: "Compliance", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2024 Claus.io. All rights reserved."
|
|
|
|
|
ariaLabel="Site Footer"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|