Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a86e43f76 | |||
| 29b5bec834 | |||
| de03984d6c | |||
| 5dcaf5591c |
@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Jonathan\'s World | Athlete, Student, Creator, Tech Enthusiast',
|
title: 'Hair Screen | 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.',
|
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"],
|
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: {
|
openGraph: {
|
||||||
"title": "Jonathan's World | Athlete, Student, Creator, Tech Enthusiast",
|
"title": "Jonathan's World | Athlete, Student, Creator, Tech Enthusiast",
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Jonathan's World"
|
brandName="Hair Screen"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb"}}
|
variant: "glowing-orb"}}
|
||||||
logoText="Jonathan's World"
|
logoText="Hair Screen"
|
||||||
description="Athlete • Student • Creator • Technology Enthusiast"
|
description="Athlete • Student • Creator • Technology Enthusiast"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -231,8 +231,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Jonathan's World"
|
logoText="Hair Screen"
|
||||||
copyrightText="© 2024 Jonathan's World. All rights reserved."
|
copyrightText="© 2024 Hair Screen. All rights reserved."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
icon: Linkedin,
|
||||||
@@ -252,4 +252,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user