From aa05d1aadc3b38f0d64ffb5973b2cfc3075a60bd Mon Sep 17 00:00:00 2001 From: Sma1lboy <541898146chen@gmail.com> Date: Sat, 15 Mar 2025 20:22:12 -0500 Subject: [PATCH 1/9] refactor(frontend): enhance homepage layout and animations for improved user experience --- frontend/src/app/(main)/page.tsx | 230 +++++++++----- frontend/src/components/root/prompt-form.tsx | 314 +++++++++---------- 2 files changed, 295 insertions(+), 249 deletions(-) diff --git a/frontend/src/app/(main)/page.tsx b/frontend/src/app/(main)/page.tsx index 0be78895..fe05b95c 100644 --- a/frontend/src/app/(main)/page.tsx +++ b/frontend/src/app/(main)/page.tsx @@ -39,85 +39,159 @@ export default function HomePage() { }; return ( -
- Sentence to a project in seconds. -
-- Codefox built AI agents crew for you to create your next project -
+