Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7a054b354 | |||
| 72b7484fa5 | |||
| 7aaf889322 | |||
| 5f5f497597 | |||
| ec3469dd52 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -223,54 +223,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
|
||||||
variant: "radial-gradient"}}
|
|
||||||
tag="Get Started"
|
|
||||||
title="Ready to Transform Your Finances?"
|
title="Ready to Transform Your Finances?"
|
||||||
description="Join 100+ businesses already leveraging AI for their accounting. Sign up for early access today."
|
description="Join 100+ businesses already leveraging AI for their accounting. Sign up for early access today."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg"
|
inputs={[
|
||||||
mediaAnimation="slide-up"
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
mediaPosition="right"
|
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||||
|
]}
|
||||||
|
buttonText="Sign Up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterLogoReveal
|
||||||
logoText="AutoProfit AI"
|
logoText="AutoProfit AI"
|
||||||
columns={[
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
{
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
title: "Product", items: [
|
|
||||||
{
|
|
||||||
label: "Features", href: "#features"},
|
|
||||||
{
|
|
||||||
label: "Pricing", href: "#pricing"},
|
|
||||||
{
|
|
||||||
label: "Compliance", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company", items: [
|
|
||||||
{
|
|
||||||
label: "About Us", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Careers", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Resources", items: [
|
|
||||||
{
|
|
||||||
label: "GST Education", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Blog", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Help Center", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user