Merge version_1 into main #1
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user