Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Music, Users, CheckCircle, Sparkles, Lightbulb, Palette, Phone, Heart, Clock, DollarSign, Crown, Star, Award } from 'lucide-react';
|
||||
import { Music, Users, CheckCircle, Sparkles, Lightbulb, Palette, Phone, Heart, Clock, DollarSign, Crown, Star, Award, Radio } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -92,6 +92,7 @@ export default function LandingPage() {
|
||||
imageAlt="Equipo profesional de Vallenato planificando eventos"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +104,7 @@ export default function LandingPage() {
|
||||
items: [
|
||||
{ icon: Music, text: "Acordeonistas profesionales" },
|
||||
{ icon: Users, text: "Banda completa de 4-6 músicos" },
|
||||
{ icon: Sparkles, text: "Equipo de sonido premium" }
|
||||
{ icon: Radio, text: "Equipo de sonido premium" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
@@ -178,11 +179,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García", role: "Novia", company: "Boda Bogotá 2024", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-attractive-curly-young-woman-elegant-white-blouse_176532-7196.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-attractive-curly-young-woman-elegant-white-blouse_176532-7196.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Carlos Rodríguez", role: "Gerente de Eventos", company: "Corporativo Medellín", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ana Martínez", role: "Quinceañera", company: "Celebración Cali", rating: 5,
|
||||
@@ -194,11 +195,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Patricia Díaz", role: "Coordinadora de Eventos", company: "Hotel Crown Cartagena", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-attractive-curly-young-woman-elegant-white-blouse_176532-7196.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-attractive-curly-young-woman-elegant-white-blouse_176532-7196.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Manuel Torres", role: "Empresario", company: "Fiesta de Empresa Bogotá", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-party_23-2148231996.jpg"
|
||||
}
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
|
||||
Reference in New Issue
Block a user