From f2f472e57e095b7c360e26a8b96df3d2c32c5b51 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:07:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 404bad4..e43c41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,24 +126,24 @@ export default function HomePage() { features={[ { id: 1, - title: "3D Morphing Interface", description: - "Watch your workspace transform in real-time with smooth 3D morphing animations that adapt to your workflow", imageSrc: + title: "AI Chat ", description: + "Smart conversational AI that answers questions, explains concepts, and helps you get things done faster through natural and interactive conversations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZB3zM95gknux0zIzJRmQ6sQPY/a-showcase-of-3d-morphing-interface-anim-1772790278712-68c22077.png?_wi=1", imageAlt: "3D morphing interface animation"}, { id: 2, - title: "Masked Avatar Animation", description: - "Personalized AI avatars that respond to your commands with sophisticated masking and expression animations", imageSrc: + title: "Code ", description: + "Generate, understand, and improve code instantly. Get help with programming, debugging, and learning different coding languages with AI-powered assistance ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZB3zM95gknux0zIzJRmQ6sQPY/a-personalized-ai-avatar-with-sophistica-1772790280055-401d730e.png?_wi=1", imageAlt: "Personalized AI avatar with masked animations"}, { id: 3, - title: "Social Flip Button Interactions", description: - "Engage with intuitive flip animations that reveal contextual actions and social sharing capabilities", imageSrc: + title: "Content ", description: + "Create high-quality content in seconds. From articles and blog posts to captions and emails, AI helps you write faster and better ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZB3zM95gknux0zIzJRmQ6sQPY/interactive-flip-button-animations-with--1772790280880-78014230.png", imageAlt: "Interactive flip button animations"}, { id: 4, - title: "Continuous Loop Video Processing", description: - "Real-time video analysis with loop processing for continuous monitoring and insights generation", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZB3zM95gknux0zIzJRmQ6sQPY/a-continuous-loop-video-processing-visua-1772790280765-b9f63984.png", imageAlt: "Continuous loop video processing visualization"}, + title: "Suggestions ", description: + "Receive intelligent suggestions to improve your ideas, writing, and workflow. AI analyzes your input and offers helpful recommendations to make your work better ", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZB3zM95gknux0zIzJRmQ6sQPY/uploaded-1772791635284-p73g69wg.jpg", imageAlt: "Continuous loop video processing visualization"}, ]} buttons={[{ text: "Explore All Features", href: "#workspace" }]} /> -- 2.49.1