3 Commits

Author SHA1 Message Date
90e1091b50 Update src/app/page.tsx 2026-03-05 07:08:37 +00:00
c078db2d2a Update src/app/layout.tsx 2026-03-05 07:08:37 +00:00
82aefd9dc9 Merge version_2 into main
Merge version_2 into main
2026-03-05 06:41:09 +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"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,
@@ -1386,4 +1387,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
}} /> }} />
<div style={{ position: 'relative', zIndex: 2 }}> <div style={{ position: 'relative', zIndex: 2 }}>
<HeroCentered <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." description="Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field."
avatars={[ avatars={[
{ {
@@ -274,4 +274,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }