Merge version_1 into main #1
150
src/app/page.tsx
150
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Cardápio", id: "menu"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Cowboy Restaurante"
|
||||
/>
|
||||
@@ -56,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Cowboy Restaurante"
|
||||
description="Churrasco que conquista, atendimento que acolhe. No Jardim Goiás, existe um lugar onde comida caseira ganha outro nível. Sabor de verdade e um preço que surpreende."
|
||||
buttons={[
|
||||
{
|
||||
text: "Peça agora pelo WhatsApp",
|
||||
href: "https://wa.me/5562999999999",
|
||||
},
|
||||
text: "Peça agora pelo WhatsApp", href: "https://wa.me/5562999999999"},
|
||||
{
|
||||
text: "Ver cardápio completo",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver cardápio completo", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steak-with-vegetable-salad-fried-potatoes_114579-3255.jpg"
|
||||
imageAlt="Churrasco autêntico no Cowboy Restaurante"
|
||||
@@ -91,41 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Picanha Premium",
|
||||
price: "R$ 49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-vegetable_1203-9918.jpg",
|
||||
},
|
||||
id: "p1", name: "Picanha Premium", price: "R$ 49,90", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-meat-steak-with-vegetable_1203-9918.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Costela no Bafo",
|
||||
price: "R$ 38,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glazed-barbecue-ribs-with-fresh-herbs-dark-platter_84443-85652.jpg",
|
||||
},
|
||||
id: "p2", name: "Costela no Bafo", price: "R$ 38,90", imageSrc: "http://img.b2bpic.net/free-photo/glazed-barbecue-ribs-with-fresh-herbs-dark-platter_84443-85652.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Frango Assado",
|
||||
price: "R$ 29,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-potato-christmas-dinner_23-2147725436.jpg",
|
||||
},
|
||||
id: "p3", name: "Frango Assado", price: "R$ 29,90", imageSrc: "http://img.b2bpic.net/free-photo/eating-potato-christmas-dinner_23-2147725436.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Feijoada Completa",
|
||||
price: "R$ 34,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-beans-lime_23-2148751902.jpg",
|
||||
},
|
||||
id: "p4", name: "Feijoada Completa", price: "R$ 34,90", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-beans-lime_23-2148751902.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Linguiça Artesanal",
|
||||
price: "R$ 22,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bavarian-fried-sausages-sauerkraut_2829-14337.jpg",
|
||||
},
|
||||
id: "p5", name: "Linguiça Artesanal", price: "R$ 22,90", imageSrc: "http://img.b2bpic.net/free-photo/bavarian-fried-sausages-sauerkraut_2829-14337.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Prato Executivo",
|
||||
price: "R$ 25,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-set-table_140725-9232.jpg",
|
||||
},
|
||||
id: "p6", name: "Prato Executivo", price: "R$ 25,90", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-set-table_140725-9232.jpg"},
|
||||
]}
|
||||
title="Nossos Pratos Favoritos"
|
||||
description="Cortes selecionados, tempero caseiro e muito amor em cada porção."
|
||||
@@ -138,40 +99,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
quote: "Melhor custo-benefício do Jardim Goiás, tempero maravilhoso.",
|
||||
name: "Ricardo S.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
},
|
||||
id: "1", title: "Cliente Satisfeito", quote: "Melhor custo-benefício do Jardim Goiás, tempero maravilhoso.", name: "Ricardo S.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
quote: "Comida de vó com a rapidez que preciso pro almoço.",
|
||||
name: "Ana M.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-spanish-tortilla_23-2150168086.jpg",
|
||||
},
|
||||
id: "2", title: "Cliente Satisfeito", quote: "Comida de vó com a rapidez que preciso pro almoço.", name: "Ana M.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-spanish-tortilla_23-2150168086.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
quote: "Atendimento nota mil e a picanha derrete na boca.",
|
||||
name: "Carlos P.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-stuffed-baked-quince-restaurant_140725-5288.jpg",
|
||||
},
|
||||
id: "3", title: "Cliente Satisfeito", quote: "Atendimento nota mil e a picanha derrete na boca.", name: "Carlos P.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-stuffed-baked-quince-restaurant_140725-5288.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
quote: "Ambiente nota 10 para almoçar em família.",
|
||||
name: "Juliana R.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg",
|
||||
},
|
||||
id: "4", title: "Cliente Satisfeito", quote: "Ambiente nota 10 para almoçar em família.", name: "Juliana R.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
quote: "Frequento todo dia, não troco por nenhum outro.",
|
||||
name: "Marcos B.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agent-phone_1098-15835.jpg",
|
||||
},
|
||||
id: "5", title: "Cliente Satisfeito", quote: "Frequento todo dia, não troco por nenhum outro.", name: "Marcos B.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/agent-phone_1098-15835.jpg"},
|
||||
]}
|
||||
title="O que dizem os clientes"
|
||||
description="Amizade e sabor que fazem o Jardim Goiás voltar sempre."
|
||||
@@ -182,14 +118,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ficou com fome? Estamos prontos para te servir! Peça pelo nosso WhatsApp e receba no conforto do seu trabalho ou casa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chamar no WhatsApp",
|
||||
href: "https://wa.me/5562999999999",
|
||||
},
|
||||
text: "Chamar no WhatsApp", href: "https://wa.me/5562999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,50 +131,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Carnes",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Carnes", href: "#menu"},
|
||||
{
|
||||
label: "Acompanhamentos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Acompanhamentos", href: "#menu"},
|
||||
{
|
||||
label: "Bebidas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Bebidas", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5562999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5562999999999"},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#",
|
||||
},
|
||||
label: "Localização", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "Jardim Goiás, Goiânia",
|
||||
href: "#",
|
||||
},
|
||||
label: "Jardim Goiás, Goiânia", href: "#"},
|
||||
{
|
||||
label: "contato@cowboyrestaurante.com.br",
|
||||
href: "mailto:contato@cowboyrestaurante.com.br",
|
||||
},
|
||||
label: "contato@cowboyrestaurante.com.br", href: "mailto:contato@cowboyrestaurante.com.br"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user