Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3209a3e187 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user