From 4e7b52f1c8d6ecef94f274ced534758b9f12a973 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:09 +0000 Subject: [PATCH] Update src/app/work/page.tsx --- src/app/work/page.tsx | 154 +++++++++++++----------------------------- 1 file changed, 48 insertions(+), 106 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 6136065..415bfa4 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -6,7 +6,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function WorkPage() { return ( - + - + - + ); -} +} \ No newline at end of file