Merge version_2 into main #4
@@ -5,9 +5,8 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Heart, Star, PartyPopper, Cat, Gift } from "lucide-react";
|
||||
import { PartyPopper, Cat } from "lucide-react";
|
||||
|
||||
export default function BirthdayPage() {
|
||||
const navItems = [
|
||||
@@ -49,6 +48,9 @@ export default function BirthdayPage() {
|
||||
{ value: "Infinite", label: "Love" },
|
||||
{ value: "Best", label: "Year Yet" },
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
enableKpiAnimation={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-happy-woman-holding-birthday-cake-with-candles_23-2148281351.jpg?_wi=1"
|
||||
imageAlt="Birthday celebration"
|
||||
imagePosition="right"
|
||||
@@ -60,12 +62,9 @@ export default function BirthdayPage() {
|
||||
title="Personal Birthday Wishes"
|
||||
description="Celebrating you today with love, joy, and cat stickers!"
|
||||
metrics={[
|
||||
{
|
||||
id: "wish-1", title: "Dream Big", subtitle: "May all your wishes come true", category: "Growth", value: "Sparkle"},
|
||||
{
|
||||
id: "wish-2", title: "Stay Cute", subtitle: "Like a little kitty", category: "Personality", value: "Meow"},
|
||||
{
|
||||
id: "wish-3", title: "Pure Joy", subtitle: "Happiness in every moment", category: "Vibes", value: "Smile"},
|
||||
{ id: "wish-1", title: "Dream Big", subtitle: "May all your wishes come true", category: "Growth", value: "Sparkle" },
|
||||
{ id: "wish-2", title: "Stay Cute", subtitle: "Like a little kitty", category: "Personality", value: "Meow" },
|
||||
{ id: "wish-3", title: "Pure Joy", subtitle: "Happiness in every moment", category: "Vibes", value: "Smile" },
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="centered"
|
||||
|
||||
Reference in New Issue
Block a user