From 611af38dab38e33a686152324f1f583ce8b43e14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:12:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19369b8..6a0b78d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Gift, Cake, Zap, Palette, Users, Calendar, Clock, MapPin } from 'lucide-react'; +import { Sparkles, Gift, Cake, Zap, Palette, Users, Calendar, Clock, MapPin, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Bienvenido" tagAnimation="slide-up" dashboard={{ - title: "Tu Fiesta Perfecta", logoIcon: Sparkles, + title: "Tu Fiesta Perfecta", logoIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-air-flow-hockey_23-2148361517.jpg", searchPlaceholder: "Busca tu paquete ideal", sidebarItems: [ { icon: Sparkles }, { icon: Gift }, @@ -59,15 +59,15 @@ export default function LandingPage() { ], stats: [ { - title: "Cumpleaños Felices", values: ["500+", "1000+", "2000+"], + title: "Cumpleaños Felices", values: [500, 1000, 2000], description: "Celebraciones exitosas" }, { - title: "Familias Contentas", values: ["98%", "99%", "100%"], + title: "Familias Contentas", values: [98, 99, 100], description: "Satisfacción garantizada", valuePrefix: "" }, { - title: "Años de Experiencia", values: ["5", "10", "15"], + title: "Años de Experiencia", values: [5, 10, 15], description: "Confianza en el mercado" } ], -- 2.49.1