diff --git a/src/app/page.tsx b/src/app/page.tsx index 5756ead..e731e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,28 +150,22 @@ export default function LandingPage() { products={[ { id: "smart-tag-white-1", name: "Smart Tag Branco (1 Unidade)", price: "R$ 99,90", imageSrc: "http://img.b2bpic.net/free-photo/sale-tag-two-color-background_23-2148285073.jpg", imageAlt: "Smart Tag Branco", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, { id: "smart-tag-black-1", name: "Smart Tag Preto (1 Unidade)", price: "R$ 99,90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-back-grey-round-clock_187299-47267.jpg", imageAlt: "Smart Tag Preto", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, { id: "smart-tag-kit-white-2", name: "Kit Smart Tag Branco (2 Unidades)", price: "R$ 189,90", imageSrc: "http://img.b2bpic.net/free-vector/phone-lost-icon_632498-19749.jpg", imageAlt: "Kit Smart Tag Branco", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, { id: "smart-tag-kit-black-2", name: "Kit Smart Tag Preto (2 Unidades)", price: "R$ 189,90", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-template-with-business-elements_23-2147986540.jpg", imageAlt: "Kit Smart Tag Preto", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, { id: "smart-tag-kit-mixed-5", name: "Kit Família Smart Tag (5 Unidades Misto)", price: "R$ 449,90", imageSrc: "http://img.b2bpic.net/free-photo/two-young-teenage-girls-sitting-floor-near-bed-wearing-virtual-reality-glasses_1157-52047.jpg", imageAlt: "Kit Família Smart Tag Misto", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, { id: "smart-tag-white-collar", name: "Smart Tag Branco + Coleira Premium", price: "R$ 149,90", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-style-adorable-dog_23-2151107686.jpg", imageAlt: "Smart Tag Branco com Coleira Premium", priceButtonProps: { - text: "Adicionar ao Carrinho"}, - }, + text: "Adicionar ao Carrinho"}}, ]} title="Nossos Smart Tags" description="Escolha o Smart Tag ideal para a sua necessidade. Disponível em diferentes cores e kits para sua conveniência." @@ -262,11 +256,13 @@ export default function LandingPage() { { title: "Institucional", items: [ { - label: "Sobre Nós", href: "#"}, + label: "Sobre", href: "#"}, { - label: "Política de Privacidade", href: "#"}, + label: "Política de Troca", href: "#"}, { - label: "Termos de Uso", href: "#"}, + label: "Política de Envio", href: "#"}, + { + label: "Contato", href: "#"} ], }, { @@ -276,7 +272,9 @@ export default function LandingPage() { { label: "Rastrear Pedido", href: "#"}, { - label: "Contato", href: "#"}, + label: "Política de Privacidade", href: "#"}, + { + label: "Termos de Uso", href: "#"} ], }, {