Merge version_1 into main #1
304
src/app/page.tsx
304
src/app/page.tsx
@@ -32,29 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Cardápio", id: "menu"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-logos-collection-vintage-pizzeria_23-2150220616.jpg"
|
||||
logoAlt="Logo Sabor Da Massa"
|
||||
brandName="Sabor Da Massa"
|
||||
button={{
|
||||
text: "Pedir Agora",
|
||||
href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido.",
|
||||
}}
|
||||
text: "Pedir Agora", href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,121 +52,66 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Sabor Da Massa - A Melhor Pizza de Santo Antônio de Pádua"
|
||||
description="Sabores incríveis, ingredientes selecionados e atendimento que conquista famílias há anos. ⭐ 4,5 estrelas (120 avaliações)"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Camila Fernandes",
|
||||
handle: "@camilaf",
|
||||
testimonial: "Atendimento excelente. A melhor pizza da região.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-positive-african-american-female-with-curly-hair-wears-headphones-via-mobile-application-chats-networks-connected-wireless-internet-enjoys-recreation-time-reads-good-news_273609-2221.jpg",
|
||||
imageAlt: "Avatar Camila Fernandes",
|
||||
},
|
||||
name: "Camila Fernandes", handle: "@camilaf", testimonial: "Atendimento excelente. A melhor pizza da região.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-positive-african-american-female-with-curly-hair-wears-headphones-via-mobile-application-chats-networks-connected-wireless-internet-enjoys-recreation-time-reads-good-news_273609-2221.jpg", imageAlt: "Avatar Camila Fernandes"},
|
||||
{
|
||||
name: "Werick Jardim",
|
||||
handle: "@werickj",
|
||||
testimonial: "Uma excelente pizza, muito deliciosa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-young-caucasian-man-showing-tongue-doing-peace-sign-isolated-orange-wall-with-copy-space_141793-79710.jpg",
|
||||
imageAlt: "Avatar Werick Jardim",
|
||||
},
|
||||
name: "Werick Jardim", handle: "@werickj", testimonial: "Uma excelente pizza, muito deliciosa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-young-caucasian-man-showing-tongue-doing-peace-sign-isolated-orange-wall-with-copy-space_141793-79710.jpg", imageAlt: "Avatar Werick Jardim"},
|
||||
{
|
||||
name: "Elenilce Macedo",
|
||||
handle: "@elenilcem",
|
||||
testimonial: "A melhor pizza da cidade e um atendimento maravilhoso.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-businesswoman-with-elegance-confidence-standing-generative-ai_188544-7684.jpg",
|
||||
imageAlt: "Avatar Elenilce Macedo",
|
||||
},
|
||||
name: "Elenilce Macedo", handle: "@elenilcem", testimonial: "A melhor pizza da cidade e um atendimento maravilhoso.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-businesswoman-with-elegance-confidence-standing-generative-ai_188544-7684.jpg", imageAlt: "Avatar Elenilce Macedo"},
|
||||
{
|
||||
name: "Mariana Santos",
|
||||
handle: "@marianas",
|
||||
testimonial: "Pizzas sempre frescas e com recheio de qualidade. Recomendo!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-wall_23-2148648215.jpg",
|
||||
imageAlt: "Avatar Mariana Santos",
|
||||
},
|
||||
name: "Mariana Santos", handle: "@marianas", testimonial: "Pizzas sempre frescas e com recheio de qualidade. Recomendo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-wall_23-2148648215.jpg", imageAlt: "Avatar Mariana Santos"},
|
||||
{
|
||||
name: "Carlos Alberto",
|
||||
handle: "@carlosalberto",
|
||||
testimonial: "Ambiente muito agradável e pizzas com sabor inesquecível.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-woman-looking-camera-wearing-makeup-red-lipstick-young-adult-feeling-happy-cheerful-showing-positive-natural-facial-expressions-candid-smile_482257-39527.jpg",
|
||||
imageAlt: "Avatar Carlos Alberto",
|
||||
},
|
||||
name: "Carlos Alberto", handle: "@carlosalberto", testimonial: "Ambiente muito agradável e pizzas com sabor inesquecível.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-woman-looking-camera-wearing-makeup-red-lipstick-young-adult-feeling-happy-cheerful-showing-positive-natural-facial-expressions-candid-smile_482257-39527.jpg", imageAlt: "Avatar Carlos Alberto"},
|
||||
{
|
||||
name: "Fernanda Lima",
|
||||
handle: "@fernandal",
|
||||
testimonial: "Melhor custo-benefício e entrega super rápida!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-white-cap-displeased-yellow_140725-18721.jpg",
|
||||
imageAlt: "Avatar Fernanda Lima",
|
||||
},
|
||||
name: "Fernanda Lima", handle: "@fernandal", testimonial: "Melhor custo-benefício e entrega super rápida!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-white-cap-displeased-yellow_140725-18721.jpg", imageAlt: "Avatar Fernanda Lima"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Fazer Pedido",
|
||||
href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido.",
|
||||
},
|
||||
text: "Fazer Pedido", href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido."},
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dough-tomatoes-arrangement_23-2148601638.jpg"
|
||||
imageAlt="Pizza artesanal deliciosa com ingredientes frescos"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255961.jpg",
|
||||
alt: "Close up on food lover eating",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255961.jpg", alt: "Close up on food lover eating"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-happy-man-using-tablet-computer-drinking-coffee_171337-14586.jpg",
|
||||
alt: "Handsome happy man using tablet computer and drinking coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-happy-man-using-tablet-computer-drinking-coffee_171337-14586.jpg", alt: "Handsome happy man using tablet computer and drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg",
|
||||
alt: "Close up on person enjoying food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg", alt: "Close up on person enjoying food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-taking-selfie-holding-food_23-2147826856.jpg",
|
||||
alt: "Smiling female taking selfie and holding food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-taking-selfie-holding-food_23-2147826856.jpg", alt: "Smiling female taking selfie and holding food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/with-bad-attitude-looking-proud-aggressive-pointing-upwards-making-fun-sign-with-hands_1194-632304.jpg",
|
||||
alt: "with a bad attitude looking proud and aggressive pointing upwards or making fun sign with hands",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/with-bad-attitude-looking-proud-aggressive-pointing-upwards-making-fun-sign-with-hands_1194-632304.jpg", alt: "with a bad attitude looking proud and aggressive pointing upwards or making fun sign with hands"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Pizza Fresca",
|
||||
icon: Pizza,
|
||||
type: "text-icon", text: "Pizza Fresca", icon: Pizza,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Massa Artesanal",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Massa Artesanal", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ingredientes Selecionados",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Ingredientes Selecionados", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sabor Inesquecível",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Sabor Inesquecível", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Atendimento 5 Estrelas",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Atendimento 5 Estrelas", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,41 +124,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "pizza-artesanal",
|
||||
title: "Pizzas Artesanais",
|
||||
descriptions: [
|
||||
"Massas frescas, ingredientes selecionados e receitas exclusivas para um sabor inigualável.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pizza-background-flat-design_23-2147648220.jpg",
|
||||
imageAlt: "Ícone de Pizza Artesanal",
|
||||
},
|
||||
id: "pizza-artesanal", title: "Pizzas Artesanais", descriptions: [
|
||||
"Massas frescas, ingredientes selecionados e receitas exclusivas para um sabor inigualável."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pizza-background-flat-design_23-2147648220.jpg", imageAlt: "Ícone de Pizza Artesanal"},
|
||||
{
|
||||
id: "delivery-rapido",
|
||||
title: "Delivery Rápido",
|
||||
descriptions: [
|
||||
"Sua pizza ou pastel favorito chega quentinho e rápido em sua casa.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-making-horn-gesture_1368-3759.jpg",
|
||||
imageAlt: "Ícone de Delivery Rápido",
|
||||
},
|
||||
id: "delivery-rapido", title: "Delivery Rápido", descriptions: [
|
||||
"Sua pizza ou pastel favorito chega quentinho e rápido em sua casa."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-delivery-man-making-horn-gesture_1368-3759.jpg", imageAlt: "Ícone de Delivery Rápido"},
|
||||
{
|
||||
id: "ambiente-familiar",
|
||||
title: "Ambiente Familiar",
|
||||
descriptions: [
|
||||
"Espaço acolhedor e seguro para você e sua família desfrutarem de momentos especiais.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-gift_23-2151966004.jpg",
|
||||
imageAlt: "Ícone de Família",
|
||||
},
|
||||
id: "ambiente-familiar", title: "Ambiente Familiar", descriptions: [
|
||||
"Espaço acolhedor e seguro para você e sua família desfrutarem de momentos especiais."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-gift_23-2151966004.jpg", imageAlt: "Ícone de Família"},
|
||||
{
|
||||
id: "atendimento-excelente",
|
||||
title: "Atendimento Excelente",
|
||||
descriptions: [
|
||||
"Nossa equipe está sempre pronta para oferecer a melhor experiência e superar suas expectativas.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg",
|
||||
imageAlt: "Ícone de Atendimento Excelente",
|
||||
},
|
||||
id: "atendimento-excelente", title: "Atendimento Excelente", descriptions: [
|
||||
"Nossa equipe está sempre pronta para oferecer a melhor experiência e superar suas expectativas."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg", imageAlt: "Ícone de Atendimento Excelente"},
|
||||
]}
|
||||
title="Nossos Destaques"
|
||||
description="O que nos torna a melhor pizzaria e pastelaria da região."
|
||||
@@ -239,62 +154,25 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "pizza-maracana",
|
||||
name: "Pizza Maracanã 4 Sabores - R$ 45,00",
|
||||
price: "A melhor combinação de sabores em uma só pizza: Calabresa, Frango com Catupiry, Quatro Queijos e Portuguesa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-baked-pineapple-pizza_23-2148753777.jpg",
|
||||
imageAlt: "Pizza Maracanã 4 Sabores",
|
||||
},
|
||||
id: "pizza-maracana", name: "Pizza Maracanã 4 Sabores - R$ 45,00", price: "A melhor combinação de sabores em uma só pizza: Calabresa, Frango com Catupiry, Quatro Queijos e Portuguesa.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-baked-pineapple-pizza_23-2148753777.jpg", imageAlt: "Pizza Maracanã 4 Sabores"},
|
||||
{
|
||||
id: "pizza-portuguesa",
|
||||
name: "Pizza Portuguesa com Borda de Cheddar - R$ 40,00",
|
||||
price: "Clássica Portuguesa com um toque especial de borda recheada com cheddar cremoso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-delicious-pizza-sliced-inside-plate-white_140725-78039.jpg",
|
||||
imageAlt: "Pizza Portuguesa com Borda de Cheddar",
|
||||
},
|
||||
id: "pizza-portuguesa", name: "Pizza Portuguesa com Borda de Cheddar - R$ 40,00", price: "Clássica Portuguesa com um toque especial de borda recheada com cheddar cremoso.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-delicious-pizza-sliced-inside-plate-white_140725-78039.jpg", imageAlt: "Pizza Portuguesa com Borda de Cheddar"},
|
||||
{
|
||||
id: "pastel-especial",
|
||||
name: "Pastel Especial - R$ 15,00",
|
||||
price: "Nosso pastel exclusivo com recheio cremoso de carne seca com queijo coalho.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-nuggets-isolated-wooden-board_114579-76343.jpg",
|
||||
imageAlt: "Pastel Especial",
|
||||
},
|
||||
id: "pastel-especial", name: "Pastel Especial - R$ 15,00", price: "Nosso pastel exclusivo com recheio cremoso de carne seca com queijo coalho.", imageSrc: "http://img.b2bpic.net/free-photo/fish-nuggets-isolated-wooden-board_114579-76343.jpg", imageAlt: "Pastel Especial"},
|
||||
{
|
||||
id: "pastel-carne",
|
||||
name: "Pastel de Carne - R$ 10,00",
|
||||
price: "Delicioso pastel de carne moída bem temperada, frito na hora.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865590.jpg",
|
||||
imageAlt: "Pastel de Carne",
|
||||
},
|
||||
id: "pastel-carne", name: "Pastel de Carne - R$ 10,00", price: "Delicioso pastel de carne moída bem temperada, frito na hora.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865590.jpg", imageAlt: "Pastel de Carne"},
|
||||
{
|
||||
id: "pastel-queijo",
|
||||
name: "Pastel de Queijo - R$ 10,00",
|
||||
price: "Queijo fresquinho derretendo em uma massa crocante e saborosa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shortbreads-plate-tea-towel-marble_114579-51454.jpg",
|
||||
imageAlt: "Pastel de Queijo",
|
||||
},
|
||||
id: "pastel-queijo", name: "Pastel de Queijo - R$ 10,00", price: "Queijo fresquinho derretendo em uma massa crocante e saborosa.", imageSrc: "http://img.b2bpic.net/free-photo/shortbreads-plate-tea-towel-marble_114579-51454.jpg", imageAlt: "Pastel de Queijo"},
|
||||
{
|
||||
id: "pastel-calabresa",
|
||||
name: "Pastel de Calabresa - R$ 12,00",
|
||||
price: "Recheio generoso de calabresa moída com cebola e queijo, super crocante.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79558.jpg",
|
||||
imageAlt: "Pastel de Calabresa",
|
||||
},
|
||||
id: "pastel-calabresa", name: "Pastel de Calabresa - R$ 12,00", price: "Recheio generoso de calabresa moída com cebola e queijo, super crocante.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pastries-bread-like-inside-plate-dark-space_140725-79558.jpg", imageAlt: "Pastel de Calabresa"},
|
||||
{
|
||||
id: "pastel-frango",
|
||||
name: "Pastel de Frango com Catupiry - R$ 13,00",
|
||||
price: "Frango desfiado suculento com o cremoso catupiry, uma explosão de sabor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sliced-white-bread-wooden-piece-pepper-slices_114579-41672.jpg",
|
||||
imageAlt: "Pastel de Frango com Catupiry",
|
||||
},
|
||||
id: "pastel-frango", name: "Pastel de Frango com Catupiry - R$ 13,00", price: "Frango desfiado suculento com o cremoso catupiry, uma explosão de sabor.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sliced-white-bread-wooden-piece-pepper-slices_114579-41672.jpg", imageAlt: "Pastel de Frango com Catupiry"},
|
||||
]}
|
||||
title="Nosso Cardápio Digital"
|
||||
description="Delícias preparadas com os melhores ingredientes para você e sua família."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir pelo WhatsApp",
|
||||
href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido.",
|
||||
},
|
||||
text: "Pedir pelo WhatsApp", href: "https://wa.me/5522981286290?text=Ol%C3%A1!%20Gostaria%20de%20fazer%20um%20pedido."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,9 +182,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Sobre a Pizzaria Sabor Da Massa"
|
||||
description={[
|
||||
"A Sabor Da Massa é referência em pizzas e pastéis em Santo Antônio de Pádua. Trabalhamos com ingredientes selecionados, massas de qualidade e receitas que conquistam nossos clientes todos os dias. Nosso compromisso é com a excelência no sabor e na experiência.",
|
||||
"Com um ambiente familiar e atendimento que faz a diferença, somos a escolha perfeita para quem busca o melhor da culinária italiana e brasileira. Venha nos visitar ou peça seu delivery e descubra porque somos a melhor da região!",
|
||||
]}
|
||||
"A Sabor Da Massa é referência em pizzas e pastéis em Santo Antônio de Pádua. Trabalhamos com ingredientes selecionados, massas de qualidade e receitas que conquistam nossos clientes todos os dias. Nosso compromisso é com a excelência no sabor e na experiência.", "Com um ambiente familiar e atendimento que faz a diferença, somos a escolha perfeita para quem busca o melhor da culinária italiana e brasileira. Venha nos visitar ou peça seu delivery e descubra porque somos a melhor da região!"]}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -321,52 +197,22 @@ export default function LandingPage() {
|
||||
description="Confira a qualidade e beleza dos nossos produtos e o ambiente acolhedor da Sabor Da Massa."
|
||||
blogs={[
|
||||
{
|
||||
id: "gal-pizza-1",
|
||||
category: "Pizza",
|
||||
title: "Pizza Especial da Casa",
|
||||
excerpt: "Uma das nossas criações mais pedidas, repleta de sabor e ingredientes frescos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-grey-floor_140725-14477.jpg",
|
||||
imageAlt: "Pizza Especial da Casa",
|
||||
id: "gal-pizza-1", category: "Pizza", title: "Pizza Especial da Casa", excerpt: "Uma das nossas criações mais pedidas, repleta de sabor e ingredientes frescos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-grey-floor_140725-14477.jpg", imageAlt: "Pizza Especial da Casa", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "01 de Janeiro de 2024"
|
||||
},
|
||||
{
|
||||
id: "gal-pastel-1",
|
||||
category: "Pastel",
|
||||
title: "Pastel Crocante Recheado",
|
||||
excerpt: "A massa perfeita e o recheio generoso que você só encontra aqui.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cakes-round-delicious-yummy-inside-basket-grey-floor_140725-13753.jpg",
|
||||
imageAlt: "Pastel crocante recheado",
|
||||
id: "gal-pastel-1", category: "Pastel", title: "Pastel Crocante Recheado", excerpt: "A massa perfeita e o recheio generoso que você só encontra aqui.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cakes-round-delicious-yummy-inside-basket-grey-floor_140725-13753.jpg", imageAlt: "Pastel crocante recheado", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "05 de Fevereiro de 2024"
|
||||
},
|
||||
{
|
||||
id: "gal-ambiente-1",
|
||||
category: "Ambiente",
|
||||
title: "Conforto para sua Família",
|
||||
excerpt: "Nosso espaço foi pensado para proporcionar momentos agradáveis e memoráveis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-34786.jpg",
|
||||
imageAlt: "Interior do restaurante, ambiente familiar",
|
||||
id: "gal-ambiente-1", category: "Ambiente", title: "Conforto para sua Família", excerpt: "Nosso espaço foi pensado para proporcionar momentos agradáveis e memoráveis.", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-34786.jpg", imageAlt: "Interior do restaurante, ambiente familiar", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "10 de Março de 2024"
|
||||
},
|
||||
{
|
||||
id: "gal-delivery-1",
|
||||
category: "Delivery",
|
||||
title: "Chega Quentinho em Casa",
|
||||
excerpt: "Qualidade garantida do nosso balcão até a sua porta, com agilidade e cuidado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-deliveryopened-boxes_140725-21500.jpg",
|
||||
imageAlt: "Caixas de pizza para delivery",
|
||||
id: "gal-delivery-1", category: "Delivery", title: "Chega Quentinho em Casa", excerpt: "Qualidade garantida do nosso balcão até a sua porta, com agilidade e cuidado.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-deliveryopened-boxes_140725-21500.jpg", imageAlt: "Caixas de pizza para delivery", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "15 de Abril de 2024"
|
||||
},
|
||||
{
|
||||
id: "gal-pizza-2",
|
||||
category: "Pizza",
|
||||
title: "A Clássica Pepperoni",
|
||||
excerpt: "Sabor intenso e irresistível para os amantes de pizza de calabresa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20902.jpg",
|
||||
imageAlt: "Pizza de Pepperoni",
|
||||
id: "gal-pizza-2", category: "Pizza", title: "A Clássica Pepperoni", excerpt: "Sabor intenso e irresistível para os amantes de pizza de calabresa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-fresh-tomatoes_140725-20902.jpg", imageAlt: "Pizza de Pepperoni", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "20 de Maio de 2024"
|
||||
},
|
||||
{
|
||||
id: "gal-pastel-2",
|
||||
category: "Pastel",
|
||||
title: "Variedade de Sabores",
|
||||
excerpt: "Explore nossa seleção de pastéis doces e salgados, um para cada gosto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-iced-fingers-covered-with-icing-tray-against-pink-background_23-2147942626.jpg",
|
||||
imageAlt: "Diversos pastéis doces e salgados",
|
||||
id: "gal-pastel-2", category: "Pastel", title: "Variedade de Sabores", excerpt: "Explore nossa seleção de pastéis doces e salgados, um para cada gosto.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-iced-fingers-covered-with-icing-tray-against-pink-background_23-2147942626.jpg", imageAlt: "Diversos pastéis doces e salgados", authorName: "Equipe Sabor Da Massa", authorAvatar: "http://img.b2bpic.net/free-photo/cook-preparing-salad-with-meat-kitchen_23-2148040159.jpg", date: "25 de Junho de 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -378,30 +224,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Quais são os horários de funcionamento?",
|
||||
content: "Estamos abertos todos os dias, de segunda a domingo, até as 00:00.",
|
||||
},
|
||||
id: "faq-1", title: "Quais são os horários de funcionamento?", content: "Estamos abertos todos os dias, de segunda a domingo, até as 00:00."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Vocês fazem entregas em qual área?",
|
||||
content: "Realizamos entregas em toda a região de Santo Antônio de Pádua. Consulte a taxa de entrega ao fazer seu pedido.",
|
||||
},
|
||||
id: "faq-2", title: "Vocês fazem entregas em qual área?", content: "Realizamos entregas em toda a região de Santo Antônio de Pádua. Consulte a taxa de entrega ao fazer seu pedido."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Quais as formas de pagamento aceitas?",
|
||||
content: "Aceitamos pagamentos em dinheiro, cartões de débito e crédito (Visa, Master, Elo), e PIX.",
|
||||
},
|
||||
id: "faq-3", title: "Quais as formas de pagamento aceitas?", content: "Aceitamos pagamentos em dinheiro, cartões de débito e crédito (Visa, Master, Elo), e PIX."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Posso personalizar meu pedido? (Ex: sem cebola)",
|
||||
content: "Sim, fazemos algumas personalizações em pizzas e pastéis. Entre em contato pelo WhatsApp para verificar as opções, como a remoção de ingredientes.",
|
||||
},
|
||||
id: "faq-4", title: "Posso personalizar meu pedido? (Ex: sem cebola)", content: "Sim, fazemos algumas personalizações em pizzas e pastéis. Entre em contato pelo WhatsApp para verificar as opções, como a remoção de ingredientes."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Vocês têm opções vegetarianas?",
|
||||
content: "Sim, temos diversas opções vegetarianas deliciosas em nosso cardápio. Pergunte à nossa equipe sobre as sugestões do dia.",
|
||||
},
|
||||
id: "faq-5", title: "Vocês têm opções vegetarianas?", content: "Sim, temos diversas opções vegetarianas deliciosas em nosso cardápio. Pergunte à nossa equipe sobre as sugestões do dia."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pensive-man-with-question-marks-background_1134-620.jpg"
|
||||
imageAlt="Pessoas perguntando e recebendo respostas"
|
||||
@@ -417,8 +248,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em Contato ou Visite-nos"
|
||||
description="Estamos localizados na Rua Desembargador Nestor Rodrigues Perlingeiro, 126, São Luiz, Santo Antônio de Pádua - RJ. Aberto todos os dias até 00:00. Telefone e WhatsApp: (22) 98128-6290. <br/><br/> <a href='https://www.google.com/maps/dir/?api=1&destination=Rua+Desembargador+Nestor+Rodrigues+Perlingeiro,+126,+Santo+Ant%C3%B4nio+de+P%C3%A1dua+-+RJ' target='_blank' rel='noopener noreferrer' style='color: #D62828; text-decoration: underline;'>Clique aqui para ver no mapa e traçar rota.</a>"
|
||||
@@ -435,13 +265,9 @@ export default function LandingPage() {
|
||||
logoAlt="Logo Sabor Da Massa"
|
||||
logoText="Sabor Da Massa © 2026. Todos os direitos reservados."
|
||||
leftLink={{
|
||||
text: "Política de Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidade", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Termos de Serviço",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Termos de Serviço", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user