From 40f9c8dd52c7cc79107c93a8f2d9ac77a351c703 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:27:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a13bd..d4de3ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,107 +33,64 @@ export default function LandingPage() {
@@ -404,20 +220,15 @@ export default function LandingPage() { @@ -430,20 +241,15 @@ export default function LandingPage() { socialLinks={[ { icon: Linkedin, - href: "https://linkedin.com/in/yourname", - ariaLabel: "LinkedIn profile", - }, + href: "https://linkedin.com/in/yourname", ariaLabel: "LinkedIn profile"}, { icon: Twitter, - href: "https://twitter.com/yourname", - ariaLabel: "Twitter profile", - }, + href: "https://twitter.com/yourname", ariaLabel: "Twitter profile"}, { icon: Github, - href: "https://github.com/yourname", - ariaLabel: "GitHub profile", - }, + href: "https://github.com/yourname", ariaLabel: "GitHub profile"}, ]} + containerClassName="py-12" />