From 81c55d8854a5988f8a1a729e3e46dc55e0e328ca Mon Sep 17 00:00:00 2001 From: codestory Date: Wed, 19 Feb 2025 14:30:22 +0000 Subject: [PATCH 01/12] feat: revamp landing page with new UI components and sections The changes include a modernized hero section, new features and models sections, and additional UI components like particles background and pin containers. The commit focuses on improving the overall user interface and adding more interactive elements to better showcase the product's capabilities. --- app/layout.tsx | 2 +- components/header.tsx | 17 +++- components/hero.tsx | 95 ++++++++++-------- components/magicui/particles-background.tsx | 63 ++++++++++++ components/magicui/pin-container.tsx | 78 +++++++++++++++ components/sections.tsx | 105 +++++++++++++++++++- package.json | 6 +- tailwind.config.ts | 4 + 8 files changed, 323 insertions(+), 47 deletions(-) create mode 100644 components/magicui/particles-background.tsx create mode 100644 components/magicui/pin-container.tsx diff --git a/app/layout.tsx b/app/layout.tsx index 9134ed2..4e8d0fe 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -101,7 +101,7 @@ export default async function RootLayout({
-
+
{children}