From a6fd2fd8a5faf5db149a63411ecbd02b1ff06649 Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Mon, 23 Feb 2026 20:29:08 -0600 Subject: [PATCH] feat: refactor home jobs section to grid with load more and update footer social links --- frontend/src/app/page.tsx | 66 +++++++++++++++--------------- frontend/src/components/footer.tsx | 16 ++------ 2 files changed, 35 insertions(+), 47 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 47c4a15..60f8760 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -222,44 +222,42 @@ export default function Home() { )} - - - {/* Bottom CTA Section */ } - < section className = "py-16 bg-white" > -
-
-
-

- {t("home.cta.title")} -

-

- {t("home.cta.subtitle")} -

- - - -
+ {/* Bottom CTA Section */} +
+
+
+
+

+ {t("home.cta.title")} +

+

+ {t("home.cta.subtitle")} +

+ + + +
-
-
- Professional -
+
+
+ Professional +
+
+
-
-
-
- + + -
-
+
+
) } diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index 159925b..7c1177e 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -64,27 +64,17 @@ export function Footer() {
- + - + - - - - - - - - - - - +