Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be749ca4a | |||
| 9664179f90 | |||
| e3266d689b | |||
| d2922928af |
@@ -10,6 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Mail, ArrowRight } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="NEXUS"
|
||||
logoText="NEXUS AI"
|
||||
description="Enterprise AI solutions engineered for world-class organizations. Strategic intelligence. Custom implementation. Transformative results."
|
||||
buttons={[
|
||||
{ text: "Explore Our Work", href: "casestudies" },
|
||||
@@ -183,13 +184,14 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Next Steps"
|
||||
tagIcon={Mail}
|
||||
title="Transform Your Organization with Strategic AI"
|
||||
description="Schedule an exclusive consultation with our team. We'll explore your unique challenges, opportunities, and vision for AI-powered transformation."
|
||||
description="Schedule an exclusive consultation with our team. We'll explore your unique challenges, opportunities, and vision for AI-powered transformation. Join industry leaders who have already accelerated their digital evolution."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="your@organization.com"
|
||||
buttonText="Request Consultation"
|
||||
termsText="We respect your privacy. Your consultation request is confidential. We'll respond within 24 hours."
|
||||
termsText="We respect your privacy. Your consultation request is confidential. We'll respond within 24 hours with personalized insights and next steps."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user