Bob AI: Implement a dynamic, animated background effect across the e

This commit is contained in:
kudinDmitriyUp
2026-04-18 12:48:43 +00:00
parent 50d8af49a6
commit 911f3b1ab6
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import NavbarCentered from '@/components/ui/NavbarCentered';
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { Award, CheckCircle, Zap } from "lucide-react";
import './styles/animations.css';
export default function App() {
return (

View File

@@ -134,13 +134,15 @@ html {
body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: '${nunito.variable}', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
overscroll-behavior-y: none;
background: linear-gradient(-45deg, var(--background), color-mix(in srgb, var(--primary-cta) 5%, var(--background)), var(--background));
background-size: 400% 400%;
animation: animated-gradient 15s ease infinite;
}
h1,