Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-20 21:30:11 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Início",
id: "hero",
},
{
name: "Sobre",
id: "about",
},
{
name: "Cardápio",
id: "menu",
},
{
name: "Contato",
id: "footer",
},
{ name: "Início", id: "hero" },
{ name: "Sobre", id: "about" },
{ name: "Cardápio", id: "menu" },
{ name: "Contato", id: "footer" },
]}
brandName="TEKIM LANCHES"
/>
@@ -52,39 +40,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="O sabor tradicional que conquistou Piumhi."
description="Lanches de chapa bem recheados, ingredientes selecionados e aquele sabor marcante que faz parte da cidade há anos."
tag="Tradição em cada mordida"
buttons={[
{
text: "Faça seu Pedido Agora",
href: "https://wa.me/5537999665545",
},
]}
buttons={[{ text: "Faça seu Pedido Agora", href: "https://wa.me/5537999665545" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburgers-with-flames_23-2151985468.jpg?_wi=1",
imageAlt: "Lanche tradicional de chapa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg",
imageAlt: "Lanche tradicional de chapa detalhe",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-fire_23-2150902154.jpg",
imageAlt: "Delicious burger with fire",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg",
imageAlt: "Fire meat burger on a wooden hemp",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/burgers-grilling-barbecue_23-2151985476.jpg",
imageAlt: "Burgers grilling on a barbecue",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburgers-with-flames_23-2151985468.jpg", imageAlt: "Lanche tradicional de chapa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg", imageAlt: "Lanche tradicional de chapa detalhe" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -99,7 +62,7 @@ export default function LandingPage() {
title="Tradição de gerações"
description="O Tekim Lanches é tradição em Piumhi. Um lugar conhecido pelo atendimento de qualidade, ambiente acolhedor e lanches de chapa caprichados que conquistam clientes há anos."
subdescription="Cada pedido é preparado com dedicação, ingredientes selecionados e aquele sabor que já virou referência na cidade."
imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg"
icon={Flame}
mediaAnimation="slide-up"
/>
@@ -112,36 +75,11 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "X-Tudo",
price: "Consulte no WhatsApp",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=1",
},
{
id: "p2",
name: "X-Bacon",
price: "Consulte no WhatsApp",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868197.jpg?_wi=1",
},
{
id: "p3",
name: "X-Salada",
price: "Consulte no WhatsApp",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg?_wi=1",
},
{
id: "p4",
name: "X-Egg",
price: "Consulte no WhatsApp",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg",
},
{
id: "p5",
name: "X-Frango",
price: "Consulte no WhatsApp",
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-tomato-onion-beans-walnuts-side-view_141793-2390.jpg",
},
{ id: "p1", name: "X-Tudo", price: "Consulte no WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg" },
{ id: "p2", name: "X-Bacon", price: "Consulte no WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868197.jpg" },
{ id: "p3", name: "X-Salada", price: "Consulte no WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg" },
{ id: "p4", name: "X-Egg", price: "Consulte no WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-veggies-meat_23-2148868238.jpg" },
{ id: "p5", name: "X-Frango", price: "Consulte no WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-tomato-onion-beans-walnuts-side-view_141793-2390.jpg" }
]}
title="Nosso Cardápio"
description="Os favoritos da casa."
@@ -154,27 +92,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "Nº 1",
title: "Sabor",
description: "A lanchonete mais recomendada pelos clientes na região.",
imageSrc: "http://img.b2bpic.net/free-photo/bacon-cheeseburger-with-fresh-ingredients_84443-94425.jpg",
},
{
id: "m2",
value: "100%",
title: "Satisfação",
description: "Satisfação garantida com lanches fartos e caprichados.",
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5354.jpg",
},
{
id: "m3",
value: "Tradição",
title: "História",
description: "O ponto de encontro preferido em Piumhi.",
imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-french-fries-lettuce-tomato-onion-wooden-board_1150-1855.jpg",
},
{ id: "m1", value: "Nº 1", title: "Sabor", description: "A lanchonete mais recomendada pelos clientes na região.", imageSrc: "http://img.b2bpic.net/free-photo/bacon-cheeseburger-with-fresh-ingredients_84443-94425.jpg" },
{ id: "m2", value: "100%", title: "Satisfação", description: "Satisfação garantida com lanches fartos e caprichados.", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-red-onion-tomato-fried-bacon_2829-5354.jpg" },
{ id: "m3", value: "Tradição", title: "História", description: "O ponto de encontro preferido em Piumhi.", imageSrc: "http://img.b2bpic.net/free-photo/home-made-chicken-burger-with-french-fries-lettuce-tomato-onion-wooden-board_1150-1855.jpg" }
]}
title="Sucesso"
description="Por que somos referência."
@@ -188,61 +108,11 @@ export default function LandingPage() {
title="O que dizem os clientes"
description="Veja por que somos a escolha favorita em Piumhi."
testimonials={[
{
id: "t1",
name: "Maria Silva",
date: "10/01/2025",
title: "Incrível!",
quote: "O melhor lanche da cidade, sem dúvida.",
tag: "Cliente fiel",
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-burger-studio_23-2151846500.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburgers-with-flames_23-2151985468.jpg?_wi=2",
imageAlt: "Delicious burger in studio",
},
{
id: "t2",
name: "João Souza",
date: "15/01/2025",
title: "Sabor único",
quote: "Atendimento rápido e lanche sempre quentinho.",
tag: "Vip",
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-bacon_23-2151985485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg?_wi=2",
imageAlt: "Delicious burger in studio",
},
{
id: "t3",
name: "Ana Oliveira",
date: "20/01/2025",
title: "Adoro",
quote: "Melhor x-bacon que já comi.",
tag: "Cliente",
avatarSrc: "http://img.b2bpic.net/free-photo/hamburger-plate-with-flag_23-2148166029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=2",
imageAlt: "Delicious burger in studio",
},
{
id: "t4",
name: "Carlos Lima",
date: "25/01/2025",
title: "Excelente",
quote: "Ambiente nota 10 e lanche farto.",
tag: "Frequente",
avatarSrc: "http://img.b2bpic.net/free-photo/fish-hamburger-with-french-fries_1203-9011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868197.jpg?_wi=2",
imageAlt: "Delicious burger in studio",
},
{
id: "t5",
name: "Beatriz F.",
date: "28/01/2025",
title: "Padrão Tekim",
quote: "Tradição que respeitamos.",
tag: "Local",
avatarSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg?_wi=2",
imageAlt: "Delicious burger in studio",
},
{ id: "t1", name: "Maria Silva", date: "10/01/2025", title: "Incrível!", quote: "O melhor lanche da cidade, sem dúvida.", tag: "Cliente fiel", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-burger-studio_23-2151846500.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburgers-with-flames_23-2151985468.jpg", imageAlt: "Delicious burger in studio" },
{ id: "t2", name: "João Souza", date: "15/01/2025", title: "Sabor único", quote: "Atendimento rápido e lanche sempre quentinho.", tag: "Vip", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-bacon_23-2151985485.jpg", imageSrc: "http://img.b2bpic.net/free-photo/knife-stuck-burger-metal-tray-roof_181624-2170.jpg", imageAlt: "Delicious burger in studio" },
{ id: "t3", name: "Ana Oliveira", date: "20/01/2025", title: "Adoro", quote: "Melhor x-bacon que já comi.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/hamburger-plate-with-flag_23-2148166029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg", imageAlt: "Delicious burger in studio" },
{ id: "t4", name: "Carlos Lima", date: "25/01/2025", title: "Excelente", quote: "Ambiente nota 10 e lanche farto.", tag: "Frequente", avatarSrc: "http://img.b2bpic.net/free-photo/fish-hamburger-with-french-fries_1203-9011.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868197.jpg", imageAlt: "Delicious burger in studio" },
{ id: "t5", name: "Beatriz F.", date: "28/01/2025", title: "Padrão Tekim", quote: "Tradição que respeitamos.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637342.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-mushrooms-pickles_140725-9299.jpg", imageAlt: "Delicious burger in studio" }
]}
/>
</div>
@@ -251,37 +121,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="TEKIM LANCHES"
columns={[
{
title: "Localização",
items: [
{
label: "Rua Getúlio Vargas, 1865",
href: "#",
},
],
},
{
title: "Horário",
items: [
{
label: "Ter-Dom: 17h às 23h",
href: "#",
},
],
},
{
title: "Pedidos",
items: [
{
label: "(37) 3371-4411",
href: "tel:3733714411",
},
{
label: "(37) 99966-5545",
href: "https://wa.me/5537999665545",
},
],
},
{ title: "Localização", items: [{ label: "Rua Getúlio Vargas, 1865", href: "#" }] },
{ title: "Horário", items: [{ label: "Ter-Dom: 17h às 23h", href: "#" }] },
{ title: "Pedidos", items: [{ label: "(37) 3371-4411", href: "tel:3733714411" }, { label: "(37) 99966-5545", href: "https://wa.me/5537999665545" }] }
]}
/>
</div>