From ca7509effef0df7054992dfb573c04df981132a8 Mon Sep 17 00:00:00 2001 From: Mudskipper Date: Thu, 16 Oct 2025 14:00:14 +1100 Subject: [PATCH] Update ReleaseVideo section styling to match new branding - Change background to bg-background-medium - Update CTA button styling: accent color, rounded-full, white text - Match button style with primary download and Sign up buttons --- src/components/homepage/ReleaseVideo.astro | 2 +- src/components/video/FeaturedVideo.jsx | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/homepage/ReleaseVideo.astro b/src/components/homepage/ReleaseVideo.astro index 3f1eaae..7ddb467 100644 --- a/src/components/homepage/ReleaseVideo.astro +++ b/src/components/homepage/ReleaseVideo.astro @@ -21,7 +21,7 @@ const promoVideo = { videoURL:"https://www.youtube-nocookie.com/embed/UGiJCTu67Ak?autoplay=1", } --- -
+
diff --git a/src/components/video/FeaturedVideo.jsx b/src/components/video/FeaturedVideo.jsx index 5b74e40..c61a0bc 100644 --- a/src/components/video/FeaturedVideo.jsx +++ b/src/components/video/FeaturedVideo.jsx @@ -33,13 +33,11 @@ function FeaturedVideo(props) {

{title}

{CTA && ( handleCTAClick()} > -

- {ctaText} -

+ {ctaText}
)}