diff --git a/src/app/page.tsx b/src/app/page.tsx index c9866f6..8042e3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,45 +47,28 @@ export default function LandingPage() {
@@ -109,45 +82,27 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Loja Vintão", - name: "T-shirts & Polos", - price: "Casual", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-cap-making-suicide-gesture-looking-hopeless-front-view_176474-54672.jpg", - }, + id: "1", brand: "Loja Vintão", name: "T-shirts & Polos", price: "Casual", rating: 5, + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-cap-making-suicide-gesture-looking-hopeless-front-view_176474-54672.jpg"}, { - id: "2", - brand: "Loja Vintão", - name: "Dresses & Fashion", - price: "Elegant", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-similar-suits-clothes-sexy-carefree-women-posing-near-blue-wall-studio_158538-15127.jpg", - }, + id: "2", brand: "Loja Vintão", name: "Moda Feminina", price: "Elegante", rating: 5, + reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-similar-suits-clothes-sexy-carefree-women-posing-near-blue-wall-studio_158538-15127.jpg"}, { - id: "3", - brand: "Loja Vintão", - name: "Casual Wear", - price: "Comfort", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-kuwaiti-man-trench-coat-walking-park_627829-5588.jpg", - }, + id: "3", brand: "Loja Vintão", name: "Moda Casual", price: "Conforto", rating: 5, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kuwaiti-man-trench-coat-walking-park_627829-5588.jpg"}, ]} - title="Variety for every style" - description="Discover our collection, from casual wear to elegant fashion." + title="Variedade para todos os estilos" + description="Descubra nossa coleção, do casual ao elegante." />
@@ -240,49 +156,34 @@ export default function LandingPage() { logoText="Loja Vintão" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Início", href: "#home"}, { - label: "Products", - href: "#products", - }, + label: "Produtos", href: "#products"}, { - label: "Contact", - href: "#contact", - }, + label: "Contato", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Suporte", items: [ { - label: "WhatsApp", - href: "https://wa.me/556900000000", - }, + label: "WhatsApp", href: "https://wa.me/556900000000"}, { - label: "Call Us", - href: "tel:+556900000000", - }, + label: "Ligue para Nós", href: "tel:+556900000000"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Política de Privacidade", href: "#"}, ], }, ]} - copyrightText="© 2025 Loja Vintão. All rights reserved." + copyrightText="© 2025 Loja Vintão. Todos os direitos reservados." /> ); -} +} \ No newline at end of file