Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 07:08:41 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
}} />
<div style={{ position: 'relative', zIndex: 2 }}>
<HeroCentered
title="Build Your Future in Civil Engineering"
title="Land Your Next Civil Engineering Role in Weeks, Not Months"
description="Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field."
avatars={[
{
@@ -274,4 +274,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}