diff --git a/components/home/roadmap.tsx b/components/home/roadmap.tsx index 1a98c02f..a3dc94b7 100644 --- a/components/home/roadmap.tsx +++ b/components/home/roadmap.tsx @@ -6,30 +6,29 @@ import { Folder, Grid, Layers, Palette, Repeat, Users } from "lucide-react"; const roadmapItems = [ { title: "Global Theme Editor", - description: - "Create and manage complete themes with presets for your entire application.", + description: "Create and manage complete themes with presets for your entire application.", status: "Done", icon: , }, { title: "Theme Import/Export", description: "Save and share your custom themes with others.", - status: "In Progress", + status: "Done", icon: , }, + { + title: "AI Theme Generation", + description: + "Generate and customize themes with AI assistance, making theme creation faster and more intuitive", + status: "In Progress", + icon: , + }, { title: "Community Themes", description: "Allow users to submit themes, vote on the best designs", status: "Coming Soon", icon: , }, - { - title: "AI Theme Generation", - description: - "Generate and customize themes with AI assistance, making theme creation faster and more intuitive", - status: "Coming Soon", - icon: , - }, { title: "Multi-Project Management", description: @@ -50,30 +49,30 @@ export function Roadmap() { return (
-
+
- Roadmap + Roadmap -

+

What's Coming Next

-

- We're constantly working to improve tweakcn and add new - features. Here's what's on our roadmap. +

+ We're constantly working to improve tweakcn and add new features. Here's + what's on our roadmap.

@@ -87,20 +86,20 @@ export function Roadmap() { transition={{ duration: 0.5, delay: i * 0.1 }} whileHover={{ y: -5, transition: { duration: 0.2 } }} > - - -
+ + +
{item.icon}
-
+

{item.title}