5 Commits

Author SHA1 Message Date
94231a6dec Update src/app/page.tsx 2026-03-04 14:43:51 +00:00
cb60de783e Update src/app/page.tsx 2026-03-04 14:01:30 +00:00
cafd02427e Update src/app/layout.tsx 2026-03-04 14:01:30 +00:00
deabcec91b Merge version_5 into main
Merge version_5 into main
2026-03-04 06:36:53 +00:00
cff1d6c39b Merge version_5 into main
Merge version_5 into main
2026-03-04 06:35:43 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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({

View File

@@ -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: "#" }
]