From f64c840ac554156550fb1ef0a9a38fe6378c00f9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 10 May 2025 03:34:18 -0600 Subject: [PATCH] feat(website): add AmericanCloud as an elite sponsor in the ripple component --- apps/website/components/ui/ripple.tsx | 58 ++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/apps/website/components/ui/ripple.tsx b/apps/website/components/ui/ripple.tsx index b62bcdd..ebad42e 100644 --- a/apps/website/components/ui/ripple.tsx +++ b/apps/website/components/ui/ripple.tsx @@ -75,7 +75,15 @@ const Ripple = React.memo(function Ripple({ }, ]; - const eliteSponsors = []; + const eliteSponsors = [ + { + name: "AmericanCloud", + image: + "https://media.licdn.com/dms/image/v2/D560BAQGQ0rVfEgLUMQ/company-logo_200_200/company-logo_200_200/0/1722459194382/americancloud_logo?e=2147483647&v=beta&t=990H-OldnorPQbgbN3jHihJijOb2aDmhwFl8DU_d680", + link: "https://americancloud.com/?ref=dokploy", + type: "elite", + }, + ]; const supportingSponsors = [ { @@ -300,6 +308,54 @@ const Ripple = React.memo(function Ripple({ )} + {i === 2 && ( +
+ {item.name} +
+