Merge version_1 into main #1
161
src/app/page.tsx
161
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Experiência",
|
||||
id: "experiencia",
|
||||
},
|
||||
name: "Experiência", id: "experiencia"},
|
||||
{
|
||||
name: "Celebrações",
|
||||
id: "celebracoes",
|
||||
},
|
||||
name: "Celebrações", id: "celebracoes"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "cardapio",
|
||||
},
|
||||
name: "Cardápio", id: "cardapio"},
|
||||
{
|
||||
name: "Localização",
|
||||
id: "localizacao",
|
||||
},
|
||||
name: "Localização", id: "localizacao"},
|
||||
]}
|
||||
brandName="La Formassa"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="La Formassa"
|
||||
description="Uma experiência gastronômica que vai além do esperado. Buffet completo, rodízio irresistível e momentos inesquecíveis para toda a família."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar mesa", href: "#contact"},
|
||||
{
|
||||
text: "Ver cardápio",
|
||||
href: "#cardapio",
|
||||
},
|
||||
text: "Ver cardápio", href: "#cardapio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,26 +67,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Pizza",
|
||||
title: "Rodízio Premium",
|
||||
subtitle: "Sabor sem fim",
|
||||
description: "Pizzas servidas sem parar, sempre quentes, com sabores clássicos e especiais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-wooden-board-top-view_114579-13280.jpg",
|
||||
},
|
||||
tag: "Pizza", title: "Rodízio Premium", subtitle: "Sabor sem fim", description: "Pizzas servidas sem parar, sempre quentes, com sabores clássicos e especiais.", imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-wooden-board-top-view_114579-13280.jpg"},
|
||||
{
|
||||
tag: "Buffet",
|
||||
title: "Buffet Completo",
|
||||
subtitle: "Frescor diário",
|
||||
description: "Saladas frescas, carnes, peixes e acompanhamentos preparados diariamente com amor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-turmeric-black-pepper-salt-red-pepper-powder-cut-vegetables-white-surface_140725-63077.jpg",
|
||||
},
|
||||
tag: "Buffet", title: "Buffet Completo", subtitle: "Frescor diário", description: "Saladas frescas, carnes, peixes e acompanhamentos preparados diariamente com amor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-spices-turmeric-black-pepper-salt-red-pepper-powder-cut-vegetables-white-surface_140725-63077.jpg"},
|
||||
{
|
||||
tag: "Doce",
|
||||
title: "Sobremesas Irresistíveis",
|
||||
subtitle: "Fechamento perfeito",
|
||||
description: "Doces artesanais que transformam qualquer refeição em um momento memorável.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-edible-flowers_23-2151973730.jpg",
|
||||
},
|
||||
tag: "Doce", title: "Sobremesas Irresistíveis", subtitle: "Fechamento perfeito", description: "Doces artesanais que transformam qualquer refeição em um momento memorável.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-edible-flowers_23-2151973730.jpg"},
|
||||
]}
|
||||
title="Muito mais do que comer bem"
|
||||
description="É viver bem em cada detalhe de nossa cozinha."
|
||||
@@ -115,9 +85,7 @@ export default function LandingPage() {
|
||||
description="Aniversários, encontros ou ocasiões especiais — aqui cada detalhe é pensado para transformar momentos em lembranças inesquecíveis. Ideal para grupos com ambiente animado e atendimento ágil."
|
||||
buttons={[
|
||||
{
|
||||
text: "Planejar comemoração",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Planejar comemoração", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-homemade-pizza-oven-grate_23-2148120122.jpg"
|
||||
/>
|
||||
@@ -128,30 +96,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-evening-dress-posing-holding-wine-glass_176420-3786.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-evening-dress-posing-holding-wine-glass_176420-3786.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-has-delicious-pizza-after-hard-working-day_273609-20541.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-has-delicious-pizza-after-hard-working-day_273609-20541.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Oliveira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-cocktail-glass-her-hand_23-2147859686.jpg",
|
||||
},
|
||||
id: "5", name: "Ana Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-cocktail-glass-her-hand_23-2147859686.jpg"},
|
||||
]}
|
||||
cardTitle="Avaliações 4,6 com quase 2.000 clientes"
|
||||
cardTag="Social Proof"
|
||||
@@ -167,53 +120,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Rodízio",
|
||||
name: "Pizzas Especiais",
|
||||
price: "Consulte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg",
|
||||
},
|
||||
id: "p1", brand: "Rodízio", name: "Pizzas Especiais", price: "Consulte", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Buffet",
|
||||
name: "Saladas e Carnes",
|
||||
price: "Variado",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-with-salad_23-2148491358.jpg",
|
||||
},
|
||||
id: "p2", brand: "Buffet", name: "Saladas e Carnes", price: "Variado", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-with-salad_23-2148491358.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Doce",
|
||||
name: "Sobremesas",
|
||||
price: "Gourmet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-four-desserts-with-powdered-cocoa-chocolate_23-2148689827.jpg",
|
||||
},
|
||||
id: "p3", brand: "Doce", name: "Sobremesas", price: "Gourmet", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-four-desserts-with-powdered-cocoa-chocolate_23-2148689827.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bebidas",
|
||||
name: "Carta de Vinhos",
|
||||
price: "Seleção",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg",
|
||||
},
|
||||
id: "p4", brand: "Bebidas", name: "Carta de Vinhos", price: "Seleção", rating: 4,
|
||||
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Infantil",
|
||||
name: "Opções kids",
|
||||
price: "Menu",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-ham-roll-withj-tomatoes-cucumbers-plate_140725-10179.jpg",
|
||||
},
|
||||
id: "p5", brand: "Infantil", name: "Opções kids", price: "Menu", rating: 5,
|
||||
reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ham-roll-withj-tomatoes-cucumbers-plate_140725-10179.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Especial",
|
||||
name: "Drinks",
|
||||
price: "Premium",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.jpg",
|
||||
},
|
||||
id: "p6", brand: "Especial", name: "Drinks", price: "Premium", rating: 4,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.jpg"},
|
||||
]}
|
||||
title="Sabores para todos os gostos"
|
||||
description="Explore nosso menu com rodízio de pizzas, buffet variado e sobremesas deliciosas."
|
||||
@@ -233,8 +156,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Venha nos visitar! Estamos localizados em um local de fácil acesso. Devido à alta procura, o estacionamento pode exigir um pouco de paciência — mas garantimos que a experiência vale a pena."
|
||||
/>
|
||||
</div>
|
||||
@@ -243,14 +165,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Pronto para viver essa experiência? Reserve sua mesa agora mesmo pelo WhatsApp ou formulário."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar no WhatsApp",
|
||||
href: "https://wa.me/5500000000000",
|
||||
},
|
||||
text: "Reservar no WhatsApp", href: "https://wa.me/5500000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,25 +180,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#cardapio",
|
||||
},
|
||||
label: "Cardápio", href: "#cardapio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservas", href: "#contact"},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#localizacao",
|
||||
},
|
||||
label: "Localização", href: "#localizacao"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user