Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d783ca924 | |||
| c9862ab4d5 | |||
| b5038feb3d | |||
| 6bcfbe78ef | |||
| 4971893812 | |||
| 7503452566 | |||
| 4eb1560a60 | |||
| 09b9704c9f | |||
| 5e6daa1822 |
@@ -9,7 +9,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -105,28 +104,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Patricia Molina", role: "Cliente", testimonial: "Muy bonito, hay juegos para todas las edades... los baños muy limpios y estacionamiento amplio.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098354.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Carlos", role: "Cliente", testimonial: "Muy buen lugar, recargas tu tarjeta y disfrutas de diferentes juegos fácilmente.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin-blue-color-white-spots_1153-5857.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Rivas", role: "Cliente", testimonial: "Buena variedad de videojuegos, los niños se divierten mucho con las ruedas y el láser tag.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-hispanic-male-blue-shirt-posing-against-white-wall_181624-44847.jpg"},
|
||||
{
|
||||
id: "4", name: "Ana García", role: "Cliente", testimonial: "Un lugar perfecto para pasar el fin de semana en familia.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-funfair-looking-away_23-2148281652.jpg"},
|
||||
{
|
||||
id: "5", name: "Juan Pérez", role: "Cliente", testimonial: "Excelente atención y los juegos siempre están actualizados.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-waistcoat-photographing_1368-3218.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Más de 4,940 clientes satisfechos disfrutan de nuestra experiencia."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user