Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94231a6dec | |||
| cb60de783e | |||
| cafd02427e | |||
| deabcec91b | |||
| cff1d6c39b |
@@ -6,7 +6,7 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Christian Friis - Web Designer", description: "Professional web designer creating stunning digital experiences. Deploy your site easily with Next.js, Vercel, or any Node.js hosting platform."
|
||||
title: "Peter Friis - Web Designer", description: "Professional web designer creating stunning digital experiences. Deploy your site easily with Next.js, Vercel, or any Node.js hosting platform."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Christian Friis"
|
||||
brandName="Peter Friis"
|
||||
navItems={[
|
||||
{ name: "Work", id: "portfolio" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Web Designer"
|
||||
bottomRightText="friischristian35@gmail.com"
|
||||
bottomRightText="friisp@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
||||
title="Ready to Elevate Your Online Presence?"
|
||||
description="Let's collaborate to create a website that not only looks stunning but also drives results. I'm excited to bring your vision to life."
|
||||
buttons={[
|
||||
{ text: "Contact Me", href: "mailto:friischristian35@gmail.com" },
|
||||
{ text: "Call: +49 176 61169654", href: "tel:+49176611696541" }
|
||||
{ text: "Contact Me", href: "mailto:friisp@gmail.com" },
|
||||
{ text: "Call: +49 179 2355413", href: "tel:+49176611696541" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Christian Friis"
|
||||
logoText="Peter Friis"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Email", href: "mailto:friischristian35@gmail.com" },
|
||||
{ label: "Email", href: "mailto:friisp@gmail.com" },
|
||||
{ label: "Phone", href: "tel:+49176611696541" },
|
||||
{ label: "LinkedIn", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user