diff --git a/src/pages/agents/CallToAction.tsx b/src/pages/agents/CallToAction.tsx index 243369c..f346d60 100644 --- a/src/pages/agents/CallToAction.tsx +++ b/src/pages/agents/CallToAction.tsx @@ -51,13 +51,21 @@ export function CallToAction() { {/* ✅ Two cards, stacked center with spacing */}
-
-
diff --git a/src/pages/cloud/CalltoAction.tsx b/src/pages/cloud/CalltoAction.tsx index 570fb63..cdd9db4 100644 --- a/src/pages/cloud/CalltoAction.tsx +++ b/src/pages/cloud/CalltoAction.tsx @@ -52,13 +52,21 @@ export function CallToAction() { {/* ✅ Two cards, stacked center with spacing */}
-
-
diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx index 69f8a10..d91a05e 100644 --- a/src/pages/cloud/CloudHeroNew.tsx +++ b/src/pages/cloud/CloudHeroNew.tsx @@ -27,13 +27,22 @@ export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedCli

-
@@ -41,7 +50,7 @@ export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedCli
- {/* ✅ Bottom horizontal line with spacing */} + {/* Bottom horizontal line with spacing */}
diff --git a/src/pages/cloud/CloudIntro.tsx b/src/pages/cloud/CloudIntro.tsx index 0eebdb1..c14838d 100644 --- a/src/pages/cloud/CloudIntro.tsx +++ b/src/pages/cloud/CloudIntro.tsx @@ -79,6 +79,18 @@ export function CloudIntro() { const current = tabs.find((t) => t.id === active)!.content; const currentButtons = tabButtons[active as keyof typeof tabButtons]; + const primaryLinks: Record = { + kubernetes: "https://myceliumcloud.tf", + vdc: undefined, + qsfs: undefined, + }; + + const secondaryLinks: Record = { + kubernetes: "https://myceliumcloud.tf/docs", + vdc: "https://threefold.info/mycelium_vdc/docs/", + qsfs: undefined, + }; + return (
{/* Top Spacing Border */} @@ -164,17 +176,25 @@ export function CloudIntro() { {currentButtons && (
diff --git a/src/pages/home/CallToAction.tsx b/src/pages/home/CallToAction.tsx index f05f0ba..1a84eb4 100644 --- a/src/pages/home/CallToAction.tsx +++ b/src/pages/home/CallToAction.tsx @@ -52,7 +52,7 @@ export function CallToAction() {

- diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx index 5babdaa..0595f1e 100644 --- a/src/pages/home/HomeAurora.tsx +++ b/src/pages/home/HomeAurora.tsx @@ -1,7 +1,7 @@ import { H3, H5, Eyebrow } from "@/components/Texts" import { Button } from "@/components/Button" -export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => void }) { +export function HomeAurora() { return (
{/* Boxed container */} @@ -24,13 +24,13 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
-
diff --git a/src/pages/home/HomePage.tsx b/src/pages/home/HomePage.tsx index 6a84d43..ac4572b 100644 --- a/src/pages/home/HomePage.tsx +++ b/src/pages/home/HomePage.tsx @@ -1,5 +1,4 @@ -import { useRef } from 'react' import { AnimatedSection } from '../../components/AnimatedSection' import { CallToAction } from './CallToAction' import { HomeTab } from './HomeTab' @@ -11,15 +10,10 @@ import { HomeDesign } from './HomeDesign'; export default function HomePage() { - const sliderRef = useRef(null) - - const handleScrollToSlider = () => { - sliderRef.current?.scrollIntoView({ behavior: 'smooth' }) - } return (
- + diff --git a/src/pages/network/Hero.tsx b/src/pages/network/Hero.tsx index 19b7dfd..62cd01b 100644 --- a/src/pages/network/Hero.tsx +++ b/src/pages/network/Hero.tsx @@ -96,8 +96,15 @@ export function Hero() { -
diff --git a/src/pages/network/NetworkDownload.tsx b/src/pages/network/NetworkDownload.tsx index ab5b61a..85f77c9 100644 --- a/src/pages/network/NetworkDownload.tsx +++ b/src/pages/network/NetworkDownload.tsx @@ -42,7 +42,7 @@ const features = [ export function NetworkDownload() { return ( -
+
{/* ✅ Top horizontal line with spacing */}