Merge version_1 into main #2
450
src/app/page.tsx
450
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nós", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Especiais",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Especiais", id: "#specials"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
brandName="Slow Fire"
|
||||
/>
|
||||
@@ -69,117 +55,68 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Slow Fire: Onde a Paixão Encontra o Fogo Lento"
|
||||
description="Experimente uma jornada gastronômica inesquecível, onde cada prato é cuidadosamente preparado com a arte do fogo lento para realçar sabores profundos e texturas perfeitas. Venha descobrir a verdadeira culinária artesanal."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=1",
|
||||
imageAlt: "Prato gourmet com fogo lento",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", imageAlt: "Prato gourmet com fogo lento"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1",
|
||||
imageAlt: "Mesa de jantar com pratos diversos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Mesa de jantar com pratos diversos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg?_wi=1",
|
||||
imageAlt: "Sobremesa artística do Slow Fire",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg", imageAlt: "Sobremesa artística do Slow Fire"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-tea-with-apple-slices-table_140725-9734.jpg",
|
||||
imageAlt: "Cocktail artesanal com frutas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-tea-with-apple-slices-table_140725-9734.jpg", imageAlt: "Cocktail artesanal com frutas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lamb-chops-wooden-board_23-2148440968.jpg",
|
||||
imageAlt: "Detalhe de comida grelhada",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lamb-chops-wooden-board_23-2148440968.jpg", imageAlt: "Detalhe de comida grelhada"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-meat-salad-with-chopped-vegetables-pickles-bowl_140725-11846.jpg",
|
||||
imageAlt: "Salada fresca e colorida",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-meat-salad-with-chopped-vegetables-pickles-bowl_140725-11846.jpg", imageAlt: "Salada fresca e colorida"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698352.jpg",
|
||||
imageAlt: "Interior acolhedor do restaurante",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698352.jpg", imageAlt: "Interior acolhedor do restaurante"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg",
|
||||
imageAlt: "Mesa posta elegante",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797696.jpg", imageAlt: "Mesa posta elegante"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-water-drop-fire-human-hand-pan_176474-3152.jpg",
|
||||
imageAlt: "Chef trabalhando na cozinha",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-water-drop-fire-human-hand-pan_176474-3152.jpg", imageAlt: "Chef trabalhando na cozinha"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parent-child-spending-time-together-with-cinematic-style-view_23-2151587530.jpg",
|
||||
imageAlt: "Clientes jantando e conversando",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parent-child-spending-time-together-with-cinematic-style-view_23-2151587530.jpg", imageAlt: "Clientes jantando e conversando"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-beer-factory_23-2150573964.jpg",
|
||||
imageAlt: "Barman preparando bebidas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-beer-factory_23-2150573964.jpg", imageAlt: "Barman preparando bebidas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg",
|
||||
imageAlt: "Exterior noturno do restaurante",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg", imageAlt: "Exterior noturno do restaurante"},
|
||||
]}
|
||||
tag="Experiência Gastronômica Única"
|
||||
buttons={[
|
||||
{
|
||||
text: "Fazer Reserva",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Fazer Reserva", href: "#contact"},
|
||||
{
|
||||
text: "Ver Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menu", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-getting-warm-near-bonfire-night-forest_1153-4369.jpg",
|
||||
alt: "Casal desfrutando de jantar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-getting-warm-near-bonfire-night-forest_1153-4369.jpg", alt: "Casal desfrutando de jantar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-celebrating-youth-day_23-2151715365.jpg",
|
||||
alt: "Grupo de amigos conversando",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-celebrating-youth-day_23-2151715365.jpg", alt: "Grupo de amigos conversando"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concept-person-suffering-from-cybersickness-technology-addiction_23-2151552643.jpg",
|
||||
alt: "Chef preparando um prato",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/concept-person-suffering-from-cybersickness-technology-addiction_23-2151552643.jpg", alt: "Chef preparando um prato"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-couple-near-campfire_23-2148503456.jpg",
|
||||
alt: "Cliente sorrindo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-couple-near-campfire_23-2148503456.jpg", alt: "Cliente sorrindo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-burning-marshmallows-camp-fire_23-2148802782.jpg",
|
||||
alt: "Mesa de jantar com família",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-burning-marshmallows-camp-fire_23-2148802782.jpg", alt: "Mesa de jantar com família"},
|
||||
]}
|
||||
avatarText="Mais de 10.000 clientes satisfeitos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinária Artesanal",
|
||||
},
|
||||
type: "text", text: "Culinária Artesanal"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
type: "text", text: "Ingredientes Frescos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Técnica de Fogo Lento",
|
||||
},
|
||||
type: "text", text: "Técnica de Fogo Lento"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experiência Inesquecível",
|
||||
},
|
||||
type: "text", text: "Experiência Inesquecível"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabores Profundos",
|
||||
},
|
||||
type: "text", text: "Sabores Profundos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,21 +128,15 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Técnica Culinária",
|
||||
value: "Fogo Lento",
|
||||
},
|
||||
label: "Técnica Culinária", value: "Fogo Lento"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Ingredientes",
|
||||
value: "Locais & Frescos",
|
||||
},
|
||||
label: "Ingredientes", value: "Locais & Frescos"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Anos de Experiência",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Anos de Experiência", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,57 +144,34 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Culinária de Fogo Lento",
|
||||
description: "Nossa técnica exclusiva de cozimento em baixa temperatura e longo tempo extrai o máximo de sabor e maciez de cada ingrediente, resultando em pratos suculentos e aromáticos.",
|
||||
icon: CookingPot,
|
||||
title: "Culinária de Fogo Lento", description: "Nossa técnica exclusiva de cozimento em baixa temperatura e longo tempo extrai o máximo de sabor e maciez de cada ingrediente, resultando em pratos suculentos e aromáticos.", icon: CookingPot,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg",
|
||||
imageAlt: "Chef grelhando carne na brasa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg", imageAlt: "Chef grelhando carne na brasa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-ripe-healthy-life-diet-meal-salad_140725-98241.jpg",
|
||||
imageAlt: "Detalhe de carne assada",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=2",
|
||||
imageAlt: "grelhado suculento fogo lento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-ripe-healthy-life-diet-meal-salad_140725-98241.jpg", imageAlt: "Detalhe de carne assada"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ingredientes Locais e Frescos",
|
||||
description: "Valorizamos a procedência. Trabalhamos em parceria com produtores locais e sazonais para garantir que cada prato seja preparado com os ingredientes mais frescos e de alta qualidade.",
|
||||
icon: Feather,
|
||||
title: "Ingredientes Locais e Frescos", description: "Valorizamos a procedência. Trabalhamos em parceria com produtores locais e sazonais para garantir que cada prato seja preparado com os ingredientes mais frescos e de alta qualidade.", icon: Feather,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-ingredients-grey-health-salad-diet-food_140725-123946.jpg",
|
||||
imageAlt: "Cesta de legumes frescos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-ingredients-grey-health-salad-diet-food_140725-123946.jpg", imageAlt: "Cesta de legumes frescos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-basket-with-fresh-groceries-high-angle_23-2149739955.jpg",
|
||||
imageAlt: "Chef colhendo ervas frescas",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2",
|
||||
imageAlt: "grelhado suculento fogo lento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-basket-with-fresh-groceries-high-angle_23-2149739955.jpg", imageAlt: "Chef colhendo ervas frescas"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Adega Curada",
|
||||
description: "Nossa adega oferece uma seleção cuidadosa de vinhos nacionais e internacionais, escolhidos para harmonizar perfeitamente com cada prato do nosso menu, elevando sua experiência gustativa.",
|
||||
icon: Wine,
|
||||
title: "Adega Curada", description: "Nossa adega oferece uma seleção cuidadosa de vinhos nacionais e internacionais, escolhidos para harmonizar perfeitamente com cada prato do nosso menu, elevando sua experiência gustativa.", icon: Wine,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767788.jpg",
|
||||
imageAlt: "Sommelier servindo vinho",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767788.jpg", imageAlt: "Sommelier servindo vinho"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg",
|
||||
imageAlt: "Taça de vinho tinto",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510874.jpg?_wi=2",
|
||||
imageAlt: "grelhado suculento fogo lento",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg", imageAlt: "Taça de vinho tinto"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="A Essência do Slow Fire"
|
||||
@@ -276,63 +184,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Costelinha Defumada Slow Fire",
|
||||
price: "R$ 89,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg",
|
||||
imageAlt: "Costelinha de porco defumada",
|
||||
},
|
||||
id: "1", name: "Costelinha Defumada Slow Fire", price: "R$ 89,00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-table_140725-9980.jpg", imageAlt: "Costelinha de porco defumada"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Salmão Grelhado com Ervas Finas",
|
||||
price: "R$ 78,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tur-meat-with-asparagus-tasty-sauce_181624-28769.jpg",
|
||||
imageAlt: "Salmão grelhado",
|
||||
},
|
||||
id: "2", name: "Salmão Grelhado com Ervas Finas", price: "R$ 78,00", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tur-meat-with-asparagus-tasty-sauce_181624-28769.jpg", imageAlt: "Salmão grelhado"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Risoto de Funghi Trufado",
|
||||
price: "R$ 65,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-pasta-pan_23-2148296933.jpg",
|
||||
imageAlt: "Risoto de funghi",
|
||||
},
|
||||
id: "3", name: "Risoto de Funghi Trufado", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-pasta-pan_23-2148296933.jpg", imageAlt: "Risoto de funghi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hambúrguer Artesanal Slow Fire",
|
||||
price: "R$ 55,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-stuffed-baked-quince-restaurant_140725-5288.jpg",
|
||||
imageAlt: "Hambúrguer gourmet",
|
||||
},
|
||||
id: "4", name: "Hambúrguer Artesanal Slow Fire", price: "R$ 55,00", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-stuffed-baked-quince-restaurant_140725-5288.jpg", imageAlt: "Hambúrguer gourmet"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tiramisu Clássico",
|
||||
price: "R$ 35,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-carrot-cabbage-bell-pepper-with-greens-dark-table_140725-143478.jpg",
|
||||
imageAlt: "Tiramisu",
|
||||
},
|
||||
id: "5", name: "Tiramisu Clássico", price: "R$ 35,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-carrot-cabbage-bell-pepper-with-greens-dark-table_140725-143478.jpg", imageAlt: "Tiramisu"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pizza Fogo Lento Calabresa",
|
||||
price: "R$ 72,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg",
|
||||
imageAlt: "Pizza de calabresa",
|
||||
},
|
||||
id: "6", name: "Pizza Fogo Lento Calabresa", price: "R$ 72,00", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg", imageAlt: "Pizza de calabresa"},
|
||||
{
|
||||
id: "7",
|
||||
name: "Bife Ancho com Chimichurri",
|
||||
price: "R$ 95,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-steaks-with-fried-potatoes-rice-garnish-inside-white-plate_114579-4421.jpg",
|
||||
imageAlt: "Bife Ancho",
|
||||
},
|
||||
id: "7", name: "Bife Ancho com Chimichurri", price: "R$ 95,00", imageSrc: "http://img.b2bpic.net/free-photo/meat-steaks-with-fried-potatoes-rice-garnish-inside-white-plate_114579-4421.jpg", imageAlt: "Bife Ancho"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Ceviche Refrescante",
|
||||
price: "R$ 68,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-glass-bowl-drinking-black-tea_140725-4145.jpg",
|
||||
imageAlt: "Ceviche",
|
||||
},
|
||||
id: "8", name: "Ceviche Refrescante", price: "R$ 68,00", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-glass-bowl-drinking-black-tea_140725-4145.jpg", imageAlt: "Ceviche"},
|
||||
]}
|
||||
title="Nosso Menu Exclusivo"
|
||||
description="Uma seleção de pratos que celebram a arte do fogo lento e os melhores ingredientes. Do clássico ao contemporâneo, cada opção é uma experiência."
|
||||
@@ -343,63 +212,34 @@ export default function LandingPage() {
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "degustacao",
|
||||
badge: "Mais Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "R$ 180,00",
|
||||
name: "Menu Degustação (por pessoa)",
|
||||
buttons: [
|
||||
id: "degustacao", badge: "Mais Popular", badgeIcon: Sparkles,
|
||||
price: "R$ 180,00", name: "Menu Degustação (por pessoa)", buttons: [
|
||||
{
|
||||
text: "Reservar Degustação",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Degustação", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"5 Pratos Exclusivos do Chef",
|
||||
"Harmonização Opcional de Vinhos",
|
||||
"Sobremesa Especial do Dia",
|
||||
"Experiência Culinária Guiada",
|
||||
],
|
||||
"5 Pratos Exclusivos do Chef", "Harmonização Opcional de Vinhos", "Sobremesa Especial do Dia", "Experiência Culinária Guiada"],
|
||||
},
|
||||
{
|
||||
id: "casal",
|
||||
badge: "Romântico",
|
||||
badgeIcon: Heart,
|
||||
price: "R$ 350,00",
|
||||
name: "Jantar Romântico para Casal",
|
||||
buttons: [
|
||||
id: "casal", badge: "Romântico", badgeIcon: Heart,
|
||||
price: "R$ 350,00", name: "Jantar Romântico para Casal", buttons: [
|
||||
{
|
||||
text: "Reservar Jantar",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Jantar", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Menu Fixe de 3 Pratos para Dois",
|
||||
"Garrafa de Vinho Selecionado",
|
||||
"Mesa Privativa Decorada",
|
||||
"Sobremesa Assinada pelo Chef",
|
||||
],
|
||||
"Menu Fixe de 3 Pratos para Dois", "Garrafa de Vinho Selecionado", "Mesa Privativa Decorada", "Sobremesa Assinada pelo Chef"],
|
||||
},
|
||||
{
|
||||
id: "eventos",
|
||||
badge: "Personalizado",
|
||||
badgeIcon: Users,
|
||||
price: "Consulte-nos",
|
||||
name: "Eventos e Celebrações",
|
||||
buttons: [
|
||||
id: "eventos", badge: "Personalizado", badgeIcon: Users,
|
||||
price: "Consulte-nos", name: "Eventos e Celebrações", buttons: [
|
||||
{
|
||||
text: "Solicitar Proposta",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar Proposta", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Menu Personalizado para Grupos",
|
||||
"Espaço Exclusivo para Eventos",
|
||||
"Serviço Completo de Bar e Cozinha",
|
||||
"Assessoria para Planejamento",
|
||||
],
|
||||
"Menu Personalizado para Grupos", "Espaço Exclusivo para Eventos", "Serviço Completo de Bar e Cozinha", "Assessoria para Planejamento"],
|
||||
},
|
||||
]}
|
||||
title="Especiais do Chef: Experiências Únicas"
|
||||
@@ -411,60 +251,25 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
role: "Gastronôma Amadora",
|
||||
testimonial: "A costelinha defumada é simplesmente divina! Nunca provei algo tão suculento e cheio de sabor. O Slow Fire superou todas as minhas expectativas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520013.jpg",
|
||||
imageAlt: "Foto de Maria Silva",
|
||||
icon: Star,
|
||||
id: "1", name: "Maria Silva", role: "Gastronôma Amadora", testimonial: "A costelinha defumada é simplesmente divina! Nunca provei algo tão suculento e cheio de sabor. O Slow Fire superou todas as minhas expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520013.jpg", imageAlt: "Foto de Maria Silva", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Souza",
|
||||
role: "Apreciador de Vinhos",
|
||||
testimonial: "A adega é impressionante e o sommelier foi impecável na sugestão do vinho para o meu prato. Uma harmonização perfeita que elevou a refeição.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
imageAlt: "Foto de João Souza",
|
||||
icon: Wine,
|
||||
id: "2", name: "João Souza", role: "Apreciador de Vinhos", testimonial: "A adega é impressionante e o sommelier foi impecável na sugestão do vinho para o meu prato. Uma harmonização perfeita que elevou a refeição.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "Foto de João Souza", icon: Wine,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Paula",
|
||||
role: "Influenciadora Culinária",
|
||||
testimonial: "Cada detalhe, da apresentação ao sabor, é uma obra de arte. O Risoto de Funghi é obrigatório! Voltarei muitas vezes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homey-valentine-s-day-celebration_23-2151911094.jpg",
|
||||
imageAlt: "Foto de Ana Paula",
|
||||
icon: Sparkles,
|
||||
id: "3", name: "Ana Paula", role: "Influenciadora Culinária", testimonial: "Cada detalhe, da apresentação ao sabor, é uma obra de arte. O Risoto de Funghi é obrigatório! Voltarei muitas vezes.", imageSrc: "http://img.b2bpic.net/free-photo/homey-valentine-s-day-celebration_23-2151911094.jpg", imageAlt: "Foto de Ana Paula", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro Santos",
|
||||
role: "Empresário",
|
||||
testimonial: "Ambiente sofisticado, atendimento impecável e comida que emociona. O lugar perfeito para um jantar de negócios ou uma celebração especial.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg",
|
||||
imageAlt: "Foto de Pedro Santos",
|
||||
icon: Users,
|
||||
id: "4", name: "Pedro Santos", role: "Empresário", testimonial: "Ambiente sofisticado, atendimento impecável e comida que emociona. O lugar perfeito para um jantar de negócios ou uma celebração especial.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", imageAlt: "Foto de Pedro Santos", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carla Lima",
|
||||
role: "Blogueira de Viagens",
|
||||
testimonial: "Uma experiência gastronômica que valeu cada momento! O Slow Fire é um destino imperdível para quem busca excelência culinária na cidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-empty-canvas-brush-gray_114579-63534.jpg",
|
||||
imageAlt: "Foto de Carla Lima",
|
||||
icon: MapPin,
|
||||
id: "5", name: "Carla Lima", role: "Blogueira de Viagens", testimonial: "Uma experiência gastronômica que valeu cada momento! O Slow Fire é um destino imperdível para quem busca excelência culinária na cidade.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-empty-canvas-brush-gray_114579-63534.jpg", imageAlt: "Foto de Carla Lima", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fernando Almeida",
|
||||
role: "Crítico Gastronômico",
|
||||
testimonial: "O conceito de fogo lento é executado com maestria. Pratos com complexidade e profundidade de sabor que raramente se encontra. Bravo!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plus-size-female-friends-spending-time-together-restaurant_23-2150165141.jpg",
|
||||
imageAlt: "Foto de Fernando Almeida",
|
||||
icon: Utensils,
|
||||
id: "6", name: "Fernando Almeida", role: "Crítico Gastronômico", testimonial: "O conceito de fogo lento é executado com maestria. Pratos com complexidade e profundidade de sabor que raramente se encontra. Bravo!", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-female-friends-spending-time-together-restaurant_23-2150165141.jpg", imageAlt: "Foto de Fernando Almeida", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
@@ -477,14 +282,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Guia Michelin",
|
||||
"TripAdvisor",
|
||||
"Les Grandes Tables du Monde",
|
||||
"TheFork",
|
||||
"Prêmio Melhores Restaurantes Locais",
|
||||
"Food Critics Choice",
|
||||
"World's Best Restaurants",
|
||||
]}
|
||||
"Guia Michelin", "TripAdvisor", "Les Grandes Tables du Monde", "TheFork", "Prêmio Melhores Restaurantes Locais", "Food Critics Choice", "World's Best Restaurants"]}
|
||||
title="Reconhecimento da Qualidade"
|
||||
description="Estamos honrados em ser reconhecidos por guias gastronômicos e plataformas renomadas, um testemunho do nosso compromisso com a excelência."
|
||||
/>
|
||||
@@ -495,39 +293,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "É necessário fazer reserva?",
|
||||
content: "Sim, recomendamos fortemente que você faça uma reserva, especialmente para jantares e fins de semana, para garantir sua mesa e uma experiência tranquila.",
|
||||
},
|
||||
id: "1", title: "É necessário fazer reserva?", content: "Sim, recomendamos fortemente que você faça uma reserva, especialmente para jantares e fins de semana, para garantir sua mesa e uma experiência tranquila."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Vocês têm opções vegetarianas/veganas?",
|
||||
content: "Sim, nosso menu oferece diversas opções vegetarianas e veganas. Por favor, avise nossa equipe sobre suas preferências ou restrições alimentares ao fazer a reserva.",
|
||||
},
|
||||
id: "2", title: "Vocês têm opções vegetarianas/veganas?", content: "Sim, nosso menu oferece diversas opções vegetarianas e veganas. Por favor, avise nossa equipe sobre suas preferências ou restrições alimentares ao fazer a reserva."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Qual é o horário de funcionamento?",
|
||||
content: "Estamos abertos de terça a domingo, das 18h às 23h para o jantar. Para o almoço, funcionamos de quarta a sexta, das 12h às 15h.",
|
||||
},
|
||||
id: "3", title: "Qual é o horário de funcionamento?", content: "Estamos abertos de terça a domingo, das 18h às 23h para o jantar. Para o almoço, funcionamos de quarta a sexta, das 12h às 15h."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Onde fica o restaurante?",
|
||||
content: "Nosso endereço é Rua da Gastronomia, 123, Bairro Saboroso, Cidade Agradável. Há estacionamento disponível nas proximidades.",
|
||||
},
|
||||
id: "4", title: "Onde fica o restaurante?", content: "Nosso endereço é Rua da Gastronomia, 123, Bairro Saboroso, Cidade Agradável. Há estacionamento disponível nas proximidades."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Vocês aceitam cartões de crédito?",
|
||||
content: "Sim, aceitamos os principais cartões de crédito e débito (Visa, Mastercard, American Express) e também PIX.",
|
||||
},
|
||||
id: "5", title: "Vocês aceitam cartões de crédito?", content: "Sim, aceitamos os principais cartões de crédito e débito (Visa, Mastercard, American Express) e também PIX."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Vocês possuem serviço de delivery?",
|
||||
content: "Atualmente não oferecemos serviço de delivery para manter a qualidade e a experiência Slow Fire intactas. Convidamos você a nos visitar!",
|
||||
},
|
||||
id: "6", title: "Vocês possuem serviço de delivery?", content: "Atualmente não oferecemos serviço de delivery para manter a qualidade e a experiência Slow Fire intactas. Convidamos você a nos visitar!"},
|
||||
]}
|
||||
sideTitle="Perguntas Frequentes"
|
||||
sideDescription="Tire suas dúvidas sobre reservas, menu, horários e muito mais para planejar sua visita ao Slow Fire."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -537,14 +317,13 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Sua Mesa"
|
||||
title="Experimente o Sabor do Fogo Lento"
|
||||
description="Entre em contato para fazer sua reserva, tirar dúvidas ou planejar seu evento especial. Nossa equipe está pronta para atendê-lo e garantir uma experiência memorável."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-party-splitting-around-room_23-2147668933.jpg"
|
||||
imageAlt="Interior do Slow Fire com clientes"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Seu Melhor E-mail"
|
||||
buttonText="Enviar Mensagem"
|
||||
@@ -559,62 +338,37 @@ export default function LandingPage() {
|
||||
logoText="Slow Fire"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pratos Principais",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pratos Principais", href: "#menu"},
|
||||
{
|
||||
label: "Sobremesas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sobremesas", href: "#menu"},
|
||||
{
|
||||
label: "Bebidas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Bebidas", href: "#menu"},
|
||||
{
|
||||
label: "Especiais do Chef",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Especiais do Chef", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Restaurante",
|
||||
items: [
|
||||
title: "Restaurante", items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Nossa Filosofia",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nossa Filosofia", href: "#about"},
|
||||
{
|
||||
label: "Equipe",
|
||||
href: "#",
|
||||
},
|
||||
label: "Equipe", href: "#"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ajuda",
|
||||
items: [
|
||||
title: "Ajuda", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservas", href: "#contact"},
|
||||
{
|
||||
label: "Eventos",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Eventos", href: "#specials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user