From 4f745c93c3b00b496352642e551e813f42458dba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:27:21 +0000 Subject: [PATCH 1/5] Update src/app/apply/page.tsx --- src/app/apply/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 685163a..0763f64 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Briefcase, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function ApplyPage() { const navItems = [ @@ -134,4 +134,4 @@ export default function ApplyPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 4ff558d74553472c51fbf50af2a8f7b81fd7db31 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:27:21 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 081faa1..17c0fe9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,17 +1,16 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; +import "./styles/variables.css"; +import "./styles/base.css"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/shared/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Jobee - Dutch Job Listings & Recruitment Platform", description: - "Find your dream job in the Netherlands with Jobee. Browse thousands of opportunities across all 12 Dutch provinces and connect with top employers."}; + title: "Jobee - Find Your Dream Job in the Netherlands", description: + "Discover thousands of job opportunities across all 12 Dutch provinces. Connect with top employers and build your career with Jobee."}; export default function RootLayout({ children, @@ -21,17 +20,22 @@ export default function RootLayout({ return ( - - - {children} - + {children}