Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-sophisticated-ai-platform-interface-wi-1773560547994-5460d4d0.png"
|
||||
imageAlt="Nexus AI Platform Interface"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -81,13 +81,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Smart Automation", description: "Automate complex workflows with AI-powered intelligence. Save time and reduce manual errors with intelligent task processing.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-clean-mobile-phone-displaying-an-ai-au-1773560545110-07238f23.png?_wi=1", imageAlt: "A clean mobile phone displaying an AI automation interface with purple accents. Show workflow automa" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-clean-mobile-phone-displaying-an-ai-au-1773560545110-07238f23.png?_wi=2", imageAlt: "A clean mobile phone displaying an AI automation interface with purple accents. Show workflow automa" }
|
||||
title: "Smart Automation", description: "Automate complex workflows with AI-powered intelligence. Save time and reduce manual errors with intelligent task processing.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-clean-mobile-phone-displaying-an-ai-au-1773560545110-07238f23.png", imageAlt: "A clean mobile phone displaying an AI automation interface with purple accents. Show workflow automa" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-clean-mobile-phone-displaying-an-ai-au-1773560545110-07238f23.png", imageAlt: "A clean mobile phone displaying an AI automation interface with purple accents. Show workflow automa" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Real-Time Analytics", description: "Get instant insights into your data with advanced analytics. Make informed decisions with real-time metrics and predictive analysis.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-modern-tablet-displaying-advanced-anal-1773560544385-aacb878a.png?_wi=1", imageAlt: "A modern tablet displaying advanced analytics and real-time data insights with purple theme. Charts," },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-modern-tablet-displaying-advanced-anal-1773560544385-aacb878a.png?_wi=2", imageAlt: "A modern tablet displaying advanced analytics and real-time data insights with purple theme. Charts," }
|
||||
title: "Real-Time Analytics", description: "Get instant insights into your data with advanced analytics. Make informed decisions with real-time metrics and predictive analysis.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-modern-tablet-displaying-advanced-anal-1773560544385-aacb878a.png", imageAlt: "A modern tablet displaying advanced analytics and real-time data insights with purple theme. Charts," },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyMi6ifGhSWNfgRUbvUxqxBYGS/a-modern-tablet-displaying-advanced-anal-1773560544385-aacb878a.png", imageAlt: "A modern tablet displaying advanced analytics and real-time data insights with purple theme. Charts," }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Demo", href: "mailto:hello@nexusai.com" },
|
||||
{ text: "Contact Sales", href: "mailto:sales@nexusai.com" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user