diff --git a/apps/web/src/components/acquisition-link-grid.tsx b/apps/web/src/components/acquisition-link-grid.tsx index b97e13dc9b..c6070ee883 100644 --- a/apps/web/src/components/acquisition-link-grid.tsx +++ b/apps/web/src/components/acquisition-link-grid.tsx @@ -21,43 +21,56 @@ export function AcquisitionLinkGrid({ } return ( -
-
-
-

+
+
diff --git a/apps/web/src/components/cta-section.tsx b/apps/web/src/components/cta-section.tsx index e5c712928c..01dbe290b4 100644 --- a/apps/web/src/components/cta-section.tsx +++ b/apps/web/src/components/cta-section.tsx @@ -50,7 +50,9 @@ export function CTASection({

{title}

-

{description}

+

+ {description} +

{platformCTA.action === "download" ? ( diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index ac254507eb..cc8324e39d 100644 --- a/apps/web/src/components/footer.tsx +++ b/apps/web/src/components/footer.tsx @@ -7,6 +7,7 @@ import { cn } from "@hypr/utils"; import { EmailSubscribeField } from "@/components/email-subscribe-field"; import { CookiePreferencesButton } from "@/components/privacy-consent"; +import { CharLogo } from "@/components/sidebar"; import { brandPageNoiseBackgroundImage } from "@/lib/brand-noise"; import { sortedSolutions } from "@/lib/solutions"; @@ -107,7 +108,7 @@ export function Footer() { function BrandSection({ currentYear }: { currentYear: number }) { return (
- + @@ -153,7 +154,7 @@ function BrandSection({ currentYear }: { currentYear: number }) { href="/discord" target="_blank" rel="noopener noreferrer" - className="text-fg-subtle hover:text-fg transition-colors" + className="text-color-secondary hover:text-color transition-colors" aria-label="Discord" > @@ -164,7 +165,7 @@ function BrandSection({ currentYear }: { currentYear: number }) { href="/youtube" target="_blank" rel="noopener noreferrer" - className="text-fg-subtle hover:text-fg transition-colors" + className="text-color-secondary hover:text-color transition-colors" aria-label="YouTube" > @@ -175,7 +176,7 @@ function BrandSection({ currentYear }: { currentYear: number }) { href="/linkedin" target="_blank" rel="noopener noreferrer" - className="text-fg-subtle hover:text-fg transition-colors" + className="text-color-secondary hover:text-color transition-colors" aria-label="LinkedIn" > @@ -184,7 +185,7 @@ function BrandSection({ currentYear }: { currentYear: number }) {
-

+

-

+

Fastrepl © {currentYear}

@@ -224,12 +225,14 @@ function LinksGrid() { function ProductLinks() { return (
-

Product

+

+ Product +