Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-03 06:02:26 +00:00

View File

@@ -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() {
/>
</ThemeProvider>
);
}
}