Merge version_2 into main #3
126
src/app/page.tsx
126
src/app/page.tsx
@@ -29,32 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Experiência", id: "experiencia"},
|
||||
{
|
||||
name: "Celebrações", id: "celebracoes"},
|
||||
{
|
||||
name: "Cardápio", id: "cardapio"},
|
||||
{
|
||||
name: "Localização", id: "localizacao"},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Experiência", id: "experiencia" },
|
||||
{ name: "Celebrações", id: "celebracoes" },
|
||||
{ name: "Cardápio", id: "cardapio" },
|
||||
{ name: "Localização", id: "localizacao" },
|
||||
]}
|
||||
brandName="La Formassa"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D33dYThXJ1m7LB9Isa6yAYOdxA/uploaded-1777498308991-cmkd90lz.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ 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."
|
||||
description="Uma experiência gastronômica inesquecível."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa", href: "#contact"},
|
||||
{
|
||||
text: "Ver cardápio", href: "#cardapio"},
|
||||
{ text: "Reservar mesa", href: "#contact" },
|
||||
{ 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"
|
||||
@@ -66,12 +59,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "Pizza", title: "Rodízio Premium", subtitle: "Sabor sem fim", description: "Pizzas servidas sem parar, sempre quentes.", 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, carnes e acompanhamentos frescos.", 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", subtitle: "Finalização", description: "Doces artesanais memoráveis.", 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."
|
||||
@@ -82,11 +72,8 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="O lugar perfeito para celebrar"
|
||||
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"},
|
||||
]}
|
||||
description="Aniversários, encontros ou ocasiões especiais — cada detalhe é pensado para você."
|
||||
buttons={[{ text: "Planejar", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-homemade-pizza-oven-grate_23-2148120122.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,19 +82,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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: "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: "5", name: "Ana Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-cocktail-glass-her-hand_23-2147859686.jpg"},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
|
||||
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-evening-dress-posing-holding-wine-glass_176420-3786.jpg" },
|
||||
]}
|
||||
cardTitle="Avaliações 4,6 com quase 2.000 clientes"
|
||||
cardTag="Social Proof"
|
||||
cardTitle="Avaliações de nossos clientes"
|
||||
cardTag="Depoimentos"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -115,39 +94,24 @@ export default function LandingPage() {
|
||||
<div id="cardapio" data-section="cardapio">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Nosso Cardápio"
|
||||
description="Conheça nossa seleção de pratos exclusivos e sabores especiais que preparamos para você diariamente."
|
||||
products={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.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: "Buffet Gourmet", 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, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-four-desserts-with-powdered-cocoa-chocolate_23-2148689827.jpg" }
|
||||
]}
|
||||
title="Sabores para todos os gostos"
|
||||
description="Explore nosso menu com rodízio de pizzas, buffet variado e sobremesas deliciosas."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="family" data-section="family">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Perfeito para toda a família"
|
||||
description="Aproveite sua refeição com tranquilidade enquanto as crianças se divertem em nosso espaço kids seguro e confortável."
|
||||
title="Família e Conforto"
|
||||
description="Espaço seguro e acolhedor para momentos em família."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -155,44 +119,26 @@ export default function LandingPage() {
|
||||
<div id="localizacao" data-section="localizacao">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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."
|
||||
background={{ variant: "plain" }}
|
||||
text="Venha nos visitar em nosso endereço central."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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"},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Reserve sua mesa agora mesmo."
|
||||
buttons={[{ text: "Reservar no WhatsApp", href: "https://wa.me/5500000000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D33dYThXJ1m7LB9Isa6yAYOdxA/uploaded-1777498308991-cmkd90lz.png"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Cardápio", href: "#cardapio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservas", href: "#contact"},
|
||||
{
|
||||
label: "Localização", href: "#localizacao"},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Início", href: "#hero" }, { label: "Cardápio", href: "#cardapio" }] },
|
||||
{ items: [{ label: "Reservas", href: "#contact" }, { label: "Localização", href: "#localizacao" }] },
|
||||
]}
|
||||
logoText="La Formassa"
|
||||
/>
|
||||
@@ -200,4 +146,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user