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