Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-26 19:12:16 +00:00

View File

@@ -32,92 +32,40 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Início",
id: "hero",
},
{
name: "Sobre",
id: "about",
},
{
name: "Cardápio",
id: "menu",
},
{
name: "Contato",
id: "contact",
},
{ name: "Início", id: "hero" },
{ name: "Sobre", id: "about" },
{ name: "Cardápio", id: "menu" },
{ name: "Contato", id: "contact" },
]}
brandName="Júlio Lanches"
button={{
text: "Peça Agora",
href: "#contact",
}}
text: "Peça Agora", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Sabor Artesanal, Experiência de Luxo."
description="O Júlio Lanches eleva o conceito de lanche gourmet com ingredientes selecionados e preparo artesanal. Uma experiência inesquecível para paladares exigentes."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-french-fries-burger-restaurant_169016-21816.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/cute-girl-young-adorable-pretty-girl-white-neat-shirt-with-berry-chocolate-donut_140725-165559.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/man-enjoying-burger-meal_23-2151433502.jpg",
alt: "Cliente 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-french-fries-burger-restaurant_169016-21816.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/cute-girl-young-adorable-pretty-girl-white-neat-shirt-with-berry-chocolate-donut_140725-165559.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/man-enjoying-burger-meal_23-2151433502.jpg", alt: "Cliente 5" },
]}
avatarText="Mais de 10.000 clientes satisfeitos"
buttons={[
{
text: "Conheça o Cardápio",
href: "#menu",
},
{
text: "Peça pelo WhatsApp",
href: "#contact",
},
{ text: "Conheça o Cardápio", href: "#menu" },
{ text: "Peça pelo WhatsApp", href: "#contact" },
]}
marqueeItems={[
{
type: "text",
text: "Ingredientes Selecionados",
},
{
type: "text",
text: "Preparo Artesanal",
},
{
type: "text",
text: "Sabor Incomparável",
},
{
type: "text",
text: "Entrega Rápida",
},
{
type: "text",
text: "Satisfação Garantida",
},
{ type: "text", text: "Ingredientes Selecionados" },
{ type: "text", text: "Preparo Artesanal" },
{ type: "text", text: "Sabor Incomparável" },
{ type: "text", text: "Entrega Rápida" },
{ type: "text", text: "Satisfação Garantida" },
]}
/>
</div>
@@ -127,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Nossa História de Sabor"
description={[
"Tudo começou em uma pequena cozinha, com o desejo de criar o hambúrguer perfeito. Hoje, o Júlio Lanches é sinônimo de excelência gastronômica, respeitando cada ingrediente e celebrando a cultura do lanche bem feito.",
"Priorizamos produtores locais, carnes nobres e molhos feitos em casa. Aqui, cada detalhe é pensado para sua satisfação.",
]}
"Tudo começou em uma pequena cozinha, com o desejo de criar o hambúrguer perfeito. Hoje, o Júlio Lanches é sinônimo de excelência gastronômica, respeitando cada ingrediente e celebrando a cultura do lanche bem feito.", "Priorizamos produtores locais, carnes nobres e molhos feitos em casa. Aqui, cada detalhe é pensado para sua satisfação."]}
/>
</div>
@@ -140,60 +86,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Artesanal",
name: "Júlio Signature Burger",
price: "R$ 45,00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25934.jpg",
},
{
id: "p2",
brand: "Gourmet",
name: "Bacon Lover Premium",
price: "R$ 48,00",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-tray_23-2148678818.jpg",
},
{
id: "p3",
brand: "Clássico",
name: "Chicken Crispy Delight",
price: "R$ 39,00",
rating: 4,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg",
},
{
id: "p4",
brand: "Veggie",
name: "Garden Special Burger",
price: "R$ 42,00",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg",
},
{
id: "p5",
brand: "Especial",
name: "Double Smash Luxury",
price: "R$ 52,00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg",
},
{
id: "p6",
brand: "Hotdog",
name: "Royal Gourmet Dog",
price: "R$ 35,00",
rating: 4,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg",
},
{ id: "p1", brand: "Artesanal", name: "Júlio Signature Burger", price: "R$ 45,00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25934.jpg" },
{ id: "p2", brand: "Gourmet", name: "Bacon Lover Premium", price: "R$ 48,00", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-tray_23-2148678818.jpg" },
{ id: "p3", brand: "Clássico", name: "Chicken Crispy Delight", price: "R$ 39,00", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg" },
{ id: "p4", brand: "Veggie", name: "Garden Special Burger", price: "R$ 42,00", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg" },
{ id: "p5", brand: "Especial", name: "Double Smash Luxury", price: "R$ 52,00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg" },
{ id: "p6", brand: "Hotdog", name: "Royal Gourmet Dog", price: "R$ 35,00", rating: 4, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg" },
]}
title="Seleção do Chef"
description="Explore nossos lanches exclusivos, criados para proporcionar uma explosão de sabor em cada mordida."
@@ -202,33 +100,13 @@ export default function LandingPage() {
<div id="process" data-section="process">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Carne Certificada",
tags: [
"Qualidade",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-sprinkled-black-pepper-raw-fish-slices-cutting-board-vegetables-wood-serving-board-kitchen-table_179666-44300.jpg",
},
{
id: "f2",
title: "Pães de Fermentação Natural",
tags: [
"Artesanal",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hamburger-menu-arrangement_23-2148614040.jpg",
},
{
id: "f3",
title: "Molhos Exclusivos",
tags: [
"Segredo",
],
imageSrc: "http://img.b2bpic.net/free-photo/double-cheeseburger-dark-smoky-background_84443-82421.jpg",
},
{ id: "f1", title: "Carne Certificada", tags: ["Qualidade"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-sprinkled-black-pepper-raw-fish-slices-cutting-board-vegetables-wood-serving-board-kitchen-table_179666-44300.jpg" },
{ id: "f2", title: "Pães de Fermentação Natural", tags: ["Artesanal"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-hamburger-menu-arrangement_23-2148614040.jpg" },
{ id: "f3", title: "Molhos Exclusivos", tags: ["Segredo"], imageSrc: "http://img.b2bpic.net/free-photo/double-cheeseburger-dark-smoky-background_84443-82421.jpg" },
]}
title="Compromisso com a Qualidade"
description="Cada lanche é uma obra de arte, preparada com dedicação e os melhores recursos disponíveis."
@@ -242,26 +120,11 @@ export default function LandingPage() {
rating={5}
author="Mariana Santos"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
alt: "Mariana",
},
{
src: "http://img.b2bpic.net/free-photo/european-pretty-woman-hungry-juicy-burger-summer-cafe_343596-2304.jpg",
alt: "João",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
alt: "Pedro",
},
{
src: "http://img.b2bpic.net/free-photo/vendor-displaying-box-lemons_482257-109956.jpg",
alt: "Ana",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg",
alt: "Luís",
},
{ src: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg", alt: "Mariana" },
{ src: "http://img.b2bpic.net/free-photo/european-pretty-woman-hungry-juicy-burger-summer-cafe_343596-2304.jpg", alt: "João" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", alt: "Pedro" },
{ src: "http://img.b2bpic.net/free-photo/vendor-displaying-box-lemons_482257-109956.jpg", alt: "Ana" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", alt: "Luís" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -274,24 +137,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Star,
title: "Clientes Satisfeitos",
value: "10k+",
},
{
id: "m2",
icon: Award,
title: "Anos de Tradição",
value: "10",
},
{
id: "m3",
icon: Zap,
title: "Lanches Entregues",
value: "500k+",
},
{ id: "m1", icon: Star, title: "Clientes Satisfeitos", value: "10k+" },
{ id: "m2", icon: Award, title: "Anos de Tradição", value: "10" },
{ id: "m3", icon: Zap, title: "Lanches Entregues", value: "500k+" },
]}
title="Nossa Trajetória"
description="Números que refletem o amor e a dedicação que colocamos em cada lanche."
@@ -303,21 +151,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Como realizo meu pedido?",
content: "Pode pedir pelo nosso site ou WhatsApp.",
},
{
id: "q2",
title: "Qual o tempo de entrega?",
content: "Em média 30 a 45 minutos.",
},
{
id: "q3",
title: "Aceitam cartões?",
content: "Aceitamos todas as principais bandeiras.",
},
{ id: "q1", title: "Como realizo meu pedido?", content: "Pode pedir pelo nosso site ou WhatsApp." },
{ id: "q2", title: "Qual o tempo de entrega?", content: "Em média 30 a 45 minutos." },
{ id: "q3", title: "Aceitam cartões?", content: "Aceitamos todas as principais bandeiras." },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg"
title="Perguntas Frequentes"
@@ -330,9 +166,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contato"
title="Faça seu Pedido Agora"
description="Estamos prontos para atender você com o que há de melhor."
@@ -346,14 +180,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Júlio Lanches"
leftLink={{
text: "Política de Privacidade",
href: "#",
}}
rightLink={{
text: "Termos de Serviço",
href: "#",
}}
leftLink={{ text: "Política de Privacidade", href: "#" }}
rightLink={{ text: "Termos de Serviço", href: "#" }}
/>
</div>
</ReactLenis>