Merge version_1 into main #2
155
src/app/page.tsx
155
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Cardápio", id: "menu"},
|
||||
{
|
||||
name: "Reservar",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reservar", id: "contact"},
|
||||
]}
|
||||
brandName="Grano Restaurante"
|
||||
/>
|
||||
@@ -54,21 +46,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Onde sabor, tradição e conforto se encontram"
|
||||
description="Pizzas de fermentação natural, pratos especiais e uma experiência que conquista seu paladar em cada detalhe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg"
|
||||
imageAlt="Pizza artesanal de fermentação natural"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,14 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Mais do que um restaurante, um lugar para viver bons momentos",
|
||||
},
|
||||
type: "text", content: "Mais do que um restaurante, um lugar para viver bons momentos"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg",
|
||||
alt: "Sobre o Grano Restaurante",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", alt: "Sobre o Grano Restaurante"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,48 +79,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fermentação Natural",
|
||||
description: "Massa leve e digestiva feita com tempo e paciência.",
|
||||
items: [
|
||||
id: "f1", title: "Fermentação Natural", description: "Massa leve e digestiva feita com tempo e paciência.", items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Ingredientes selecionados",
|
||||
},
|
||||
text: "Ingredientes selecionados"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Tempo longo de maturação",
|
||||
},
|
||||
text: "Tempo longo de maturação"},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=1",
|
||||
imageAlt: "Pizza",
|
||||
},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg?_wi=2",
|
||||
imageAlt: "close up pizza artesanal fermentação natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg", imageAlt: "Pizza"},
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ambiente Acolhedor",
|
||||
description: "Um refúgio elegante para curtir com quem você ama.",
|
||||
items: [
|
||||
id: "f2", title: "Ambiente Acolhedor", description: "Um refúgio elegante para curtir com quem você ama.", items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Design sofisticado",
|
||||
},
|
||||
text: "Design sofisticado"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Atendimento atencioso",
|
||||
},
|
||||
text: "Atendimento atencioso"},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg?_wi=1",
|
||||
imageAlt: "Ambiente",
|
||||
},
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg?_wi=2",
|
||||
imageAlt: "restaurante aconchegante iluminação quente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", imageAlt: "Ambiente"},
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
title="Nossos Diferenciais"
|
||||
@@ -154,26 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita Gourmet",
|
||||
price: "R$ 65,00",
|
||||
variant: "Fermentação Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Margherita Gourmet", price: "R$ 65,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Quattro Formaggi",
|
||||
price: "R$ 72,00",
|
||||
variant: "Fermentação Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Quattro Formaggi", price: "R$ 72,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Prosciutto Crudo",
|
||||
price: "R$ 78,00",
|
||||
variant: "Especial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Prosciutto Crudo", price: "R$ 78,00", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"},
|
||||
]}
|
||||
title="Cardápio Artesanal"
|
||||
description="Sabores selecionados especialmente para você."
|
||||
@@ -188,25 +137,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236904.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236904.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-serving-friends-food-table-holding-drink_23-2149187052.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-serving-friends-food-table-holding-drink_23-2149187052.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648922.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648922.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-delivery-man-with-pizza_23-2148247958.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-delivery-man-with-pizza_23-2148247958.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236904.jpg",
|
||||
alt: "Ana Silva",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236904.jpg", alt: "Ana Silva"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -220,25 +159,17 @@ export default function LandingPage() {
|
||||
description="Estamos prontos para te receber com o melhor do nosso forno."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Seu Nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Seu Nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu E-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Seu E-mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Quantas pessoas e qual o horário?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Quantas pessoas e qual o horário?", rows: 4,
|
||||
}}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg"
|
||||
imageAlt="Ambiente aconchegante"
|
||||
/>
|
||||
</div>
|
||||
@@ -247,29 +178,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Endereço",
|
||||
items: [
|
||||
title: "Endereço", items: [
|
||||
{
|
||||
label: "Av. dos Sabores, 123",
|
||||
href: "#",
|
||||
},
|
||||
label: "Av. dos Sabores, 123", href: "#"},
|
||||
{
|
||||
label: "WhatsApp: (11) 99999-9999",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp: (11) 99999-9999", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes",
|
||||
items: [
|
||||
title: "Redes", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "iFood",
|
||||
href: "#",
|
||||
},
|
||||
label: "iFood", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user