Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a6cef8c81 | |||
| 0a86e43f76 | |||
| a8894c0cdd | |||
| 29b5bec834 | |||
| de03984d6c | |||
| 5dcaf5591c |
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user