4 Commits

Author SHA1 Message Date
0a86e43f76 Update src/app/page.tsx 2026-06-03 23:57:26 +00:00
29b5bec834 Update src/app/page.tsx 2026-06-03 23:56:51 +00:00
de03984d6c Update src/app/layout.tsx 2026-06-03 23:56:50 +00:00
5dcaf5591c Merge version_1 into main
Merge version_1 into main
2026-06-03 23:55:35 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
export const metadata: Metadata = {
title: 'Jonathan\'s World | Athlete, Student, Creator, Tech Enthusiast',
description: 'Explore the world of Jonathan: an athlete, student, creator, and technology enthusiast. Featuring projects, sports achievements, and personal interests in a stunning modern design.',
title: 'Hair Screen | Athlete, Student, Creator, Tech Enthusiast',
description: 'Explore the world of Hair Screen: an athlete, student, creator, and technology enthusiast. Featuring projects, sports achievements, and personal interests in a stunning modern design.',
keywords: ["Jonathan, personal website, portfolio, athlete, student, creator, technology, coding, sports, soccer, table tennis, math, supercars, pets, games, modern design, futuristic, dark mode, neon blue, purple accents"],
openGraph: {
"title": "Jonathan's World | Athlete, Student, Creator, Tech Enthusiast",

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Jonathan's World"
brandName="Hair Screen"
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{
variant: "glowing-orb"}}
logoText="Jonathan's World"
logoText="Hair Screen"
description="Athlete • Student • Creator • Technology Enthusiast"
buttons={[
{
@@ -231,8 +231,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Jonathan's World"
copyrightText="© 2024 Jonathan's World. All rights reserved."
logoText="Hair Screen"
copyrightText="© 2024 Hair Screen. All rights reserved."
socialLinks={[
{
icon: Linkedin,
@@ -252,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}