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