From 9c399fb1ed81e35cc17e2c44d14986e1f0527c33 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 5 Jun 2026 12:58:47 +0800 Subject: [PATCH] Use shadcn Button on HomePage for consistent styling with AssistantPage. Co-authored-by: Cursor --- src/components/pages/HomePage.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 145022d..77d332a 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -1,5 +1,6 @@ import { Boxes, Plus, Sparkles, Video } from "lucide-react"; import type { NavKey } from "@/components/layout/AppShell"; +import { Button } from "@/components/ui/button"; type HomePageProps = { onNavigate: (key: NavKey) => void; @@ -36,21 +37,19 @@ export function HomePage({ onNavigate }: HomePageProps) {

- + - +