From ade087e8d3d16b3e29d811cf717b32131b8a9a56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:43:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5051512..3647e0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />