From f85885e02bac5eb0442e846dffc93b05dc83976c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:41:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2f448e..2b646b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,9 +14,9 @@ export default function PersonalGridTemplatePage() { ]; const socialLinks = [ - { icon: Globe, label: "damienghader", href: "https://twitter.com" }, - { icon: MessageCircle, label: "damienghader", href: "https://instagram.com" }, - { icon: Sparkles, label: "damienghader", href: "https://linkedin.com" }, + { icon: Globe, label: "Follow my updates on Twitter", href: "https://twitter.com" }, + { icon: MessageCircle, label: "See my stories on Instagram", href: "https://instagram.com" }, + { icon: Sparkles, label: "Connect with me on LinkedIn", href: "https://linkedin.com" }, ]; const linkCards = [ -- 2.49.1