Update src/app/page.tsx
This commit is contained in:
203
src/app/page.tsx
203
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Cardápio", id: "menu"},
|
||||
{
|
||||
name: "Galeria",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Galeria", id: "gallery"},
|
||||
]}
|
||||
brandName="Divina Maria"
|
||||
/>
|
||||
@@ -51,63 +45,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Divina Maria Restaurante e Pizzaria"
|
||||
description="Uma experiência autêntica, unindo tradição e sabor na sua mesa. O melhor da culinária italiana esperando por você."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg"
|
||||
imageAlt="elegant italian restaurant dining table setting"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg",
|
||||
alt: "Cheerful redhead woman having fun while having dinner with friends at home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg", alt: "Cheerful redhead woman having fun while having dinner with friends at home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg",
|
||||
alt: "Horizontal cropped view of cheerful black woman with Afro hairstyle eats delicious Italian pizza from boyfriends hands",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg", alt: "Horizontal cropped view of cheerful black woman with Afro hairstyle eats delicious Italian pizza from boyfriends hands"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-interracial-group-three-young-stylish-people-having-easy-lively-conversation_273609-8987.jpg",
|
||||
alt: "Indoor shot of interracial group of three young stylish people having easy and lively conversation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-interracial-group-three-young-stylish-people-having-easy-lively-conversation_273609-8987.jpg", alt: "Indoor shot of interracial group of three young stylish people having easy and lively conversation"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg",
|
||||
alt: "Side view smiley people with pizza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg", alt: "Side view smiley people with pizza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
alt: "Portrait of handsome asian man at a friends reunion",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", alt: "Portrait of handsome asian man at a friends reunion"},
|
||||
]}
|
||||
avatarText="Mais de 5.000 clientes satisfeitos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
type: "text", text: "Ingredientes Frescos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Forno a Lenha",
|
||||
},
|
||||
type: "text", text: "Forno a Lenha"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradição Italiana",
|
||||
},
|
||||
type: "text", text: "Tradição Italiana"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Familiar",
|
||||
},
|
||||
type: "text", text: "Ambiente Familiar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Delivery Expresso",
|
||||
},
|
||||
type: "text", text: "Delivery Expresso"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,9 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nossa História"
|
||||
description={[
|
||||
"Dedicados à excelência, selecionamos os melhores ingredientes para criar pratos que contam histórias. Do clássico ao contemporâneo, nosso compromisso é servir momentos inesquecíveis.",
|
||||
"Ambiente acolhedor e familiar para que você sinta o verdadeiro sabor da tradição em cada detalhe.",
|
||||
]}
|
||||
"Dedicados à excelência, selecionamos os melhores ingredientes para criar pratos que contam histórias. Do clássico ao contemporâneo, nosso compromisso é servir momentos inesquecíveis.", "Ambiente acolhedor e familiar para que você sinta o verdadeiro sabor da tradição em cada detalhe."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ao Alho",
|
||||
price: "R$ 65,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg",
|
||||
},
|
||||
id: "p1", name: "Ao Alho", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Café Paris",
|
||||
price: "R$ 72,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202547.jpg",
|
||||
},
|
||||
id: "p2", name: "Café Paris", price: "R$ 72,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202547.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "À Gaúcha",
|
||||
price: "R$ 68,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3354.jpg",
|
||||
},
|
||||
id: "p3", name: "À Gaúcha", price: "R$ 68,00", imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3354.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "À Argentina",
|
||||
price: "R$ 75,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg",
|
||||
},
|
||||
id: "p4", name: "À Argentina", price: "R$ 75,00", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "À Rodeio",
|
||||
price: "R$ 69,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cake-with-cacao-powder-top-served-with-tea_140725-8829.jpg",
|
||||
},
|
||||
id: "p5", name: "À Rodeio", price: "R$ 69,00", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cake-with-cacao-powder-top-served-with-tea_140725-8829.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "À Mineira",
|
||||
price: "R$ 78,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg",
|
||||
},
|
||||
id: "p6", name: "À Mineira", price: "R$ 78,00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg"},
|
||||
]}
|
||||
title="Cardápio Selecionado"
|
||||
description="Pratos preparados com maestria para agradar os paladares mais exigentes."
|
||||
@@ -174,52 +119,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "b1",
|
||||
name: "Delivery Rápido",
|
||||
price: "Consulte",
|
||||
features: [
|
||||
"Embalagens térmicas",
|
||||
"Entrega monitorada",
|
||||
"Talheres inclusos",
|
||||
],
|
||||
id: "b1", name: "Delivery Rápido", price: "Consulte", features: [
|
||||
"Embalagens térmicas", "Entrega monitorada", "Talheres inclusos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Pedir Agora",
|
||||
},
|
||||
text: "Pedir Agora"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
name: "Retirada",
|
||||
price: "Sem taxa",
|
||||
features: [
|
||||
"Pronto no balcão",
|
||||
"Embalagem premium",
|
||||
"Retirada imediata",
|
||||
],
|
||||
id: "b2", name: "Retirada", price: "Sem taxa", features: [
|
||||
"Pronto no balcão", "Embalagem premium", "Retirada imediata"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Agendar",
|
||||
},
|
||||
text: "Agendar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
name: "Reservas",
|
||||
price: "Mesas",
|
||||
features: [
|
||||
"Reserva confirmada",
|
||||
"Ambiente decorado",
|
||||
"Atendimento VIP",
|
||||
],
|
||||
id: "b3", name: "Reservas", price: "Mesas", features: [
|
||||
"Reserva confirmada", "Ambiente decorado", "Atendimento VIP"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Reservar",
|
||||
},
|
||||
text: "Reservar"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -236,25 +161,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
title: "Anos",
|
||||
description: "De pura tradição",
|
||||
icon: Award,
|
||||
id: "m1", value: "10+", title: "Anos", description: "De pura tradição", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Pratos",
|
||||
description: "Servidos por mês",
|
||||
icon: Star,
|
||||
id: "m2", value: "5k+", title: "Pratos", description: "Servidos por mês", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Clientes",
|
||||
description: "Satisfeitos",
|
||||
icon: ThumbsUp,
|
||||
id: "m3", value: "99%", title: "Clientes", description: "Satisfeitos", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
title="Nossos Números"
|
||||
@@ -269,40 +182,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria Silva",
|
||||
handle: "@mariasilva",
|
||||
testimonial: "A pizza mais autêntica que já experimentei. Atendimento impecável!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg",
|
||||
},
|
||||
id: "t1", name: "Maria Silva", handle: "@mariasilva", testimonial: "A pizza mais autêntica que já experimentei. Atendimento impecável!", imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "João Santos",
|
||||
handle: "@joaosantos",
|
||||
testimonial: "Ambiente maravilhoso e pratos extremamente bem servidos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
|
||||
},
|
||||
id: "t2", name: "João Santos", handle: "@joaosantos", testimonial: "Ambiente maravilhoso e pratos extremamente bem servidos.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ana Oliveira",
|
||||
handle: "@anaoliveira",
|
||||
testimonial: "Pedido chegou rápido e muito quente. Qualidade excelente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-her-male-colleagues-eating-pizza-drinking-beer-break-office_637285-2692.jpg",
|
||||
},
|
||||
id: "t3", name: "Ana Oliveira", handle: "@anaoliveira", testimonial: "Pedido chegou rápido e muito quente. Qualidade excelente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-her-male-colleagues-eating-pizza-drinking-beer-break-office_637285-2692.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ricardo Dias",
|
||||
handle: "@ricardodias",
|
||||
testimonial: "O prato à Mineira é simplesmente divino. Recomendo sempre.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
||||
},
|
||||
id: "t4", name: "Ricardo Dias", handle: "@ricardodias", testimonial: "O prato à Mineira é simplesmente divino. Recomendo sempre.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fernanda Lima",
|
||||
handle: "@fernandalima",
|
||||
testimonial: "Melhor custo-benefício da região, ambiente familiar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
},
|
||||
id: "t5", name: "Fernanda Lima", handle: "@fernandalima", testimonial: "Melhor custo-benefício da região, ambiente familiar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg"},
|
||||
]}
|
||||
title="O Que Dizem Nossos Clientes"
|
||||
description="Confira as experiências de quem já provou nosso tempero."
|
||||
@@ -313,20 +201,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contato"
|
||||
title="Fale Conosco"
|
||||
description="Entre em contato conosco para reservas ou pedidos via delivery através do nosso WhatsApp ou redes sociais."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
text: "WhatsApp", href: "#"},
|
||||
{
|
||||
text: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
text: "Instagram", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user