Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7695b72e6 | |||
| f39cc83b03 | |||
| 375a0944b3 | |||
| 541f2f2e85 | |||
| 993a62b5a1 | |||
| 13b2adfa55 | |||
| 975c3a8b20 | |||
| 7402ceabdf |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
|||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { Award, Shield, Zap } from "lucide-react";
|
import { Award, Shield, Zap, Mail, MessageSquare } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="Scale Your Business with Custom AI Architecture"
|
title="Build Scalable AI Solutions That Drive Results"
|
||||||
description="We build scalable AI solutions and enterprise-grade software to transform your business ecosystem."
|
description="We build scalable AI solutions and enterprise-grade software to transform your business ecosystem."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
@@ -182,15 +182,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
tag="Contact"
|
||||||
|
tagIcon={MessageSquare}
|
||||||
|
title="Let's Build Something Great"
|
||||||
|
description="Reach out to us via our form, send an email to hello@nexus.ai, or connect on WhatsApp for immediate support."
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Ready to build the future? Reach out today."
|
useInvertedBackground={false}
|
||||||
buttons={[
|
onSubmit={(email) => console.log("Form submitted", email)}
|
||||||
{
|
|
||||||
text: "Contact Us", href: "mailto:hello@agency.com"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user