From c078db2d2a0b0ab12994bc762d30183773b4744c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:08:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d10be2f..b2d5870 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "CareerBuild - Civil Engineering Jobs", description: "Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field."}; + title: "CareerBuild - Civil Engineering Jobs", description: "Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field." +}; export default function RootLayout({ children, @@ -1386,4 +1387,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 90e1091b50ab745f40db7a06378c159ad89a0565 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:08:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0601699..02f2adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { }} />
); -} +} \ No newline at end of file -- 2.49.1