diff --git a/src/app/page.tsx b/src/app/page.tsx index cdb59e0..d07f35f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Cake, Heart, Sparkles } from "lucide-react"; +import { Cake } from "lucide-react"; export default function BirthdaySurprisePage() { const navItems = [ @@ -44,6 +44,9 @@ export default function BirthdaySurprisePage() { { value: "100%", label: "Happiness" }, { value: "Always", label: "Loved" }, ]} + background={{ variant: "plain" }} + enableKpiAnimation={true} + mediaAnimation="opacity" imageSrc="http://img.b2bpic.net/free-photo/cute-cat-wearing-birthday-hat-with-balloon_23-2148454228.jpg?_wi=1" imageAlt="Cute birthday cat" buttons={[{ text: "I Love You!" }]}