diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0fe6816..f3a7894 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { title: "Moda Consciente", description: "Comprometidos con prácticas sostenibles y éticas en toda nuestra cadena de producción.", icon: Leaf, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg?_wi=1" imageAlt="Una pareja elegante en una boutique de moda moderna" mediaAnimation="slide-up" /> @@ -81,7 +81,7 @@ export default function LandingPage() { value: "+1000", title: "Prendas Únicas"}, ]} tag="Nuestros Logros" - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg?_wi=1" imageAlt="Mujer modelando un vestido" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -95,11 +95,11 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", name: "Ana López", role: "Fundadora y Diseñadora Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg", imageAlt: "Retrato de Ana López"}, + id: "1", name: "Ana López", role: "Fundadora y Diseñadora Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg?_wi=1", imageAlt: "Retrato de Ana López"}, { - id: "2", name: "Javier Soto", role: "Jefe de Operaciones", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg", imageAlt: "Retrato de Javier Soto"}, + id: "2", name: "Javier Soto", role: "Jefe de Operaciones", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg?_wi=1", imageAlt: "Retrato de Javier Soto"}, { - id: "3", name: "Elena Torres", role: "Directora de Marketing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg", imageAlt: "Retrato de Elena Torres"}, + id: "3", name: "Elena Torres", role: "Directora de Marketing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg?_wi=1", imageAlt: "Retrato de Elena Torres"}, ]} title="Conoce a Nuestro Equipo" description="Detrás de cada colección, hay un equipo de apasionados por la moda, el diseño y la atención al detalle." @@ -113,13 +113,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Marta G.", role: "Cliente Fiel", testimonial: "Cada compra es un acierto. Estilo Esencial tiene piezas que realmente marcan la diferencia en mi armario.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg", imageAlt: "Marta G."}, + id: "1", name: "Marta G.", role: "Cliente Fiel", testimonial: "Cada compra es un acierto. Estilo Esencial tiene piezas que realmente marcan la diferencia en mi armario.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg?_wi=2", imageAlt: "Marta G."}, { - id: "2", name: "Pablo R.", role: "Fan de la Moda", testimonial: "Me encanta su enfoque en la calidad y el diseño atemporal. Siempre encuentro algo especial.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg", imageAlt: "Pablo R."}, + id: "2", name: "Pablo R.", role: "Fan de la Moda", testimonial: "Me encanta su enfoque en la calidad y el diseño atemporal. Siempre encuentro algo especial.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg?_wi=2", imageAlt: "Pablo R."}, { - id: "3", name: "Daniela V.", role: "Estilista", testimonial: "Recomiendo Estilo Esencial a todos mis clientes. Sus prendas son versátiles y elegantes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg", imageAlt: "Daniela V."}, + id: "3", name: "Daniela V.", role: "Estilista", testimonial: "Recomiendo Estilo Esencial a todos mis clientes. Sus prendas son versátiles y elegantes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg?_wi=2", imageAlt: "Daniela V."}, { - id: "4", name: "Ricardo L.", role: "Comprador Online", testimonial: "La tienda online es muy fácil de usar y el servicio de entrega es rapidísimo. ¡Un 10!", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg", imageAlt: "Ricardo L."}, + id: "4", name: "Ricardo L.", role: "Comprador Online", testimonial: "La tienda online es muy fácil de usar y el servicio de entrega es rapidísimo. ¡Un 10!", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg?_wi=1", imageAlt: "Ricardo L."}, ]} title="Nuestros Clientes Hablan" description="La satisfacción de quienes nos eligen es nuestra mayor recompensa. Descubre por qué aman la experiencia Estilo Esencial." diff --git a/src/app/page.tsx b/src/app/page.tsx index 40c06db..29b244a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Encuéntranos", href: "/contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg?_wi=2" imageAlt="Stylish couple shopping for clothes" mediaAnimation="slide-up" logoClassName="font-black text-8xl md:text-9xl tracking-tight" @@ -106,13 +106,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "prod-1", name: "Vestido Floral Bohemio", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg", imageAlt: "Floral bohemian dress"}, + id: "prod-1", name: "Vestido Floral Bohemio", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg?_wi=2", imageAlt: "Floral bohemian dress"}, { - id: "prod-2", name: "Camisa Lino Clásica Hombre", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/young-man-relaxing-with-digital-tablet-bed_23-2147936826.jpg", imageAlt: "Men's classic linen shirt"}, + id: "prod-2", name: "Camisa Lino Clásica Hombre", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/young-man-relaxing-with-digital-tablet-bed_23-2147936826.jpg?_wi=1", imageAlt: "Men's classic linen shirt"}, { - id: "prod-3", name: "Jeans Ajustados Mujer", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg", imageAlt: "Women's slim fit jeans"}, + id: "prod-3", name: "Jeans Ajustados Mujer", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg?_wi=1", imageAlt: "Women's slim fit jeans"}, { - id: "prod-4", name: "Chaqueta Denim Vintage", price: "$90.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-girl-posing-outdoors_23-2148499587.jpg", imageAlt: "Vintage denim jacket"}, + id: "prod-4", name: "Chaqueta Denim Vintage", price: "$90.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-girl-posing-outdoors_23-2148499587.jpg?_wi=1", imageAlt: "Vintage denim jacket"}, ]} title="Nuestras Últimas Colecciones" description="Explora la moda que está marcando tendencia y encuentra tus nuevas prendas favoritas." @@ -126,13 +126,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ana P. García", role: "Entusiasta de la Moda", testimonial: "Siempre encuentro piezas únicas y de excelente calidad en Estilo Esencial. ¡Mi armario ha mejorado muchísimo!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg"}, + id: "1", name: "Ana P. García", role: "Entusiasta de la Moda", testimonial: "Siempre encuentro piezas únicas y de excelente calidad en Estilo Esencial. ¡Mi armario ha mejorado muchísimo!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg?_wi=3"}, { - id: "2", name: "Roberto M. Soto", role: "Cliente Frecuente", testimonial: "La atención en tienda es insuperable. Me ayudaron a encontrar el conjunto perfecto para un evento importante.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg"}, + id: "2", name: "Roberto M. Soto", role: "Cliente Frecuente", testimonial: "La atención en tienda es insuperable. Me ayudaron a encontrar el conjunto perfecto para un evento importante.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg?_wi=3"}, { - id: "3", name: "Laura J. Díaz", role: "Diseñadora Gráfica", testimonial: "Adoro la variedad y originalidad de sus diseños. Además, su compromiso con la sostenibilidad es un gran plus.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg"}, + id: "3", name: "Laura J. Díaz", role: "Diseñadora Gráfica", testimonial: "Adoro la variedad y originalidad de sus diseños. Además, su compromiso con la sostenibilidad es un gran plus.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg?_wi=3"}, { - id: "4", name: "Carlos R. Gómez", role: "Emprendedor", testimonial: "Comprar en su tienda online es muy fácil y rápido. La ropa llega impecable y tal como se ve en las fotos.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg"}, + id: "4", name: "Carlos R. Gómez", role: "Emprendedor", testimonial: "Comprar en su tienda online es muy fácil y rápido. La ropa llega impecable y tal como se ve en las fotos.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg?_wi=2"}, ]} title="Lo Que Dicen Nuestros Clientes" description="Historias reales de estilo y satisfacción con Estilo Esencial." diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9dcbf7f..c902e69 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -52,16 +52,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Esencial", name: "Vestido Floral Bohemio", price: "$79.99", rating: 4.5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg", imageAlt: "Modelo usando vestido floral bohemio"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg?_wi=3", imageAlt: "Modelo usando vestido floral bohemio"}, { id: "2", brand: "Esencial", name: "Camisa Clásica de Lino", price: "$59.99", rating: 4.8, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/young-man-relaxing-with-digital-tablet-bed_23-2147936826.jpg", imageAlt: "Hombre usando camisa clásica de lino"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/young-man-relaxing-with-digital-tablet-bed_23-2147936826.jpg?_wi=2", imageAlt: "Hombre usando camisa clásica de lino"}, { id: "3", brand: "Esencial", name: "Jeans Slim Fit Mujer", price: "$69.99", rating: 4.2, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg", imageAlt: "Modelo usando jeans slim fit"}, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg?_wi=2", imageAlt: "Modelo usando jeans slim fit"}, { id: "4", brand: "Esencial", name: "Chaqueta Vaquera Vintage", price: "$89.99", rating: 4.6, - reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-girl-posing-outdoors_23-2148499587.jpg", imageAlt: "Modelo usando chaqueta vaquera vintage"}, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-girl-posing-outdoors_23-2148499587.jpg?_wi=2", imageAlt: "Modelo usando chaqueta vaquera vintage"}, ]} title="Nuestra Exquisita Colección" description="Descubre las últimas tendencias y piezas atemporales que definen tu estilo. Cada prenda es seleccionada por su calidad y diseño exclusivo." @@ -75,11 +75,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Envíos Rápidos y Seguros", description: "Recibe tus prendas favoritas directamente en tu puerta con nuestra logística eficiente.", tag: "Entrega", imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg", imageAlt: "Paquete de envío"}, + id: "1", title: "Envíos Rápidos y Seguros", description: "Recibe tus prendas favoritas directamente en tu puerta con nuestra logística eficiente.", tag: "Entrega", imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg?_wi=3", imageAlt: "Paquete de envío"}, { - id: "2", title: "Asesoría de Estilo Personalizada", description: "Nuestro equipo te guiará para encontrar las piezas que mejor se adapten a tu personalidad.", tag: "Soporte", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg", imageAlt: "Asesor de moda"}, + id: "2", title: "Asesoría de Estilo Personalizada", description: "Nuestro equipo te guiará para encontrar las piezas que mejor se adapten a tu personalidad.", tag: "Soporte", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg?_wi=4", imageAlt: "Asesor de moda"}, { - id: "3", title: "Devoluciones Flexibles", description: "Si no estás 100% satisfecho, nuestro proceso de devolución es sencillo y sin complicaciones.", tag: "Garantía", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg", imageAlt: "Caja de devolución"}, + id: "3", title: "Devoluciones Flexibles", description: "Si no estás 100% satisfecho, nuestro proceso de devolución es sencillo y sin complicaciones.", tag: "Garantía", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-veranda-near-forest_23-2147805548.jpg?_wi=3", imageAlt: "Caja de devolución"}, ]} title="Tu Experiencia de Compra Ideal" description="Desde la facilidad de navegación hasta el soporte post-venta, nos aseguramos de que cada paso sea impecable y gratificante." @@ -94,13 +94,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sofía G.", role: "Diseñadora Gráfica", testimonial: "La calidad de la ropa es excepcional y el diseño siempre a la vanguardia. ¡Mi armario está lleno de Estilo Esencial!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg", imageAlt: "Sofía G."}, + id: "1", name: "Sofía G.", role: "Diseñadora Gráfica", testimonial: "La calidad de la ropa es excepcional y el diseño siempre a la vanguardia. ¡Mi armario está lleno de Estilo Esencial!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-manager-talking-coworker-office-sitting-with-laptop_1258-194648.jpg?_wi=4", imageAlt: "Sofía G."}, { - id: "2", name: "Carlos M.", role: "Emprendedor", testimonial: "Comprar aquí es siempre una excelente experiencia. Encuentro ropa única que me hace sentir seguro y con estilo.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg", imageAlt: "Carlos M."}, + id: "2", name: "Carlos M.", role: "Emprendedor", testimonial: "Comprar aquí es siempre una excelente experiencia. Encuentro ropa única que me hace sentir seguro y con estilo.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4393.jpg?_wi=4", imageAlt: "Carlos M."}, { - id: "3", name: "Laura P.", role: "Influencer de Moda", testimonial: "Me encanta la originalidad y el compromiso con la sostenibilidad. Estilo Esencial es mi marca favorita.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg", imageAlt: "Laura P."}, + id: "3", name: "Laura P.", role: "Influencer de Moda", testimonial: "Me encanta la originalidad y el compromiso con la sostenibilidad. Estilo Esencial es mi marca favorita.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159320.jpg?_wi=4", imageAlt: "Laura P."}, { - id: "4", name: "Javier R.", role: "Consultor de Negocios", testimonial: "La atención al cliente es fantástica y los productos superan las expectativas. Totalmente recomendable.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg", imageAlt: "Javier R."}, + id: "4", name: "Javier R.", role: "Consultor de Negocios", testimonial: "La atención al cliente es fantástica y los productos superan las expectativas. Totalmente recomendable.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-displeased-disappointed-looking-serious-annoyed-angry-with-crossed-arms_1194-632469.jpg?_wi=3", imageAlt: "Javier R."}, ]} title="Lo Que Dicen Nuestros Clientes" description="Historias reales de clientes satisfechos que aman su Estilo Esencial y la calidad de nuestras prendas."