From db103e256490e9b1987421137a528578437b6dca Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Sat, 23 Nov 2024 15:49:43 +0700 Subject: [PATCH] lfg --- components/cta.tsx | 2 +- components/resources.tsx | 81 ++++++++++++++++++++++++++++++++++++++-- components/ui/menu.tsx | 4 +- 3 files changed, 80 insertions(+), 7 deletions(-) diff --git a/components/cta.tsx b/components/cta.tsx index 26f25753..7cb44ddc 100644 --- a/components/cta.tsx +++ b/components/cta.tsx @@ -20,7 +20,7 @@ export function Cta() { GitHub diff --git a/components/resources.tsx b/components/resources.tsx index c868d593..d39ff26c 100644 --- a/components/resources.tsx +++ b/components/resources.tsx @@ -5,7 +5,9 @@ import { IconBrandJustd, IconBrandLaravel, IconBrandNextjs, - IconBrandRemix + IconBrandRemix, + IconHeartFill, + IconWindowVisitFill } from "justd-icons" import { Badge, Card, Grid, Heading, Link } from "ui" @@ -88,7 +90,8 @@ export function Resources() { -
+ +
Icons @@ -98,10 +101,10 @@ export function Resources() { sm: 2 }} gap={2} - aria-label="Icons" + aria-label="Support" > @@ -129,6 +132,76 @@ export function Resources() {
+
+ + Support + + + + +
+
+ +
+ + Support This Project + + Join us in building something impactful. Your contributions, whether sharing, + coding, or spreading the word, help us grow and make a difference. + + +
+ + support + +
+ + +
+
+ +
+ + Templates + + Looking for beautifully crafted templates to elevate your project? Browse through + a collection of designs tailored to meet your needs. + + +
+ + support + +
+
+
) } diff --git a/components/ui/menu.tsx b/components/ui/menu.tsx index 65db728f..9f48e73d 100644 --- a/components/ui/menu.tsx +++ b/components/ui/menu.tsx @@ -150,7 +150,7 @@ const MenuHeader = ({ className, separator = false, ...props }: MenuHeaderProps)
( - + ) const Checkbox = ({ className, children, ...props }: MenuItemProps) => (