From 3209a3e187f225c541019a273bf20d2108ce2232 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:02:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b28f3d..406aef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,29 +14,23 @@ 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 on Twitter", href: "https://twitter.com" }, + { icon: MessageCircle, label: "Follow on Instagram", href: "https://instagram.com" }, + { icon: Sparkles, label: "Connect on LinkedIn", href: "https://linkedin.com" }, ]; const linkCards = [ { icon: Code, - title: "Work with my agency", - description: "Work with my agency to build your MVP", - button: { text: "Get started", href: "#" }, + title: "Work with my agency", description: "Work with my agency to build your MVP", button: { text: "Get started", href: "#" }, }, { icon: Sparkles, - title: "20% off your Webild plan", - description: "Use my promo code to get Webild credits", - button: { text: "Get credits", href: "#" }, + title: "20% off your Webild plan", description: "Use my promo code to get Webild credits", button: { text: "Get credits", href: "#" }, }, { icon: Users, - title: "Join my community", - description: "Join the AI Founders Club", - button: { text: "Sign up", href: "#" }, + title: "Join my community", description: "Join the AI Founders Club", button: { text: "Sign up", href: "#" }, }, ]; @@ -62,4 +56,4 @@ export default function PersonalGridTemplatePage() { /> ); -} +} \ No newline at end of file -- 2.49.1