From 3943c2663147d105f39386de70bfdd1e837efb7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:56:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d00e34..3ff757c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Explore Platform", href: "https://emergent.app" }, { text: "Learn More" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/a-modern-clean-software-dashboard-interf-1773042846680-ecac7c3a.png" imageAlt="Emergent AI Platform Dashboard" mediaAnimation="slide-up" @@ -80,13 +80,13 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - id: "01", title: "AI-Powered Insights", description: "Advanced machine learning analyzes complex data patterns to deliver actionable insights in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/abstract-visualization-of-artificial-int-1773042847709-2d2d2c1b.png?_wi=1", imageAlt: "AI Intelligence Visualization"}, + id: "01", title: "AI-Powered Insights", description: "Advanced machine learning analyzes complex data patterns to deliver actionable insights in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/abstract-visualization-of-artificial-int-1773042847709-2d2d2c1b.png", imageAlt: "AI Intelligence Visualization"}, { id: "02", title: "Enterprise Security", description: "Bank-grade encryption and compliance frameworks ensure your data remains secure and protected.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/secure-data-protection-and-encryption-vi-1773042846041-5a4869e6.png", imageAlt: "Data Security Protection"}, { id: "03", title: "Infinite Scalability", description: "Built on cloud infrastructure that grows with your organization, handling any volume seamlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/cloud-infrastructure-and-scalability-con-1773042846085-9f4426ed.png", imageAlt: "Cloud Scalability"}, { - id: "04", title: "Seamless Integration", description: "Connect with your existing tools and workflows through robust APIs and pre-built integrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/abstract-visualization-of-artificial-int-1773042847709-2d2d2c1b.png?_wi=2", imageAlt: "System Integration"}, + id: "04", title: "Seamless Integration", description: "Connect with your existing tools and workflows through robust APIs and pre-built integrations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/abstract-visualization-of-artificial-int-1773042847709-2d2d2c1b.png", imageAlt: "System Integration"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -190,7 +190,7 @@ export default function LandingPage() { tagIcon={Mail} title="Join Emergent Today" description="Get started with AI-powered intelligence. Subscribe to our newsletter for insights, updates, and exclusive offers." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRLL1Z4xuaXp7sIFz8lBLJ7Ru/minimalist-contact-or-communication-inte-1773042845944-4042e4c0.png" imageAlt="Emergent Contact Interface" -- 2.49.1