Update src/app/about/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Palette } from "lucide-react";
|
||||
import { Palette, Gem, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,25 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Productos", id: "/products"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "/about"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contacto", id: "/contact"},
|
||||
]}
|
||||
brandName="Estilo Esencial"
|
||||
/>
|
||||
@@ -62,22 +50,16 @@ export default function LandingPage() {
|
||||
description="Desde nuestros inicios, Estilo Esencial se ha dedicado a ofrecer moda única y de alta calidad. Creemos que la ropa no solo viste, sino que expresa tu personalidad y esencia. Nos inspiramos en el diseño contemporáneo y la artesanía tradicional para crear piezas atemporales."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Calidad Inigualable",
|
||||
description: "Seleccionamos los mejores tejidos y materiales para garantizar durabilidad y comodidad.",
|
||||
icon: Gem,
|
||||
title: "Calidad Inigualable", description: "Seleccionamos los mejores tejidos y materiales para garantizar durabilidad y comodidad.", icon: Gem,
|
||||
},
|
||||
{
|
||||
title: "Diseño Exclusivo",
|
||||
description: "Cada pieza es diseñada pensando en la individualidad y la elegancia moderna.",
|
||||
icon: Palette,
|
||||
title: "Diseño Exclusivo", description: "Cada pieza es diseñada pensando en la individualidad y la elegancia moderna.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Moda Consciente",
|
||||
description: "Comprometidos con prácticas sostenibles y éticas en toda nuestra cadena de producción.",
|
||||
icon: Leaf,
|
||||
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?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-casual-clothes-white-blouse-black-pants_627829-9090.jpg"
|
||||
imageAlt="Una pareja elegante en una boutique de moda moderna"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -90,20 +72,14 @@ export default function LandingPage() {
|
||||
description="Orgullosos de los hitos alcanzados y el camino recorrido junto a nuestra creciente comunidad de amantes de la moda."
|
||||
metrics={[
|
||||
{
|
||||
value: "+50K",
|
||||
title: "Clientes Satisfechos",
|
||||
},
|
||||
value: "+50K", title: "Clientes Satisfechos"},
|
||||
{
|
||||
value: "10 Años",
|
||||
title: "En el Mercado",
|
||||
},
|
||||
value: "10 Años", title: "En el Mercado"},
|
||||
{
|
||||
value: "+1000",
|
||||
title: "Prendas Únicas",
|
||||
},
|
||||
value: "+1000", title: "Prendas Únicas"},
|
||||
]}
|
||||
tag="Nuestros Logros"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-floral-background_23-2148037272.jpg"
|
||||
imageAlt="Mujer modelando un vestido"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -117,26 +93,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?_wi=3",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=3",
|
||||
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", 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."
|
||||
@@ -145,41 +106,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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?_wi=4",
|
||||
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", 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?_wi=4",
|
||||
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", 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?_wi=4",
|
||||
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", 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?_wi=3",
|
||||
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", 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."
|
||||
@@ -190,54 +128,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explorar",
|
||||
items: [
|
||||
title: "Explorar", items: [
|
||||
{
|
||||
label: "Colecciones",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Colecciones", href: "/products"},
|
||||
{
|
||||
label: "Novedades",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Novedades", href: "/products"},
|
||||
{
|
||||
label: "Ofertas",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Ofertas", href: "/products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "/about"},
|
||||
{
|
||||
label: "Equipo",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Equipo", href: "/about"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contacto", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ayuda",
|
||||
items: [
|
||||
title: "Ayuda", items: [
|
||||
{
|
||||
label: "Preguntas Frecuentes",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "Preguntas Frecuentes", href: "/faq"},
|
||||
{
|
||||
label: "Política de Envíos",
|
||||
href: "/legal",
|
||||
},
|
||||
label: "Política de Envíos", href: "/legal"},
|
||||
{
|
||||
label: "Devoluciones",
|
||||
href: "/legal",
|
||||
},
|
||||
label: "Devoluciones", href: "/legal"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user