diff --git a/src/app/page.tsx b/src/app/page.tsx index ee56476..43d4bb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,38 +47,19 @@ export default function LandingPage() {
@@ -282,25 +170,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Quais os horários de funcionamento?", - content: "Estamos abertos diariamente das 09:00 às 22:00.", - }, + id: "q1", title: "Quais os horários de funcionamento?", content: "Estamos abertos diariamente das 09:00 às 22:00."}, { - id: "q2", - title: "Como realizar uma troca?", - content: "Consulte nosso regulamento de trocas diretamente na loja.", - }, + id: "q2", title: "Como realizar uma troca?", content: "Consulte nosso regulamento de trocas diretamente na loja."}, { - id: "q3", - title: "Onde estamos localizados?", - content: "No Plaza Casa Forte, Recife - Loja 02.", - }, + id: "q3", title: "Onde estamos localizados?", content: "No Plaza Casa Forte, Recife - Loja 02."}, ]} title="Dúvidas Frequentes" description="Estamos aqui para ajudar com qualquer informação sobre nossos serviços." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575314.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575314.jpg" imageAlt="Dúvidas Frequentes" mediaAnimation="slide-up" /> @@ -313,27 +192,16 @@ export default function LandingPage() { description="Entre em contato conosco para dúvidas, agendamentos ou informações sobre coleções." inputs={[ { - name: "nome", - type: "text", - placeholder: "Seu Nome", - required: true, + name: "nome", type: "text", placeholder: "Seu Nome", required: true, }, { - name: "email", - type: "email", - placeholder: "Seu E-mail", - required: true, + name: "email", type: "email", placeholder: "Seu E-mail", required: true, }, { - name: "telefone", - type: "tel", - placeholder: "Seu Telefone", - }, + name: "telefone", type: "tel", placeholder: "Seu Telefone"}, ]} textarea={{ - name: "mensagem", - placeholder: "Como podemos ajudar?", - rows: 4, + name: "mensagem", placeholder: "Como podemos ajudar?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/young-man-standing-front-shop-using-smartphone_23-2147968371.jpg" /> @@ -345,29 +213,19 @@ export default function LandingPage() { { items: [ { - label: "Sobre", - href: "#about", - }, + label: "Sobre", href: "#about"}, { - label: "Produtos", - href: "#products", - }, + label: "Produtos", href: "#products"}, { - label: "Contato", - href: "#contact", - }, + label: "Contato", href: "#contact"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]}