Merge version_1 into main #1
137
src/app/page.tsx
137
src/app/page.tsx
@@ -29,23 +29,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Nossa História",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nossa História", id: "about"},
|
||||
{
|
||||
name: "Produtos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produtos", id: "products"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Correta"
|
||||
button={{ text: "Orçamento", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,69 +48,37 @@ export default function LandingPage() {
|
||||
description="Qualidade, tradição e atendimento especializado em materiais de construção para toda a sua reforma ou obra."
|
||||
testimonials={[
|
||||
{
|
||||
name: "João Silva",
|
||||
handle: "Cliente desde 1990",
|
||||
testimonial: "A Correta sempre foi nossa primeira opção pela confiança.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-plant-handles-automation-equipment-emphasizing-engineering-skill_482257-135348.jpg",
|
||||
},
|
||||
name: "João Silva", handle: "Cliente desde 1990", testimonial: "A Correta sempre foi nossa primeira opção pela confiança.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-plant-handles-automation-equipment-emphasizing-engineering-skill_482257-135348.jpg"},
|
||||
{
|
||||
name: "Maria Oliveira",
|
||||
handle: "Arquiteta",
|
||||
testimonial: "Profissionais que entendem de cada detalhe da construção.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg",
|
||||
},
|
||||
name: "Maria Oliveira", handle: "Arquiteta", testimonial: "Profissionais que entendem de cada detalhe da construção.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg"},
|
||||
{
|
||||
name: "Ricardo Santos",
|
||||
handle: "Construtor",
|
||||
testimonial: "O melhor atendimento e entrega da região do Rio.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24900.jpg",
|
||||
},
|
||||
name: "Ricardo Santos", handle: "Construtor", testimonial: "O melhor atendimento e entrega da região do Rio.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24900.jpg"},
|
||||
{
|
||||
name: "Carla Mendes",
|
||||
handle: "Reforma",
|
||||
testimonial: "Tudo que precisei encontrei aqui, com preço justo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
|
||||
},
|
||||
name: "Carla Mendes", handle: "Reforma", testimonial: "Tudo que precisei encontrei aqui, com preço justo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg"},
|
||||
{
|
||||
name: "Bruno Souza",
|
||||
handle: "Lar Doce Lar",
|
||||
testimonial: "Tradição que passa confiança em cada tijolo comprado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-professional-workshop_23-2149103883.jpg",
|
||||
},
|
||||
name: "Bruno Souza", handle: "Lar Doce Lar", testimonial: "Tradição que passa confiança em cada tijolo comprado.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-professional-workshop_23-2149103883.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça nossos produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Conheça nossos produtos", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-posing-outdoors_171337-19426.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg",
|
||||
alt: "Portrait of young builder",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", alt: "Portrait of young builder"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg",
|
||||
alt: "Portrait of worker in factory",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg", alt: "Portrait of worker in factory"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-worker-standing-beside-heavy-machinery-warehouse-facility-wearing-safety-glasses_482257-135639.jpg",
|
||||
alt: "Portrait of worker standing beside heavy machinery",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-worker-standing-beside-heavy-machinery-warehouse-facility-wearing-safety-glasses_482257-135639.jpg", alt: "Portrait of worker standing beside heavy machinery"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg",
|
||||
alt: "Male worker in construction wearing protection gear",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", alt: "Male worker in construction wearing protection gear"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg",
|
||||
alt: "Young hispanic man with beard working at home renovation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", alt: "Young hispanic man with beard working at home renovation"},
|
||||
]}
|
||||
avatarText="Mais de 5.000 clientes satisfeitos"
|
||||
/>
|
||||
@@ -128,9 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Mais que uma loja, uma história"
|
||||
description={[
|
||||
"Fundada há cinco décadas, a Correta tornou-se referência absoluta em materiais de construção no Rio de Janeiro.",
|
||||
"Nosso compromisso é entregar mais do que apenas produtos; entregamos soluções para realizar o sonho da casa própria.",
|
||||
]}
|
||||
"Fundada há cinco décadas, a Correta tornou-se referência absoluta em materiais de construção no Rio de Janeiro.", "Nosso compromisso é entregar mais do que apenas produtos; entregamos soluções para realizar o sonho da casa própria."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pisos e Revestimentos",
|
||||
price: "A partir de R$ 49/m²",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138431.jpg",
|
||||
},
|
||||
id: "1", name: "Pisos e Revestimentos", price: "A partir de R$ 49/m²", imageSrc: "http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138431.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Materiais Básicos",
|
||||
price: "Consultar orçamento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-supplies-composition-high-angle_23-2149511913.jpg",
|
||||
},
|
||||
id: "2", name: "Materiais Básicos", price: "Consultar orçamento", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-supplies-composition-high-angle_23-2149511913.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ferramentas",
|
||||
price: "A partir de R$ 25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistic-warehouse-with-blurry-boxes_23-2149214311.jpg",
|
||||
},
|
||||
id: "3", name: "Ferramentas", price: "A partir de R$ 25", imageSrc: "http://img.b2bpic.net/free-photo/logistic-warehouse-with-blurry-boxes_23-2149214311.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elétrica Completa",
|
||||
price: "Consulte catálogo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17486.jpg",
|
||||
},
|
||||
id: "4", name: "Elétrica Completa", price: "Consulte catálogo", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17486.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tintas e Acessórios",
|
||||
price: "A partir de R$ 89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clay-pieces-arrangement_23-2149480221.jpg",
|
||||
},
|
||||
id: "5", name: "Tintas e Acessórios", price: "A partir de R$ 89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clay-pieces-arrangement_23-2149480221.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Hidráulica",
|
||||
price: "Consultar orçamento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334492.jpg",
|
||||
},
|
||||
id: "6", name: "Hidráulica", price: "Consultar orçamento", imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334492.jpg"},
|
||||
]}
|
||||
title="Nossa Linha de Produtos"
|
||||
description="Tudo o que você precisa para sua obra, do básico ao acabamento."
|
||||
@@ -188,14 +123,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tigre",
|
||||
"Coral",
|
||||
"Portinari",
|
||||
"Votorantim",
|
||||
"Deca",
|
||||
"Schneider",
|
||||
"Bosch",
|
||||
]}
|
||||
"Tigre", "Coral", "Portinari", "Votorantim", "Deca", "Schneider", "Bosch"]}
|
||||
title="Parceiros de Confiança"
|
||||
description="Trabalhamos com os melhores fornecedores do mercado para garantir a qualidade que seu projeto exige."
|
||||
/>
|
||||
@@ -205,16 +133,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Entre em contato"
|
||||
title="Pronto para começar sua obra?"
|
||||
description="Fale com um de nossos especialistas e faça um orçamento sem compromisso. Estamos prontos para atender você com toda nossa tradição."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
text: "Falar no WhatsApp", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user