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 = [