Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90e1091b50 | |||
| c078db2d2a | |||
| 82aefd9dc9 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user