Merge version_1 into main #2
@@ -57,9 +57,6 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="min-h-screen"
|
||||
containerClassName="w-full"
|
||||
titleClassName="font-bold text-4xl md:text-6xl text-purple-300 drop-shadow-lg"
|
||||
descriptionClassName="text-lg md:text-xl text-purple-200"
|
||||
tagClassName="text-sm font-mono tracking-wider"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +72,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-purple-300 mb-16"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,7 +94,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 3,
|
||||
title: "Recolecta Recuerdos", description: "Un minijuego tipo Pac-Man donde recoges recuerdos especiales mientras evitas obstáculos como la rutina y el estrés. ¡Maximiza tu puntuación!", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/neon-glitched-frame-dark-background_53876-99869.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/pink-style-pixel-heart-valentine-s-day_314999-1872.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/pink-style-pixel-heart-valentine-s-day_314999-1872.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -116,7 +112,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Nuestro Primer Beso", role: "Nivel 1", company: "Restaurante Mágico", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/pink-style-pixel-heart-valentine-s-day_314999-1872.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/pink-style-pixel-heart-valentine-s-day_314999-1872.jpg"},
|
||||
{
|
||||
id: "2", name: "Viaje a Paraíso", role: "Nivel 2", company: "Destino Inesperado", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pixelated-videogame-elements_23-2147568364.jpg"},
|
||||
@@ -136,7 +132,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-purple-300"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,7 +161,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-purple-300"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user