From c53ec2e733fc5f17bb5d1e19569208de18084b75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 74701bc..39e5fec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,18 +14,18 @@ const manrope = Manrope({ }); export const metadata: Metadata = { - title: "PC & Server Enthusiast - Hardware & Infrastructure", description: "Passionate about building high-performance PC systems and enterprise server infrastructure. Explore my projects, setups, and technical expertise.", keywords: "PC building, servers, hardware, infrastructure, gaming PC, workstation, data center, tech enthusiast", robots: { + title: "Creative Coder & Guitarist - Tech & Music", description: "Exploring the intersection of technology and music. My creative corner where I share my passion for coding, guitar, and building meaningful projects.", keywords: "developer, guitarist, tech enthusiast, music, coding, creative, portfolio", robots: { index: true, follow: true, }, openGraph: { - title: "PC & Server Enthusiast - Hardware & Infrastructure", description: "Discover my passion for building and optimizing computer systems", url: "https://pcserver.com", siteName: "PC & Server Central", type: "website", images: [ + title: "Creative Coder & Guitarist - Tech & Music", description: "Where technology meets music. Join me on my creative journey.", url: "https://example.com", siteName: "Creative Corner", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARAYHcycoyLEmpoLoZFpUdqzJ8/a-professional-portrait-of-a-tech-enthus-1772545157810-a8854352.png", alt: "PC and server hardware"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARAYHcycoyLEmpoLoZFpUdqzJ8/a-professional-portrait-of-a-tech-enthus-1772545157810-a8854352.png", alt: "Creative developer and guitarist"}, ], }, twitter: { - card: "summary_large_image", title: "PC & Server Enthusiast", description: "Passionate about hardware, infrastructure, and high-performance systems", images: [ + card: "summary_large_image", title: "Creative Coder & Guitarist", description: "Exploring technology, music, and creative expression", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARAYHcycoyLEmpoLoZFpUdqzJ8/a-professional-portrait-of-a-tech-enthus-1772545157810-a8854352.png"], }, }; @@ -38,9 +38,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From 7680b7f9eb7321aa05183a243772c68e1c04f6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:04:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++++++++++++++++------------------------ 1 file changed, 99 insertions(+), 102 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa95038..2c28d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Zap, Monitor, Cpu, HardDrive, Gauge, Wrench, Mail, Shield } from "lucide-react"; +import { Code, Guitar, Zap, Music, Laptop, Headphones, Mail, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -27,12 +26,11 @@ export default function LandingPage() { >