Update src/app/page.tsx

This commit is contained in:
2026-06-02 05:03:26 +00:00
parent 5e79623e57
commit 54bfbfe6b6

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -45,10 +44,10 @@ export default function LandingPage() {
{
name: "FAQ", id: "/#faq"},
{
name: "Contact", id: "/#contact"},
name: "Contact", id: "/contact"},
]}
button={{
text: "Sign Up Now", href: "/#contact"}}
text: "Sign Up Now", href: "/contact"}}
brandName="Aura AI"
/>
</div>
@@ -65,7 +64,7 @@ export default function LandingPage() {
{
text: "Explore Features", href: "/#features"},
{
text: "Get Started", href: "/#contact"},
text: "Get Started", href: "/contact"},
]}
carouselItems={[
{
@@ -197,27 +196,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
tag="Ready to Transform Your Control?"
title="Experience Aura AI Today"
description="Join the revolution of intelligent control. Aura AI is poised to change the way you interact with technology. Get in touch to learn more or to start your journey."
buttons={[
{
text: "Contact Sales", href: "/#contact"},
{
text: "Request a Demo", href: "/#contact"},
{
text: "Email Us", href: "mailto:shridhruv.0405@gmail.com"},
{
text: "Call Us", href: "tel:9398606575"}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg"