From cf761a70e4289e4c36a8cbd28815071504d615ae Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Mon, 23 Feb 2026 20:50:19 -0600 Subject: [PATCH] feat: move homepage carousel arrows to the sides of job container --- frontend/src/app/page.tsx | 60 ++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 7d08a12..f4946d4 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -149,38 +149,40 @@ export default function Home() {

{t("home.featuredJobs.title")}

-
- - -
-
-
- {loading ? ( -
Carregando vagas...
- ) : jobs.slice(0, 8).map((job, index) => ( -
- -
- ))} +
+ + +
+
+ {loading ? ( +
Carregando vagas...
+ ) : jobs.slice(0, 8).map((job, index) => ( +
+ +
+ ))} +
+ +