Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1b83f4dcf | |||
| ad0e9fa89c | |||
| 4004b547d2 | |||
| a048597597 | |||
| 77a3f0365a | |||
| 4716b65c06 | |||
| ad14e8192e | |||
| 0bcc856db8 | |||
| 1e5a47ea13 |
344
src/app/page.tsx
344
src/app/page.tsx
@@ -3,50 +3,57 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, CookingPot, Feather, Flame, Heart, Leaf, MapPin, Sparkles, Star, Users, Utensils, Wine } from "lucide-react";
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Flame, Heart, Leaf, Sparkles, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<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"
|
||||
/>
|
||||
@@ -55,68 +62,93 @@ 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", 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", 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", 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>
|
||||
@@ -128,51 +160,39 @@ 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="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
<FeatureCardTwentySeven
|
||||
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,
|
||||
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/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-ripe-healthy-life-diet-meal-salad_140725-98241.jpg", imageAlt: "Detalhe de carne assada"},
|
||||
]
|
||||
id: "1", title: "Culinária de Fogo Lento", descriptions: ["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."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg", imageAlt: "Chef grelhando carne na brasa"
|
||||
},
|
||||
{
|
||||
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/bicycle-basket-with-fresh-groceries-high-angle_23-2149739955.jpg", imageAlt: "Chef colhendo ervas frescas"},
|
||||
]
|
||||
id: "2", title: "Ingredientes Locais e Frescos", descriptions: ["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."],
|
||||
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"
|
||||
},
|
||||
{
|
||||
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/decanter-glass-with-wine-table-assortment_23-2149746488.jpg", imageAlt: "Taça de vinho tinto"},
|
||||
]
|
||||
},
|
||||
id: "3", title: "Adega Curada", descriptions: ["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."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767788.jpg", imageAlt: "Sommelier servindo vinho"
|
||||
}
|
||||
]}
|
||||
title="A Essência do Slow Fire"
|
||||
description="Descubra os pilares que tornam o Slow Fire uma experiência gastronômica inigualável, desde a seleção dos ingredientes até a harmonização perfeita com vinhos."
|
||||
@@ -180,28 +200,36 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
<ProductCardThree
|
||||
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."
|
||||
@@ -209,38 +237,44 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="specials" data-section="specials">
|
||||
<PricingCardThree
|
||||
<PricingCardEight
|
||||
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: [
|
||||
price: "R$ 180,00", subtitle: "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: [
|
||||
price: "R$ 350,00", subtitle: "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: [
|
||||
price: "Consulte-nos", subtitle: "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"
|
||||
description="Descubra nossos menus degustação e pacotes exclusivos, criados para proporcionar momentos inesquecíveis no Slow Fire. Ideal para celebrar ou surpreender."
|
||||
@@ -248,29 +282,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardTen
|
||||
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", title: "Experiência Excepcional", quote: "A costelinha defumada é simplesmente divina! Nunca provei algo tão suculento e cheio de sabor. O Slow Fire superou todas as minhas expectativas.", name: "Maria Silva", role: "Gastronôma Amadora", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520013.jpg", imageAlt: "Foto de Maria Silva"
|
||||
},
|
||||
{
|
||||
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", title: "Harmonização Perfeita", quote: "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.", name: "João Souza", role: "Apreciador de Vinhos", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "Foto de João Souza"
|
||||
},
|
||||
{
|
||||
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", title: "Obra de Arte Culinária", quote: "Cada detalhe, da apresentação ao sabor, é uma obra de arte. O Risoto de Funghi é obrigatório! Voltarei muitas vezes.", name: "Ana Paula", role: "Influenciadora Culinária", imageSrc: "http://img.b2bpic.net/free-photo/homey-valentine-s-day-celebration_23-2151911094.jpg", imageAlt: "Foto de Ana Paula"
|
||||
},
|
||||
{
|
||||
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", title: "Ambiente e Serviço Impecáveis", quote: "Ambiente sofisticado, atendimento impecável e comida que emociona. O lugar perfeito para um jantar de negócios ou uma celebração especial.", name: "Pedro Santos", role: "Empresário", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", imageAlt: "Foto de Pedro Santos"
|
||||
},
|
||||
{
|
||||
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", title: "Destino Gastronômico Imperdível", quote: "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.", name: "Carla Lima", role: "Blogueira de Viagens", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-empty-canvas-brush-gray_114579-63534.jpg", imageAlt: "Foto de Carla Lima"
|
||||
},
|
||||
{
|
||||
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", title: "Maestria no Fogo Lento", quote: "O conceito de fogo lento é executado com maestria. Pratos com complexidade e profundidade de sabor que raramente se encontra. Bravo!", name: "Fernando Almeida", role: "Crítico Gastronômico", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-female-friends-spending-time-together-restaurant_23-2150165141.jpg", imageAlt: "Foto de Fernando Almeida"
|
||||
}
|
||||
]}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
description="A paixão do Slow Fire pelos sabores é reconhecida por quem mais importa: você. Leia alguns depoimentos e veja por que somos a escolha ideal para sua próxima experiência gastronômica."
|
||||
@@ -282,100 +315,77 @@ 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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqSplitMedia
|
||||
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."
|
||||
title="Perguntas Frequentes"
|
||||
description="Tire suas dúvidas sobre reservas, menu, horários e muito mais para planejar sua visita ao Slow Fire."
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
mediaPosition="right"
|
||||
showCard={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-table-full-delicious-food_23-2148408332.jpg"
|
||||
imageAlt="Mesa de restaurante com pratos deliciosos"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
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="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Seu Melhor E-mail"
|
||||
buttonText="Enviar Mensagem"
|
||||
termsText="Ao clicar em 'Enviar Mensagem', você confirma que concorda com nossos Termos e Condições e Política de Privacidade."
|
||||
variant: "plain"
|
||||
}}
|
||||
text="Experimente o Sabor do Fogo Lento. 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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Fazer uma Pergunta", href: "mailto:contato@slowfire.com.br"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoReveal
|
||||
logoSrc="http://img.b2bpic.net/free-vector/luxury-gala-dinner-labels-template_23-2150212328.jpg"
|
||||
logoAlt="Slow Fire Logo"
|
||||
logoText="Slow Fire"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pratos Principais", href: "#menu"},
|
||||
{
|
||||
label: "Sobremesas", href: "#menu"},
|
||||
{
|
||||
label: "Bebidas", href: "#menu"},
|
||||
{
|
||||
label: "Especiais do Chef", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Restaurante", items: [
|
||||
{
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Nossa Filosofia", href: "#about"},
|
||||
{
|
||||
label: "Equipe", href: "#"},
|
||||
{
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ajuda", items: [
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Reservas", href: "#contact"},
|
||||
{
|
||||
label: "Eventos", href: "#specials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Slow Fire. Todos os direitos reservados."
|
||||
leftLink={{
|
||||
text: "Sobre Nós", href: "#about"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Reservas", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user