Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-01 17:46:42 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}