Update src/app/page.tsx

This commit is contained in:
2026-05-11 11:57:47 +00:00
parent cfbc941264
commit 3dbdffdd9d

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="OXING Wear"
description="Elegância e qualidade em cada costura. Camisas masculinas premium feitas para quem sabe se vestir bem."
buttons={[
{ text: "Ver Coleção", href: "#products" },
{ text: "Ver Coleção", href: "/products" },
{ text: "Sobre Nós", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/adorable-caucasian-lady-trendy-clothes-looking-away-while-posing-evening_197531-20766.jpg"
@@ -100,7 +100,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{ text: "Ver Tudo", href: "#contact" }
{ text: "Ver Tudo", href: "/products" }
]}
products={[
{ id: "p1", brand: "OXING", name: "Camisa Linho Slim", price: "R$ 159,90", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-computer-smart-phone-beautiful-student-girl-working-laptop-outdoor_1328-622.jpg" },
@@ -159,7 +159,7 @@ export default function LandingPage() {
{
title: "OXING Wear", items: [
{ label: "Sobre", href: "#about" },
{ label: "Produtos", href: "#products" },
{ label: "Produtos", href: "/products" },
{ label: "Contato", href: "#contact" }
]
},