1 Commits

Author SHA1 Message Date
34a9e304e1 Update src/app/page.tsx 2026-04-21 21:35:26 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -222,12 +222,12 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCenter
tag="Let's Connect" tag="Let's Connect"
title="Start your journey with Adaptive today." title="Start your journey with Adaptive today."
description="Share your vision and let's craft something remarkable." description="Share your vision and let's craft something remarkable."
buttons={[{ text: "Book a Call", href: "#" }]} background={{
background={{ variant: "sparkles-gradient" }} variant: "plain"}}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -240,14 +240,14 @@ export default function LandingPage() {
title: "Company", items: [ title: "Company", items: [
{ label: "About", href: "#about" }, { label: "About", href: "#about" },
{ label: "Services", href: "#features" }, { label: "Services", href: "#features" },
], ]
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
{ label: "Privacy", href: "#" }, { label: "Privacy", href: "#" },
{ label: "Terms", href: "#" }, { label: "Terms", href: "#" },
], ]
}, }
]} ]}
/> />
</div> </div>