Merge version_2 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Margherita"
|
||||
/>
|
||||
@@ -54,72 +46,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Uma experiência italiana em cada fatia"
|
||||
description="Descubra o verdadeiro sabor da tradição em nossa trattoria. Ingredientes importados, massa artesanal e o ambiente perfeito para momentos especiais."
|
||||
tag="⭐ 4.7 (3.600+ avaliações)"
|
||||
buttons={[
|
||||
{
|
||||
text: "Fazer Pedido",
|
||||
href: "https://wa.me/5544999999999",
|
||||
},
|
||||
text: "Fazer Pedido", href: "https://wa.me/5544999999999"},
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=1"
|
||||
imageAlt="Pizza artesanal premium"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
alt: "Cliente satisfeito",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Cliente satisfeito"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
alt: "Cliente satisfeito",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", alt: "Cliente satisfeito"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-610.jpg",
|
||||
alt: "Cliente satisfeito",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-610.jpg", alt: "Cliente satisfeito"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-720.jpg",
|
||||
alt: "Cliente satisfeito",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-720.jpg", alt: "Cliente satisfeito"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022665.jpg",
|
||||
alt: "Cliente satisfeito",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022665.jpg", alt: "Cliente satisfeito"},
|
||||
]}
|
||||
avatarText="Junte-se a milhares de clientes satisfeitos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Massa Artesanal",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Massa Artesanal", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ingredientes Premium",
|
||||
icon: Wheat,
|
||||
type: "text-icon", text: "Ingredientes Premium", icon: Wheat,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ambiente Familiar",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Ambiente Familiar", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delivery Ágil",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Delivery Ágil", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Vinhos Selecionados",
|
||||
icon: Wine,
|
||||
type: "text-icon", text: "Vinhos Selecionados", icon: Wine,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -132,24 +99,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Massa Leve",
|
||||
value: "Artesanal",
|
||||
},
|
||||
label: "Massa Leve", value: "Artesanal"},
|
||||
{
|
||||
icon: Wheat,
|
||||
label: "Farinha",
|
||||
value: "Importada",
|
||||
},
|
||||
label: "Farinha", value: "Importada"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Ambiente",
|
||||
value: "Aconchegante",
|
||||
},
|
||||
label: "Ambiente", value: "Aconchegante"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Atendimento",
|
||||
value: "Diferenciado",
|
||||
},
|
||||
label: "Atendimento", value: "Diferenciado"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,19 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Chefes especialistas",
|
||||
"Sommelier de vinhos",
|
||||
"Eventos privativos",
|
||||
"Pet friendly",
|
||||
],
|
||||
"Chefes especialistas", "Sommelier de vinhos", "Eventos privativos", "Pet friendly"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Rodízio completo premium",
|
||||
"Menu à la carte exclusivo",
|
||||
"Delivery rápido e seguro",
|
||||
"Reservas via WhatsApp",
|
||||
],
|
||||
"Rodízio completo premium", "Menu à la carte exclusivo", "Delivery rápido e seguro", "Reservas via WhatsApp"],
|
||||
}}
|
||||
title="Nossos Serviços"
|
||||
description="Atendimento de excelência em todas as modalidades."
|
||||
@@ -189,49 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pizza Marguerita",
|
||||
price: "R$ 65,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Pizza Marguerita", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pizza Pepperoni",
|
||||
price: "R$ 72,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Pizza Pepperoni", price: "R$ 72,00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pizza Doce Gourmet",
|
||||
price: "R$ 58,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Pizza Doce Gourmet", price: "R$ 58,00", imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lasanha Bolonhesa",
|
||||
price: "R$ 68,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", name: "Lasanha Bolonhesa", price: "R$ 68,00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=1"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Drink Signature",
|
||||
price: "R$ 32,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-woman-with-glass-cocktail-garnished-with-burning-clothespin_140725-5267.jpg",
|
||||
},
|
||||
id: "p5", name: "Drink Signature", price: "R$ 32,00", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-woman-with-glass-cocktail-garnished-with-burning-clothespin_140725-5267.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vinho Tinto Importado",
|
||||
price: "R$ 120,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-wine-with-grape-crate-with-sackcloth-black-stone-horizontal_176474-4140.jpg",
|
||||
},
|
||||
id: "p6", name: "Vinho Tinto Importado", price: "R$ 120,00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-wine-with-grape-crate-with-sackcloth-black-stone-horizontal_176474-4140.jpg"},
|
||||
]}
|
||||
title="Destaques do Cardápio"
|
||||
description="Sabores que encantam paladares exigentes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio Completo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Cardápio Completo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,60 +167,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
date: "12/03/2024",
|
||||
title: "Cliente Premium",
|
||||
quote: "Garçons simpáticos e atenciosos, a massa é sensacional!",
|
||||
tag: "Excelente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=2",
|
||||
imageAlt: "pizza gourmet italiana premium",
|
||||
},
|
||||
id: "1", name: "Ana Silva", date: "12/03/2024", title: "Cliente Premium", quote: "Garçons simpáticos e atenciosos, a massa é sensacional!", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=2", imageAlt: "pizza gourmet italiana premium"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
date: "15/03/2024",
|
||||
title: "Confraternização",
|
||||
quote: "Melhor experiência em grupo que já tivemos na cidade.",
|
||||
tag: "Top",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=2",
|
||||
imageAlt: "pizza marguerita artesanal",
|
||||
},
|
||||
id: "2", name: "Carlos Souza", date: "15/03/2024", title: "Confraternização", quote: "Melhor experiência em grupo que já tivemos na cidade.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=2", imageAlt: "pizza marguerita artesanal"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beatriz Lima",
|
||||
date: "20/03/2024",
|
||||
title: "Jantar Especial",
|
||||
quote: "Ambiente agradável e pratos excepcionais. Voltaremos!",
|
||||
tag: "Perfeito",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-610.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=2",
|
||||
imageAlt: "pizza pepperoni artesanal",
|
||||
},
|
||||
id: "3", name: "Beatriz Lima", date: "20/03/2024", title: "Jantar Especial", quote: "Ambiente agradável e pratos excepcionais. Voltaremos!", tag: "Perfeito", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=2", imageAlt: "pizza pepperoni artesanal"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Roberto Costa",
|
||||
date: "22/03/2024",
|
||||
title: "Frequente",
|
||||
quote: "Tudo muito autêntico. A farinha importada faz a diferença.",
|
||||
tag: "Nota 10",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=2",
|
||||
imageAlt: "pizza doce gourmet chocolate",
|
||||
},
|
||||
id: "4", name: "Roberto Costa", date: "22/03/2024", title: "Frequente", quote: "Tudo muito autêntico. A farinha importada faz a diferença.", tag: "Nota 10", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-720.jpg", imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=2", imageAlt: "pizza doce gourmet chocolate"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fernanda Dias",
|
||||
date: "25/03/2024",
|
||||
title: "Delivery",
|
||||
quote: "Chegou rápido, quente e com o sabor de restaurante!",
|
||||
tag: "Recomendo",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022665.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=2",
|
||||
imageAlt: "lasanha bolonhesa clássica",
|
||||
},
|
||||
id: "5", name: "Fernanda Dias", date: "25/03/2024", title: "Delivery", quote: "Chegou rápido, quente e com o sabor de restaurante!", tag: "Recomendo", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022665.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=2", imageAlt: "lasanha bolonhesa clássica"},
|
||||
]}
|
||||
title="O que dizem sobre nós"
|
||||
description="Depoimentos de quem vive a experiência Margherita."
|
||||
@@ -303,21 +183,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div className="relative w-full h-[400px] overflow-hidden">
|
||||
<a
|
||||
href="https://www.google.com/maps/search/?api=1&query=Av.+Duque+de+Caxias,+1289+Maringá+PR"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="block w-full h-full"
|
||||
>
|
||||
<img
|
||||
src="https://maps.googleapis.com/maps/api/staticmap?center=Av.+Duque+de+Caxias,+1289+Maringá+PR&zoom=15&size=800x400&markers=color:red%7CAv.+Duque+de+Caxias,+1289+Maringá+PR&key=YOUR_API_KEY_HERE"
|
||||
alt="Localização no Google Maps"
|
||||
className="w-full h-full object-cover"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Av. Duque de Caxias, 1289 – Maringá/PR. Terça a Domingo: 17:30 – 00:30. Reserve sua mesa ou peça agora!"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5544999999999",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/5544999999999"},
|
||||
{
|
||||
text: "Pedido Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Pedido Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,37 +216,23 @@ export default function LandingPage() {
|
||||
logoText="Margherita"
|
||||
columns={[
|
||||
{
|
||||
title: "Siga-nos",
|
||||
items: [
|
||||
title: "Siga-nos", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "TripAdvisor",
|
||||
href: "#",
|
||||
},
|
||||
label: "TripAdvisor", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Cardápio", href: "#menu"},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "https://wa.me/5544999999999",
|
||||
},
|
||||
label: "Reservas", href: "https://wa.me/5544999999999"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -366,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user