From 6e0e16aa68bab709068efad3954c2b8d578083f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:47:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44bea1b..6d22e0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,10 +46,8 @@ import { Leaf, Camera, Building2, - Balance, Lock, Volume2, - MailX, Languages, Server, Mail, @@ -93,7 +91,7 @@ export default function LandingPage() { tag="Unit 1: AI Fundamentals" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} kpis={[ { value: "6", label: "Project Stages" }, { value: "3", label: "AI Domains" }, @@ -137,27 +135,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Look for Ideas", description: "Start by identifying what message or design you want to create", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=1" + title: "Look for Ideas", description: "Start by identifying what message or design you want to create", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" }, { id: 2, - title: "Plan the Design", description: "Sketch out your concept and design approach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=2" + title: "Plan the Design", description: "Sketch out your concept and design approach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" }, { id: 3, - title: "Gather Materials", description: "Collect all necessary resources and supplies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=3" + title: "Gather Materials", description: "Collect all necessary resources and supplies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" }, { id: 4, - title: "Create the Card", description: "Execute your design with care and precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=4" + title: "Create the Card", description: "Execute your design with care and precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" }, { id: 5, - title: "Correct Mistakes", description: "Review and refine any imperfections", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=5" + title: "Correct Mistakes", description: "Review and refine any imperfections", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" }, { id: 6, - title: "Deliver Final Card", description: "Present the polished, completed card", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png?_wi=6" + title: "Deliver Final Card", description: "Present the polished, completed card", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Au0u16gASG1IpyJo6VZJaBwSh2/visual-workflow-of-greeting-card-creatio-1773427541728-cfec57ae.png" } ]} animationType="slide-up" @@ -605,7 +603,7 @@ export default function LandingPage() { tag="Slide 17: Summary" title="Conclusion: AI Project Cycle & Ethics" description="AI projects succeed through structured methodology and ethical responsibility. By following the AI project cycle and adhering to ethical frameworks, we can develop AI systems that are both effective and trustworthy." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Your email for updates" buttonText="Subscribe for More" -- 2.49.1