From 5a54b0cd956c1edfb07ea5e9ee80147dc499eb24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:46:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3167486..fe678ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,12 +92,15 @@ export default function LandingPage() { features={[ { title: "Project Alpha", description: "Redesigning a modern fintech interface with minimalism.", bentoComponent: "reveal-icon", icon: Zap, + button: { text: "See Full Case Study", href: "#contact" } }, { title: "Project Beta", description: "A clean e-commerce experience.", bentoComponent: "reveal-icon", icon: ShoppingBag, + button: { text: "See Full Case Study", href: "#contact" } }, { title: "Project Gamma", description: "Developing a brand voice and visual system.", bentoComponent: "reveal-icon", icon: Layers, + button: { text: "See Full Case Study", href: "#contact" } }, ]} title="Selected Works" @@ -188,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1