diff --git a/src/app/page.tsx b/src/app/page.tsx index 634d185..faf0eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,11 +33,11 @@ export default function LandingPage() { @@ -47,22 +47,22 @@ export default function LandingPage() { @@ -70,10 +70,10 @@ export default function LandingPage() {
@@ -83,18 +83,18 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Quality", title: "Premium Materials", subtitle: "Sourced from top-tier mills", description: "We use only the finest natural fibers for all our garments.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-groom-wearing-little-bouquet_23-2149580393.jpg"}, + tag: "Qualidade", title: "Materiais Premium", subtitle: "Provenientes dos melhores fabricantes", description: "Usamos apenas as melhores fibras naturais em todas as nossas peças.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-groom-wearing-little-bouquet_23-2149580393.jpg"}, { - tag: "Design", title: "Modern Silhouettes", subtitle: "Designed for versatility", description: "Classic aesthetics with a contemporary edge.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3731.jpg"}, + tag: "Design", title: "Silhuetas Modernas", subtitle: "Projetadas para versatilidade", description: "Estética clássica com um toque contemporâneo.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3731.jpg"}, { - tag: "Fit", title: "Tailored Excellence", subtitle: "Precision in every cut", description: "Expertly designed fits that flatter and endure.", imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg"}, + tag: "Caimento", title: "Excelência em Alfaiataria", subtitle: "Precisão em cada corte", description: "Cortes projetados com especialidade que valorizam e duram.", imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg"}, { - tag: "Craft", title: "Master Tailoring", subtitle: "Hand-finished details", description: "Attention to detail that separates us from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-14873.jpg"}, + tag: "Artesanato", title: "Alfaiataria Mestra", subtitle: "Detalhes com acabamento manual", description: "Atenção aos detalhes que nos diferencia.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-14873.jpg"}, { - tag: "Durability", title: "Lasting Comfort", subtitle: "Designed for longevity", description: "Materials chosen for wearability and endurance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket-close-up_23-2148891715.jpg"}, + tag: "Durabilidade", title: "Conforto Duradouro", subtitle: "Projetado para longevidade", description: "Materiais escolhidos pela usabilidade e resistência.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket-close-up_23-2148891715.jpg"}, ]} - title="Why Strutura?" - description="Excellence in every stitch." + title="Por que a Strutura?" + description="Excelência em cada costura." /> @@ -106,26 +106,26 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Strutura", name: "Signature Wool Coat", price: "$450", rating: 5, + id: "1", brand: "Strutura", name: "Casaco de Lã Assinatura", price: "R$ 450", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg"}, { - id: "2", brand: "Strutura", name: "Tailored Navy Blazer", price: "$320", rating: 5, + id: "2", brand: "Strutura", name: "Blazer Marinho de Alfaiataria", price: "R$ 320", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4212.jpg"}, { - id: "3", brand: "Strutura", name: "Silk Utility Blouse", price: "$180", rating: 4, + id: "3", brand: "Strutura", name: "Blusa Utilitária de Seda", price: "R$ 180", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-blond-woman-long-white-dress-black-gloves_613910-10995.jpg"}, { - id: "4", brand: "Strutura", name: "Premium Indigo Jeans", price: "$150", rating: 5, + id: "4", brand: "Strutura", name: "Jeans Índigo Premium", price: "R$ 150", rating: 5, reviewCount: "302", imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashionable-indian-man-black-jeans-jacket-posed-outdoor_627829-1793.jpg"}, { - id: "5", brand: "Strutura", name: "Wool Tailored Trousers", price: "$210", rating: 5, + id: "5", brand: "Strutura", name: "Calça de Alfaiataria em Lã", price: "R$ 210", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/blue-wedding-attire-groom-hanging-wall_8353-9801.jpg"}, { - id: "6", brand: "Strutura", name: "Modern Trench Coat", price: "$390", rating: 4, + id: "6", brand: "Strutura", name: "Trench Coat Moderno", price: "R$ 390", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-beige-coat-outside-park_1303-16907.jpg"}, ]} - title="Our Collection" - description="Sophisticated pieces for every occasion." + title="Nossa Coleção" + description="Peças sofisticadas para todas as ocasiões." /> @@ -135,8 +135,8 @@ export default function LandingPage() { useInvertedBackground={true} names={[ "Vogue", "Harper's Bazaar", "Elle", "GQ", "GQ Style", "The Cut", "Fashion Week"]} - title="As Seen In" - description="Leading the conversation in fashion media." + title="Como Visto Em" + description="Liderando a conversa na mídia de moda." /> @@ -146,18 +146,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", title: "Exquisite quality", quote: "The coat I purchased fits perfectly. The material quality is unmatched.", name: "Sarah Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg"}, + id: "t1", title: "Qualidade requintada", quote: "O casaco que comprei serve perfeitamente. A qualidade do material é inigualável.", name: "Sarah Miller", role: "Arquiteta", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg"}, { - id: "t2", title: "Stunning details", quote: "Strutura has become my go-to for tailored workwear. Sophisticated and comfortable.", name: "James Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11255.jpg"}, + id: "t2", title: "Detalhes impressionantes", quote: "A Strutura tornou-se a minha escolha para roupas de trabalho elegantes. Sofisticado e confortável.", name: "James Chen", role: "Diretor Criativo", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-suit_1303-11255.jpg"}, { - id: "t3", title: "Modern fit", quote: "Finally found jeans that are both comfortable and professional enough for the office.", name: "Emily Watson", role: "Marketing Head", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg"}, + id: "t3", title: "Caimento moderno", quote: "Finalmente encontrei jeans que são confortáveis e profissionais o suficiente para o escritório.", name: "Emily Watson", role: "Chefe de Marketing", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg"}, { - id: "t4", title: "Effortless style", quote: "The attention to detail in their blouses is incredible. Highly recommend.", name: "David Thorne", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg"}, + id: "t4", title: "Estilo sem esforço", quote: "A atenção aos detalhes nas suas blusas é incrível. Altamente recomendado.", name: "David Thorne", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg"}, { - id: "t5", title: "Unrivalled service", quote: "Beautiful collection. Every piece I own from Strutura feels premium.", name: "Jessica Lee", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-curly-woman-pink-suit-sitting-near-mirror_197531-16809.jpg"}, + id: "t5", title: "Serviço inigualável", quote: "Bela coleção. Cada peça que possuo da Strutura parece premium.", name: "Jessica Lee", role: "Consultora", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-curly-woman-pink-suit-sitting-near-mirror_197531-16809.jpg"}, ]} - title="Client Stories" - description="See why our customers love Strutura." + title="Histórias de Clientes" + description="Veja por que nossos clientes amam a Strutura." /> @@ -167,19 +167,19 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "What is your shipping policy?", content: "We offer free global shipping on orders over $200."}, + id: "q1", title: "Qual é a política de envio?", content: "Oferecemos envio global gratuito em pedidos acima de R$ 200."}, { - id: "q2", title: "Do you offer returns?", content: "We accept returns within 30 days of purchase in original condition."}, + id: "q2", title: "Vocês oferecem devoluções?", content: "Aceitamos devoluções dentro de 30 dias após a compra na condição original."}, { - id: "q3", title: "Are your materials sustainable?", content: "We source all our fabrics from environmentally-conscious, certified mills."}, + id: "q3", title: "Seus materiais são sustentáveis?", content: "Adquirimos todos os nossos tecidos de fábricas certificadas e conscientes do meio ambiente."}, { - id: "q4", title: "How do I find my size?", content: "Use our detailed size guide on each product page for precision."}, + id: "q4", title: "Como encontro meu tamanho?", content: "Use nosso guia de tamanhos detalhado em cada página do produto para precisão."}, { - id: "q5", title: "Can I visit your atelier?", content: "Our showroom is open for private appointments by request."}, + id: "q5", title: "Posso visitar seu ateliê?", content: "Nosso showroom está aberto para agendamentos privados mediante solicitação."}, ]} imageSrc="http://img.b2bpic.net/free-photo/sale-shopping-fashion-style-people-concept-elegant-young-man-choosing-footwear-mall_1157-48892.jpg" - title="Frequently Asked" - description="Information regarding our collections and policies." + title="Perguntas Frequentes" + description="Informações sobre nossas coleções e políticas." faqsAnimation="slide-up" /> @@ -187,18 +187,18 @@ export default function LandingPage() {
@@ -208,9 +208,9 @@ export default function LandingPage() { { items: [ { - label: "Shop", href: "#products"}, + label: "Comprar", href: "#products"}, { - label: "About", href: "#about"}, + label: "Sobre", href: "#about"}, { label: "FAQ", href: "#faq"}, ], @@ -218,11 +218,11 @@ export default function LandingPage() { { items: [ { - label: "Terms", href: "#"}, + label: "Termos", href: "#"}, { - label: "Privacy", href: "#"}, + label: "Privacidade", href: "#"}, { - label: "Shipping", href: "#"}, + label: "Envio", href: "#"}, ], }, {