Update src/app/page.tsx
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,21 +32,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", id: "#home"
|
||||
},
|
||||
{
|
||||
name: "Sabores", id: "#flavors"},
|
||||
name: "Sabores", id: "#flavors"
|
||||
},
|
||||
{
|
||||
name: "Preparo", id: "#preparation"},
|
||||
name: "Preparo", id: "#preparation"
|
||||
},
|
||||
{
|
||||
name: "Avaliações", id: "#testimonials"},
|
||||
name: "Avaliações", id: "#testimonials"
|
||||
},
|
||||
{
|
||||
name: "Pedir Agora", id: "#order"},
|
||||
name: "Pedir Agora", id: "#order"
|
||||
}
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ENFoHvSWyD4K2tdnw5NtfwPcGw/uploaded-1780016100713-p4etjmx8.png"
|
||||
logoAlt="Maiver's Pizzaria Logo"
|
||||
brandName="Maiver's Pizzaria"
|
||||
button={{
|
||||
text: "Pedir Agora", href: "#order"}}
|
||||
text: "Pedir Agora", href: "#order"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,68 +61,81 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
imagePosition="right"
|
||||
title="Uma experiência impossível de esquecer."
|
||||
description="Pizzas artesanais com sabor, tecnologia e experiência premium."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Clientes Maiver's", handle: "@maiversfans", testimonial: "A pizza mais absurda que já experimentei. Inovadora e deliciosa!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-bright-shirt-smiling-yellow-background-color-male-model_140725-71113.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-bright-shirt-smiling-yellow-background-color-male-model_140725-71113.jpg"
|
||||
},
|
||||
{
|
||||
name: "Amantes da Pizza", handle: "@pizzalovers", testimonial: "O site já impressiona antes mesmo do pedido. Uma experiência completa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg"
|
||||
},
|
||||
{
|
||||
name: "Fãs Gourmet", handle: "@gourmetpicks", testimonial: "Visualmente viciante e gastronomicamente fora do comum. Impecável.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-black-white-striped-t-shirt-putting-okey-sign-front-his-eyes-yellow-isolated-background_179666-26449.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-black-white-striped-t-shirt-putting-okey-sign-front-his-eyes-yellow-isolated-background_179666-26449.jpg"
|
||||
},
|
||||
{
|
||||
name: "Explorer Foodie", handle: "@tasteadventures", testimonial: "Cada fatia é uma obra de arte. A Maiver's redefiniu o que é pizza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1674.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-pink_179666-1674.jpg"
|
||||
},
|
||||
{
|
||||
name: "Chef Digital", handle: "@gastronomiadigital", testimonial: "Design impecável e sabor que acompanha. Uma experiência 360º.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14490.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14490.jpg"
|
||||
}
|
||||
]}
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio", href: "#flavors"},
|
||||
text: "Ver Cardápio", href: "#flavors"
|
||||
},
|
||||
{
|
||||
text: "Pedir Agora", href: "#order"},
|
||||
text: "Pedir Agora", href: "#order"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ENFoHvSWyD4K2tdnw5NtfwPcGw/uploaded-1780016100713-p4etjmx8.png", alt: "Foto de cliente feliz 1"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ENFoHvSWyD4K2tdnw5NtfwPcGw/uploaded-1780016100713-p4etjmx8.png", alt: "Foto de cliente feliz 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", alt: "Foto de cliente feliz 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", alt: "Foto de cliente feliz 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-bright-shirt-smiling-yellow-background-color-male-model_140725-71113.jpg", alt: "Foto de cliente feliz 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-bright-shirt-smiling-yellow-background-color-male-model_140725-71113.jpg", alt: "Foto de cliente feliz 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", alt: "Foto de cliente feliz 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", alt: "Foto de cliente feliz 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-man-black-white-striped-t-shirt-putting-okey-sign-front-his-eyes-yellow-isolated-background_179666-26449.jpg", alt: "Foto de cliente feliz 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-man-black-white-striped-t-shirt-putting-okey-sign-front-his-eyes-yellow-isolated-background_179666-26449.jpg", alt: "Foto de cliente feliz 5"
|
||||
}
|
||||
]}
|
||||
avatarText="Milhares de clientes satisfeitos"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg"
|
||||
imageAlt="Hyper-realistic 3D pizza floating"
|
||||
mediaAnimation="depth-3d"
|
||||
mediaAnimation="blur-reveal"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "Inovação", icon: Lightbulb,
|
||||
type: "text-icon", text: "Inovação", icon: Lightbulb
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Experiência 3D", icon: Box,
|
||||
type: "text-icon", text: "Experiência 3D", icon: Box
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Sabores Únicos", icon: Pizza,
|
||||
type: "text-icon", text: "Sabores Únicos", icon: Pizza
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Qualidade Premium", icon: Award,
|
||||
type: "text-icon", text: "Qualidade Premium", icon: Award
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Atendimento Estelar", icon: Star,
|
||||
},
|
||||
type: "text-icon", text: "Atendimento Estelar", icon: Star
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,65 +150,79 @@ export default function LandingPage() {
|
||||
title: "Calabresa Suprema", description: "A calabresa defumada encontra a perfeição, com especiarias e um toque secreto que intensifica cada mordida.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-1", imageAlt: "Pizza Calabresa Suprema"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-tomato-sauce-cheese_141793-2448.jpg", imageAlt: "Pizza Calabresa Suprema"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-1__2", imageAlt: "Pizza Calabresa Suprema close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-pepperoni-with-tomatoes-basil-cheese_140725-818.jpg", imageAlt: "Pizza Calabresa Suprema close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Frango Cremoso", description: "Tenro frango desfiado, imerso em nosso exclusivo molho cremoso, uma harmonia suave e inesquecível.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-2", imageAlt: "Pizza Frango Cremoso"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-cuisine-lahmacun-with-minced-meat-cheese-lemon_140725-12217.jpg", imageAlt: "Pizza Frango Cremoso"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-2__2", imageAlt: "Pizza Frango Cremoso close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-pizza-top-view_140725-9148.jpg", imageAlt: "Pizza Frango Cremoso close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Portuguesa Premium", description: "Uma releitura da clássica, com ingredientes selecionados e um equilíbrio de sabores que encanta o paladar.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-3", imageAlt: "Pizza Portuguesa Premium"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", imageAlt: "Pizza Portuguesa Premium"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-3__2", imageAlt: "Pizza Portuguesa Premium close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-749.jpg", imageAlt: "Pizza Portuguesa Premium close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Quatro Queijos", description: "A união perfeita de quatro queijos nobres, derretidos e saborosos, criando uma explosão de cremosidade.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-4", imageAlt: "Pizza Quatro Queijos"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-apple_74190-1154.jpg", imageAlt: "Pizza Quatro Queijos"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-4__2", imageAlt: "Pizza Quatro Queijos close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg", imageAlt: "Pizza Quatro Queijos close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bacon Lovers", description: "Para os apaixonados por bacon, fatias crocantes e suculentas que elevam o sabor a outro nível.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-5", imageAlt: "Pizza Bacon Lovers"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852181.jpg", imageAlt: "Pizza Bacon Lovers"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-5__2", imageAlt: "Pizza Bacon Lovers close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-snack-sauce-homemade-tomato_1203-5818.jpg", imageAlt: "Pizza Bacon Lovers close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Maiver’s Especial", description: "Nossa pizza de assinatura, com ingredientes exclusivos e uma combinação secreta que só a Maiver's oferece.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-6", imageAlt: "Pizza Maiver’s Especial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-stand-with-tablecloth-hand-take-slice-pizza_176474-2507.jpg", imageAlt: "Pizza Maiver’s Especial"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-6__2", imageAlt: "Pizza Maiver’s Especial close-up"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22890.jpg", imageAlt: "Pizza Maiver’s Especial close-up"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Chocolate Supreme", description: "Para a sobremesa, uma explosão de chocolate derretido, frutas frescas e uma massa que derrete na boca.", icon: Cake,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-7", imageAlt: "Pizza Chocolate Supreme"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-cake-cake-with-chocolate-strawberry-pieces-white-plate-bowls-chocolate-strawberry-hazelnut-center-dark-table_140725-117550.jpg", imageAlt: "Pizza Chocolate Supreme"
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://flavor-pizza-7__2", imageAlt: "Pizza Chocolate Supreme close-up"},
|
||||
],
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-roll-arrangement_23-2150645380.jpg", imageAlt: "Pizza Chocolate Supreme close-up"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Sabores Além da Imaginação."
|
||||
description="Nossas criações 3D de pizzas que flutuam, giram e revelam a maestria em cada ingrediente, elevando sua expectativa ao máximo."
|
||||
@@ -205,22 +238,28 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Maiver's", name: "Trufas Negras", price: "$120.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "asset://product-pizza-1", imageAlt: "Pizza de Trufas Negras"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-mushrooms-sesame_140725-2435.jpg", imageAlt: "Pizza de Trufas Negras"
|
||||
},
|
||||
{
|
||||
id: "p2", brand: "Maiver's", name: "Pato Confit & Cebola Caramelizada", price: "$145.00", rating: 5,
|
||||
reviewCount: "75", imageSrc: "asset://product-pizza-2", imageAlt: "Pizza de Pato Confit"},
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-pecan-pie-ready-be-served_23-2148461038.jpg", imageAlt: "Pizza de Pato Confit"
|
||||
},
|
||||
{
|
||||
id: "p3", brand: "Maiver's", name: "Camarão, Burrata & Limão Siciliano", price: "$130.00", rating: 5,
|
||||
reviewCount: "92", imageSrc: "asset://product-pizza-3", imageAlt: "Pizza de Camarão e Burrata"},
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-salmon-mozzarella-table_140725-1405.jpg", imageAlt: "Pizza de Camarão e Burrata"
|
||||
},
|
||||
{
|
||||
id: "p4", brand: "Maiver's", name: "Figo, Presunto Parma & Mel", price: "$115.00", rating: 5,
|
||||
reviewCount: "68", imageSrc: "asset://product-pizza-4", imageAlt: "Pizza de Figo e Parma"},
|
||||
reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/fruit-pie-with-kiwi-banana-berries_114579-3714.jpg", imageAlt: "Pizza de Figo e Parma"
|
||||
},
|
||||
{
|
||||
id: "p5", brand: "Maiver's", name: "Cordeiro com Hortelã", price: "$135.00", rating: 5,
|
||||
reviewCount: "55", imageSrc: "asset://product-pizza-5", imageAlt: "Pizza de Cordeiro com Hortelã"},
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/goat-cheese-pizza-with-spinach-pesto-recipe-idea_53876-98257.jpg", imageAlt: "Pizza de Cordeiro com Hortelã"
|
||||
},
|
||||
{
|
||||
id: "p6", brand: "Maiver's", name: "Salmão Defumado & Dill", price: "$125.00", rating: 5,
|
||||
reviewCount: "80", imageSrc: "asset://product-pizza-6", imageAlt: "Pizza de Salmão Defumado"},
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-mushrooms-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2314.jpg", imageAlt: "Pizza de Salmão Defumado"
|
||||
}
|
||||
]}
|
||||
title="Destaques do Chef: Uma Seleção Exclusiva."
|
||||
description="Descubra as criações do nosso chef, pizzas com ingredientes raros e combinações surpreendentes, elevando a experiência Maiver’s."
|
||||
@@ -232,10 +271,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Arte por Trás de Cada Fatia."
|
||||
description={[
|
||||
"Descubra o meticuloso processo artesanal que transforma ingredientes frescos em obras-primas gastronômicas. Desde a massa aerada e leve, aberta com precisão, até o queijo que derrete lentamente, cada etapa é uma celebração da paixão pela pizza.", "Nossos fornos, alimentados por chamas suaves e controladas por tecnologia avançada, garantem um cozimento perfeito e um sabor inesquecível. Uma tradição reinventada com a inovação mais recente para a sua mesa, resultando em uma profundidade visual e um aroma que transcendem a expectativa."]}
|
||||
"Descubra o meticuloso processo artesanal que transforma ingredientes frescos em obras-primas gastronômicas. Desde a massa aerada e leve, aberta com precisão, até o queijo que derrete lentamente, cada etapa é uma celebração da paixão pela pizza.", "Nossos fornos, alimentados por chamas suaves e controladas por tecnologia avançada, garantem um cozimento perfeito e um sabor inesquecível. Uma tradição reinventada com a inovação mais recente para a sua mesa, resultando em uma profundidade visual e um aroma que transcendem a expectativa."
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Nossa História", href: "#"},
|
||||
text: "Nossa História", href: "#"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,7 +286,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Guia Gastronômico Global", "Melhores Pizzarias do Mundo", "Inovação Culinária Award", "Top Chefs Choice", "Estrelas da Gastronomia", "The Epicurean Standard", "Luxury Food Magazine"]}
|
||||
"Guia Gastronômico Global", "Melhores Pizzarias do Mundo", "Inovação Culinária Award", "Top Chefs Choice", "Estrelas da Gastronomia", "The Epicurean Standard", "Luxury Food Magazine"
|
||||
]}
|
||||
title="Pizzaria do Ano."
|
||||
description="Reconhecida pela inovação, qualidade e experiência inigualável. A Maiver's Pizzaria tem orgulho de ser um ícone de excelência no cenário gastronômico, celebrada pela crítica e por nossos clientes."
|
||||
speed={30}
|
||||
@@ -261,15 +303,20 @@ export default function LandingPage() {
|
||||
author="Comunidade de Clientes Satisfeitos da Maiver's"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-young-man-black-white-striped-t-shirt-yellow-isolated-background_179666-26708.jpg", alt: "Cliente Satisfeito 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-young-man-black-white-striped-t-shirt-yellow-isolated-background_179666-26708.jpg", alt: "Cliente Satisfeito 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3207.jpg", alt: "Cliente Satisfeito 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3207.jpg", alt: "Cliente Satisfeito 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-crossing-fingers-pink-background-color-male-model_140725-71036.jpg", alt: "Cliente Satisfeito 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-crossing-fingers-pink-background-color-male-model_140725-71036.jpg", alt: "Cliente Satisfeito 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-with-delivery-bowl-her-hands-trying-hear-light-pink-wall-service-delivery-employee_140725-42102.jpg", alt: "Cliente Satisfeito 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-with-delivery-bowl-her-hands-trying-hear-light-pink-wall-service-delivery-employee_140725-42102.jpg", alt: "Cliente Satisfeito 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", alt: "Cliente Satisfeito 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", alt: "Cliente Satisfeito 5"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -280,12 +327,13 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
tag="Exclusividade"
|
||||
title="O futuro das pizzarias começa aqui."
|
||||
description="Não perca a chance de vivenciar a revolução da pizza. Peça agora e mergulhe em uma experiência gastronômica sem igual, onde sabor e tecnologia se encontram para criar momentos inesquecíveis."
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="asset://cta-pizza-giant"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-parchment-paper-grate_23-2148120071.jpg"
|
||||
imageAlt="Pizza gigante com iluminação quente cinematográfica"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -304,41 +352,52 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Descobrir", items: [
|
||||
{
|
||||
label: "Home", href: "#home"},
|
||||
label: "Home", href: "#home"
|
||||
},
|
||||
{
|
||||
label: "Sabores", href: "#flavors"},
|
||||
label: "Sabores", href: "#flavors"
|
||||
},
|
||||
{
|
||||
label: "Destaques", href: "#menu-highlights"},
|
||||
label: "Destaques", href: "#menu-highlights"
|
||||
},
|
||||
{
|
||||
label: "Preparo", href: "#preparation"},
|
||||
],
|
||||
label: "Preparo", href: "#preparation"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sobre", items: [
|
||||
{
|
||||
label: "Nossa Missão", href: "#"},
|
||||
label: "Nossa Missão", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Time", href: "#"},
|
||||
label: "Time", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Carreiras", href: "#"},
|
||||
],
|
||||
label: "Carreiras", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Suporte", items: [
|
||||
{
|
||||
label: "FAQ", href: "#"},
|
||||
label: "FAQ", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Contato", href: "#order"},
|
||||
],
|
||||
label: "Contato", href: "#order"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Serviço", href: "#"},
|
||||
label: "Termos de Serviço", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Maiver's Pizzaria. Todos os direitos reservados."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user