Merge version_1 into main #1
325
src/app/page.tsx
325
src/app/page.tsx
@@ -32,77 +32,44 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/food-badges_1114-244.jpg"
|
||||
logoAlt="Slow Fire Restaurant Logo"
|
||||
brandName="Slow Fire Restaurant"
|
||||
button={{
|
||||
text: "Reservar Agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reservar Agora", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Sabores Defumados, Memórias Duradouras."
|
||||
description="No Slow Fire, transformamos cada refeição em uma experiência, com carnes cuidadosamente preparadas em fogo lento e ingredientes frescos da fazenda à mesa."
|
||||
tag="Culinária Artesanal"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Nosso Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Nosso Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reservar Uma Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Uma Mesa", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tomatoes-other-vegetables-with-garlic-crusher-wooden-background_141793-5474.jpg",
|
||||
imageAlt: "prato gourmet com carne assada lentamente",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tomatoes-other-vegetables-with-garlic-crusher-wooden-background_141793-5474.jpg", imageAlt: "prato gourmet com carne assada lentamente"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg",
|
||||
imageAlt: "ambiente acolhedor de restaurante com luz suave",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-salad-leaves-beans-rice_661915-390.jpg",
|
||||
imageAlt: "Tomatoes salad leaves beans and rice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table-top-view_114579-4585.jpg",
|
||||
imageAlt: "A yogurt pot, tomatoes, herbs and olive bottle on the wooden table Top view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-seasonings-dark-surface-ripe-salad-health-food_140725-118149.jpg",
|
||||
imageAlt: "Top view fresh vegetables with seasonings on a dark surface ripe salad health food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg", imageAlt: "ambiente acolhedor de restaurante com luz suave"}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -115,28 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "A Arte do ",
|
||||
},
|
||||
type: "text", content: "A Arte do "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Fogo Lento ",
|
||||
},
|
||||
type: "text", content: "Fogo Lento "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg",
|
||||
alt: "chef experiente cozinhando em fogão",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728007.jpg", alt: "chef experiente cozinhando em fogão"},
|
||||
{
|
||||
type: "text",
|
||||
content: "e Sabores Inesquecíveis",
|
||||
},
|
||||
type: "text", content: "e Sabores Inesquecíveis"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça Nossa História",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Conheça Nossa História", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,41 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cortes Nobres e Preparo Artesanal",
|
||||
author: "Slow Fire Chefs",
|
||||
description: "Selecionamos apenas as melhores carnes e as preparamos por horas em fogo lento, garantindo suculência e sabor incomparáveis.",
|
||||
tags: [
|
||||
"Carnes",
|
||||
"Defumados",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-barbeque-sauce-vegetables_141793-356.jpg",
|
||||
imageAlt: "prato principal com carne suculenta e molho",
|
||||
},
|
||||
id: "f1", title: "Cortes Nobres e Preparo Artesanal", author: "Slow Fire Chefs", description: "Selecionamos apenas as melhores carnes e as preparamos por horas em fogo lento, garantindo suculência e sabor incomparáveis.", tags: [
|
||||
"Carnes", "Defumados"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-barbeque-sauce-vegetables_141793-356.jpg", imageAlt: "prato principal com carne suculenta e molho"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ambiente Acolhedor e Elegante",
|
||||
author: "Slow Fire Design",
|
||||
description: "Desfrute de uma atmosfera única, perfeita para jantares românticos, celebrações especiais ou um encontro casual com amigos.",
|
||||
tags: [
|
||||
"Ambiente",
|
||||
"Conforto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg",
|
||||
imageAlt: "vista aérea de uma mesa de jantar completa",
|
||||
},
|
||||
id: "f2", title: "Ambiente Acolhedor e Elegante", author: "Slow Fire Design", description: "Desfrute de uma atmosfera única, perfeita para jantares românticos, celebrações especiais ou um encontro casual com amigos.", tags: [
|
||||
"Ambiente", "Conforto"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg", imageAlt: "vista aérea de uma mesa de jantar completa"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ingredientes Frescos e Locais",
|
||||
author: "Slow Fire Sourcing",
|
||||
description: "Orgulhamo-nos de apoiar produtores locais, utilizando apenas ingredientes frescos e da mais alta qualidade em nossos pratos.",
|
||||
tags: [
|
||||
"Sustentabilidade",
|
||||
"Qualidade",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-outdoors_1137-111.jpg",
|
||||
imageAlt: "ingredientes orgânicos frescos em cesta",
|
||||
},
|
||||
id: "f3", title: "Ingredientes Frescos e Locais", author: "Slow Fire Sourcing", description: "Orgulhamo-nos de apoiar produtores locais, utilizando apenas ingredientes frescos e da mais alta qualidade em nossos pratos.", tags: [
|
||||
"Sustentabilidade", "Qualidade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-outdoors_1137-111.jpg", imageAlt: "ingredientes orgânicos frescos em cesta"},
|
||||
]}
|
||||
title="Nossa Experiência Culinária"
|
||||
description="No Slow Fire, cada detalhe é pensado para criar momentos memoráveis e sabores que encantam o paladar."
|
||||
@@ -197,47 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Costelas Defumadas Slow Fire",
|
||||
price: "R$ 89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glazed-barbecue-ribs-with-fresh-herbs-dark-platter_84443-85652.jpg",
|
||||
imageAlt: "costelas de porco defumadas e caramelizadas",
|
||||
},
|
||||
id: "p1", name: "Costelas Defumadas Slow Fire", price: "R$ 89", imageSrc: "http://img.b2bpic.net/free-photo/glazed-barbecue-ribs-with-fresh-herbs-dark-platter_84443-85652.jpg", imageAlt: "costelas de porco defumadas e caramelizadas"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Bife Ancho Premium Grelhado",
|
||||
price: "R$ 120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-wooden-board-with-herbs_141793-17574.jpg",
|
||||
imageAlt: "bife premium grelhado ao ponto",
|
||||
},
|
||||
id: "p2", name: "Bife Ancho Premium Grelhado", price: "R$ 120", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-wooden-board-with-herbs_141793-17574.jpg", imageAlt: "bife premium grelhado ao ponto"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Salmão Grelhado com Ervas Finas",
|
||||
price: "R$ 95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_74190-3515.jpg",
|
||||
imageAlt: "salmão grelhado com vegetais frescos",
|
||||
},
|
||||
id: "p3", name: "Salmão Grelhado com Ervas Finas", price: "R$ 95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_74190-3515.jpg", imageAlt: "salmão grelhado com vegetais frescos"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brownie de Chocolate com Sorvete",
|
||||
price: "R$ 35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberries-chocolate-ice-cream_1232-1315.jpg",
|
||||
imageAlt: "sobremesa de chocolate rica e decadente",
|
||||
},
|
||||
id: "p4", name: "Brownie de Chocolate com Sorvete", price: "R$ 35", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberries-chocolate-ice-cream_1232-1315.jpg", imageAlt: "sobremesa de chocolate rica e decadente"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Seleção de Vinhos da Casa",
|
||||
price: "A partir de R$ 70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-blur-background_1385-176.jpg",
|
||||
imageAlt: "garrafa de vinho tinto premium e taças",
|
||||
},
|
||||
id: "p5", name: "Seleção de Vinhos da Casa", price: "A partir de R$ 70", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-blur-background_1385-176.jpg", imageAlt: "garrafa de vinho tinto premium e taças"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Risoto de Cogumelos Selvagens (Veg)",
|
||||
price: "R$ 75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-dish_23-2150410400.jpg",
|
||||
imageAlt: "prato vegetariano colorido e saudável",
|
||||
},
|
||||
id: "p6", name: "Risoto de Cogumelos Selvagens (Veg)", price: "R$ 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-dish_23-2150410400.jpg", imageAlt: "prato vegetariano colorido e saudável"},
|
||||
]}
|
||||
title="Nosso Menu Exclusivo"
|
||||
description="Uma seleção de pratos pensados para aguçar seus sentidos e celebrar a culinária de fogo lento."
|
||||
@@ -251,29 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
title: "Anos de Experiência",
|
||||
description: "Desde 2014, servindo excelência e inovação culinária.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-taking-photos_23-2149870703.jpg",
|
||||
imageAlt: "chef sorridente em cozinha profissional",
|
||||
},
|
||||
id: "m1", value: "10+", title: "Anos de Experiência", description: "Desde 2014, servindo excelência e inovação culinária.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-taking-photos_23-2149870703.jpg", imageAlt: "chef sorridente em cozinha profissional"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15.000+",
|
||||
title: "Clientes Satisfeitos",
|
||||
description: "Famílias e amigos que desfrutaram de momentos especiais conosco.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageAlt: "cliente feliz saboreando refeição no restaurante",
|
||||
},
|
||||
id: "m2", value: "15.000+", title: "Clientes Satisfeitos", description: "Famílias e amigos que desfrutaram de momentos especiais conosco.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageAlt: "cliente feliz saboreando refeição no restaurante"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5 Estrelas",
|
||||
title: "Avaliação Média",
|
||||
description: "Reconhecimento pela qualidade impecável e serviço excepcional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-fruit-mix-with-original-serving_140725-5253.jpg",
|
||||
imageAlt: "estrela de chef Michelin ou prêmio culinário",
|
||||
},
|
||||
id: "m3", value: "5 Estrelas", title: "Avaliação Média", description: "Reconhecimento pela qualidade impecável e serviço excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-fruit-mix-with-original-serving_140725-5253.jpg", imageAlt: "estrela de chef Michelin ou prêmio culinário"},
|
||||
]}
|
||||
title="Nossa Paixão em Números"
|
||||
description="Orgulhamo-nos do que construímos e do impacto que temos em nossos clientes e na comunidade."
|
||||
@@ -286,77 +170,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana Clara S.",
|
||||
date: "20 de Maio de 2024",
|
||||
title: "Experiência Gastronômica Inesquecível!",
|
||||
quote: "O Slow Fire é, sem dúvida, o melhor restaurante da cidade. As costelas defumadas são divinas e o atendimento é impecável. Voltarei sempre!",
|
||||
tag: "Delicioso",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-3512.jpg",
|
||||
avatarAlt: "retrato de cliente sorridente feminina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-wine-pasta_23-2148460119.jpg",
|
||||
imageAlt: "prato de massa fresca e sofisticada",
|
||||
},
|
||||
id: "t1", name: "Ana Clara S.", date: "20 de Maio de 2024", title: "Experiência Gastronômica Inesquecível!", quote: "O Slow Fire é, sem dúvida, o melhor restaurante da cidade. As costelas defumadas são divinas e o atendimento é impecável. Voltarei sempre!", tag: "Delicioso", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-3512.jpg", avatarAlt: "retrato de cliente sorridente feminina", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-wine-pasta_23-2148460119.jpg", imageAlt: "prato de massa fresca e sofisticada"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Lucas Farias",
|
||||
date: "15 de Maio de 2024",
|
||||
title: "Um Novo Padrão de Sabor",
|
||||
quote: "Cada prato é uma obra de arte. O bife ancho estava perfeito, no ponto certo e com um sabor que me surpreendeu. Recomendo a todos!",
|
||||
tag: "Inovador",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg",
|
||||
avatarAlt: "retrato de cliente satisfeito masculino",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-beer-with-lemon_140725-4434.jpg",
|
||||
imageAlt: "prato de frutos do mar frescos e grelhados",
|
||||
},
|
||||
id: "t2", name: "Lucas Farias", date: "15 de Maio de 2024", title: "Um Novo Padrão de Sabor", quote: "Cada prato é uma obra de arte. O bife ancho estava perfeito, no ponto certo e com um sabor que me surpreendeu. Recomendo a todos!", tag: "Inovador", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg", avatarAlt: "retrato de cliente satisfeito masculino", imageSrc: "http://img.b2bpic.net/free-photo/various-snacks-beer-with-lemon_140725-4434.jpg", imageAlt: "prato de frutos do mar frescos e grelhados"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mariana Pires",
|
||||
date: "10 de Maio de 2024",
|
||||
title: "Ambiente Acolhedor e Comida Excelente",
|
||||
quote: "Adorei a atmosfera do Slow Fire. É o lugar ideal para um jantar tranquilo e a comida é simplesmente espetacular. A sobremesa é imperdível!",
|
||||
tag: "Aconchegante",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-chef-smiling-looking-camera-white-uniform_176474-13471.jpg",
|
||||
avatarAlt: "retrato de jovem profissional feminina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cup-tea-with-lemon-cup-herbal-tea-with-lemon-saucer-cupcakes-with-cream-sweets-dark-table_140725-111267.jpg",
|
||||
imageAlt: "sobremesa de torta de limão com merengue",
|
||||
},
|
||||
id: "t3", name: "Mariana Pires", date: "10 de Maio de 2024", title: "Ambiente Acolhedor e Comida Excelente", quote: "Adorei a atmosfera do Slow Fire. É o lugar ideal para um jantar tranquilo e a comida é simplesmente espetacular. A sobremesa é imperdível!", tag: "Aconchegante", avatarSrc: "http://img.b2bpic.net/free-photo/female-chef-smiling-looking-camera-white-uniform_176474-13471.jpg", avatarAlt: "retrato de jovem profissional feminina", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cup-tea-with-lemon-cup-herbal-tea-with-lemon-saucer-cupcakes-with-cream-sweets-dark-table_140725-111267.jpg", imageAlt: "sobremesa de torta de limão com merengue"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos Eduardo",
|
||||
date: "02 de Maio de 2024",
|
||||
title: "Qualidade Inquestionável",
|
||||
quote: "Sou um grande apreciador de carne e o Slow Fire superou minhas expectativas. A qualidade dos ingredientes e o preparo são de primeira.",
|
||||
tag: "Premium",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-cheerful-adult-man-smiles-toothily-looks-directly-camera-through-transparent-glasses-being-good-mood-dressed-casually-isolated-yellow-background-human-emotions_273609-60421.jpg",
|
||||
avatarAlt: "retrato de homem com óculos sorriso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/canned-apple-plum-olives-dish_114579-51407.jpg",
|
||||
imageAlt: "prato de risoto cremoso com cogumelos",
|
||||
},
|
||||
id: "t4", name: "Carlos Eduardo", date: "02 de Maio de 2024", title: "Qualidade Inquestionável", quote: "Sou um grande apreciador de carne e o Slow Fire superou minhas expectativas. A qualidade dos ingredientes e o preparo são de primeira.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-cheerful-adult-man-smiles-toothily-looks-directly-camera-through-transparent-glasses-being-good-mood-dressed-casually-isolated-yellow-background-human-emotions_273609-60421.jpg", avatarAlt: "retrato de homem com óculos sorriso", imageSrc: "http://img.b2bpic.net/free-photo/canned-apple-plum-olives-dish_114579-51407.jpg", imageAlt: "prato de risoto cremoso com cogumelos"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Juliana Costa",
|
||||
date: "28 de Abril de 2024",
|
||||
title: "Simplesmente Fantástico!",
|
||||
quote: "Desde a entrada até o café, tudo foi perfeito. Os coquetéis são criativos e o serviço, atencioso. Já planejo a próxima visita!",
|
||||
tag: "Impecável",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-male-cook-chef-uniform-cap-holding-spoons-front-eyes_141793-112146.jpg",
|
||||
avatarAlt: "retrato de mulher elegante sorrindo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-colors-exotic-cocktail-with-apple-orange-juice-ice-shaving_140725-10769.jpg",
|
||||
imageAlt: "cocktail colorido e refrescante em bar",
|
||||
},
|
||||
id: "t5", name: "Juliana Costa", date: "28 de Abril de 2024", title: "Simplesmente Fantástico!", quote: "Desde a entrada até o café, tudo foi perfeito. Os coquetéis são criativos e o serviço, atencioso. Já planejo a próxima visita!", tag: "Impecável", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-male-cook-chef-uniform-cap-holding-spoons-front-eyes_141793-112146.jpg", avatarAlt: "retrato de mulher elegante sorrindo", imageSrc: "http://img.b2bpic.net/free-photo/three-colors-exotic-cocktail-with-apple-orange-juice-ice-shaving_140725-10769.jpg", imageAlt: "cocktail colorido e refrescante em bar"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Roberto Alves",
|
||||
date: "20 de Abril de 2024",
|
||||
title: "Diferencial no Mercado",
|
||||
quote: "Um restaurante com uma proposta única e executada com maestria. A atenção aos detalhes e o sabor autêntico são o grande diferencial do Slow Fire.",
|
||||
tag: "Diferenciado",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831023.jpg",
|
||||
avatarAlt: "retrato de homem executivo sério",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-balls-salad-with-lettuce-bell-peppers-parmesan-tomato-pickled-cucumber_140725-5751.jpg",
|
||||
imageAlt: "prato de pato confit com molho",
|
||||
},
|
||||
id: "t6", name: "Roberto Alves", date: "20 de Abril de 2024", title: "Diferencial no Mercado", quote: "Um restaurante com uma proposta única e executada com maestria. A atenção aos detalhes e o sabor autêntico são o grande diferencial do Slow Fire.", tag: "Diferenciado", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831023.jpg", avatarAlt: "retrato de homem executivo sério", imageSrc: "http://img.b2bpic.net/free-photo/chicken-balls-salad-with-lettuce-bell-peppers-parmesan-tomato-pickled-cucumber_140725-5751.jpg", imageAlt: "prato de pato confit com molho"},
|
||||
]}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
description="Leia as experiências daqueles que já se renderam aos sabores e ao ambiente do Slow Fire."
|
||||
@@ -368,14 +192,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Crítico Culinário",
|
||||
"Guia Gastronômico",
|
||||
"Sabores Locais",
|
||||
"Mesa Gourmet",
|
||||
"Reservas Fácil",
|
||||
"Academia de Chefs",
|
||||
"Jornal da Cozinha",
|
||||
]}
|
||||
"Crítico Culinário", "Guia Gastronômico", "Sabores Locais", "Mesa Gourmet", "Reservas Fácil", "Academia de Chefs", "Jornal da Cozinha"]}
|
||||
title="Parceiros e Reconhecimento"
|
||||
description="Orgulhamo-nos de ser um restaurante elogiado por críticos e amado pela comunidade."
|
||||
/>
|
||||
@@ -385,21 +202,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Faça Sua Reserva"
|
||||
tagAnimation="slide-up"
|
||||
title="Viva a Experiência Slow Fire"
|
||||
description="Garanta seu lugar para desfrutar de uma jornada gastronômica inesquecível. Estamos ansiosos para recebê-lo!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Uma Mesa Agora",
|
||||
href: "tel:+5511987654321",
|
||||
},
|
||||
text: "Reservar Uma Mesa Agora", href: "tel:+5511987654321"},
|
||||
{
|
||||
text: "Ver Localização",
|
||||
href: "https://www.google.com/maps/search/restaurante+slow+fire",
|
||||
},
|
||||
text: "Ver Localização", href: "https://www.google.com/maps/search/restaurante+slow+fire"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -412,58 +224,35 @@ export default function LandingPage() {
|
||||
logoText="Slow Fire Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pratos Principais",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pratos Principais", href: "#menu"},
|
||||
{
|
||||
label: "Entradas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Entradas", href: "#menu"},
|
||||
{
|
||||
label: "Sobremesas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sobremesas", href: "#menu"},
|
||||
{
|
||||
label: "Vinhos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Vinhos", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sobre",
|
||||
items: [
|
||||
title: "Sobre", items: [
|
||||
{
|
||||
label: "Nossa História",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nossa História", href: "#about"},
|
||||
{
|
||||
label: "Nossa Filosofia",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nossa Filosofia", href: "#about"},
|
||||
{
|
||||
label: "Chef",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chef", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservas", href: "#contact"},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "https://www.google.com/maps/search/restaurante+slow+fire",
|
||||
},
|
||||
label: "Localização", href: "https://www.google.com/maps/search/restaurante+slow+fire"},
|
||||
{
|
||||
label: "Eventos",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Eventos", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user