Merge version_2 into main #6
@@ -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!" }]}
|
||||
|
||||
Reference in New Issue
Block a user