Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8340346a44 | |||
| 010510df35 | |||
| a74d5c4b82 |
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Award, HelpCircle, MessageSquare, Shield, Smartphone, Users, Wrench } from 'lucide-react';
|
import { Award, HelpCircle, MessageSquare, Shield, Smartphone, Users, Wrench, Package } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Sobre Nosotros", id: "about" },
|
{ name: "Sobre Nosotros", id: "about" },
|
||||||
{ name: "Servicios", id: "services" },
|
{ name: "Servicios", id: "services" },
|
||||||
{ name: "Productos", id: "products" },
|
{ name: "Productos", id: "products" },
|
||||||
|
{ name: "Accesorios", id: "accessories" },
|
||||||
{ name: "Contacto", id: "contact" }
|
{ name: "Contacto", id: "contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Moovo"
|
brandName="Moovo"
|
||||||
@@ -137,6 +138,38 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="accessories" data-section="accessories">
|
||||||
|
<ProductCardOne
|
||||||
|
title="Accesorios Móviles"
|
||||||
|
description="Protege y potencia tu dispositivo con nuestra selección de accesorios de calidad: fundas, protectores de pantalla, cargadores y más."
|
||||||
|
tag="Protección y Accesorios"
|
||||||
|
tagIcon={Package}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "case-premium", name: "Funda Premium Resistente", price: "29,99€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=6", imageAlt: "Funda Premium Resistente"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "screen-protector", name: "Protector de Pantalla Templado", price: "14,99€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=7", imageAlt: "Protector de Pantalla Templado"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "charger-fast", name: "Cargador Rápido USB-C 65W", price: "39,99€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=8", imageAlt: "Cargador Rápido USB-C 65W"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "power-bank", name: "Power Bank 20000mAh", price: "44,99€", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phones-shiny-background_1035-46.jpg?_wi=9", imageAlt: "Power Bank 20000mAh"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
gridVariant="two-columns-alternating-heights"
|
||||||
|
animationType="blur-reveal"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Ver Más Accesorios", href: "#contact" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Por Qué Somos Tu Mejor Opción"
|
title="Por Qué Somos Tu Mejor Opción"
|
||||||
|
|||||||
Reference in New Issue
Block a user