From cafd02427e7c752218c3eeff6d7a4c4b7c22b327 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:01:30 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.49.1 From cb60de783e9042624bc01787bb4768044c12633d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:01:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {