diff --git a/README.md b/README.md
index 789a4def3..b6afb569d 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,13 @@ You can also install the CLI and run `nixopus install` with options in a single
Nixopus is derived from the combination of "octopus" and the Linux penguin (Tux). While the name might suggest a connection to [NixOS](https://nixos.org/), Nixopus is an independent project with no direct relation to NixOS or its ecosystem.
+## Sponsors
+
+Thank you so much for helping and supporting Nixopus to grow and evolve.
+
+|
**[Lets Cloud](https://www.letscloud.io/)** |
**[HostUp](https://hostup.se/en/)** |
+| :---: | :---: |
+
## Contributors
diff --git a/docs/.vitepress/components/SponsorsMarquee.vue b/docs/.vitepress/components/SponsorsMarquee.vue
index 61ed8d0ef..0b8944141 100644
--- a/docs/.vitepress/components/SponsorsMarquee.vue
+++ b/docs/.vitepress/components/SponsorsMarquee.vue
@@ -35,6 +35,12 @@
+
+
@@ -349,4 +355,51 @@ onMounted(async () => {
padding: 0.2rem 0.5rem;
}
}
+
+/* CTA section */
+.sponsors-cta {
+ text-align: center;
+ margin-top: 3rem;
+}
+
+.sponsor-details-link {
+ display: inline-block;
+ padding: 0.875rem 2rem;
+ background: linear-gradient(135deg, #9be935 0%, #7bc91f 100%);
+ color: #1a1a1a;
+ text-decoration: none;
+ border-radius: 0.5rem;
+ font-weight: 600;
+ font-size: 1rem;
+ transition: all 0.3s ease;
+ box-shadow: 0 4px 12px rgba(155, 233, 53, 0.25);
+ border: 1px solid transparent;
+}
+
+.sponsor-details-link:hover {
+ background: linear-gradient(135deg, #a8f03d 0%, #89d827 100%);
+ transform: translateY(-2px);
+ box-shadow: 0 6px 20px rgba(155, 233, 53, 0.35);
+ border-color: rgba(155, 233, 53, 0.3);
+}
+
+.dark .sponsor-details-link {
+ color: #0a0a0a;
+ box-shadow: 0 4px 12px rgba(155, 233, 53, 0.3);
+}
+
+.dark .sponsor-details-link:hover {
+ box-shadow: 0 6px 20px rgba(155, 233, 53, 0.4);
+}
+
+@media (max-width: 768px) {
+ .sponsors-cta {
+ margin-top: 2rem;
+ }
+
+ .sponsor-details-link {
+ padding: 0.75rem 1.5rem;
+ font-size: 0.9rem;
+ }
+}
diff --git a/docs/public/sponsor/sponsors.json b/docs/public/sponsor/sponsors.json
index 7ec3f7b4e..f140474ba 100644
--- a/docs/public/sponsor/sponsors.json
+++ b/docs/public/sponsor/sponsors.json
@@ -1,4 +1,13 @@
[
+ {
+ "name": "Lets Cloud",
+ "avatar": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgIGjpjf-iao9c_pb2udOflQRZucZ4e62kNw&s",
+ "type": "Organization",
+ "contribution": "Partnership",
+ "description": "Offering $300 credit for new users, 1-click Nixopus installation, and complimentary VPS for the Nixopus team",
+ "website": "https://www.letscloud.io/",
+ "github": "https://github.com/letscloud-community"
+ },
{
"name": "HostUp",
"avatar": "https://media.licdn.com/dms/image/v2/D4D0BAQFC-65aZcu-8g/company-logo_200_200/company-logo_200_200/0/1711678709605/hostup_logo?e=2147483647&v=beta&t=KEegISV4VeuBUSWlLQz4h-kM2BLJz0tGhmOUtrp8two",
@@ -8,12 +17,12 @@
"website": "https://hostup.se/en/"
},
{
- "name": "@shravan20",
+ "name": "@zhravan",
"avatar": "https://avatars.githubusercontent.com/u/47430686?v=4",
"type": "Individual",
"contribution": "",
"description": "Technology enthusiast and open source supporter",
- "github": "https://github.com/shravan20",
+ "github": "https://github.com/zhravan",
"website": "https://ohmyscript.com/"
}
]