diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d0d76e..76f61ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 96760a0..7d6753c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function LandingPage() { >
@@ -168,7 +168,7 @@ 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: "Contact Me", href: "mailto:friisp@gmail.com" }, { text: "Call: +49 176 61169654", href: "tel:+49176611696541" } ]} buttonAnimation="slide-up" @@ -179,7 +179,7 @@ export default function LandingPage() {