From d746a57fa0e7cbaf8b3bd9b16e729b1468d59529 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Mon, 15 Dec 2025 12:33:13 +0700 Subject: [PATCH] fix: styles --- .../src/app/_components/HeroSection.tsx | 7 ++- .../app/_components/ShapeTheFutureSection.tsx | 9 ++-- apps/landing/src/app/_components/index.ts | 4 +- apps/landing/src/app/layout.tsx | 11 ++++- apps/landing/src/app/page.tsx | 45 ++++++++----------- 5 files changed, 41 insertions(+), 35 deletions(-) diff --git a/apps/landing/src/app/_components/HeroSection.tsx b/apps/landing/src/app/_components/HeroSection.tsx index 4618536..9b19a0d 100644 --- a/apps/landing/src/app/_components/HeroSection.tsx +++ b/apps/landing/src/app/_components/HeroSection.tsx @@ -6,7 +6,7 @@ import GlowEffect from './GlowEffect'; import WaitlistPopup from './WaitlistPopup'; import { submitEmail, submitWaitlistData } from '@/lib/actions/waitlistActions'; -export const styles = ` +const styles = ` .gradient-text { background: linear-gradient(90deg, #818cf8 0%, #c084fc 25%, #f472b6 50%, #c084fc 75%, #818cf8 100%); background-size: 200% 100%; @@ -122,7 +122,9 @@ export function HeroSection() { }; return ( -
+ <> +