10 Commits

Author SHA1 Message Date
53b6ec2dee Update src/app/page.tsx 2026-05-20 21:40:43 +00:00
6bde940c20 Merge version_3 into main
Merge version_3 into main
2026-05-20 21:38:51 +00:00
ce127cd541 Update src/app/page.tsx 2026-05-20 21:38:44 +00:00
a74e9d1e61 Merge version_3 into main
Merge version_3 into main
2026-05-20 21:38:20 +00:00
0f3be8e775 Update src/app/page.tsx 2026-05-20 21:38:13 +00:00
45cb78450f Merge version_2 into main
Merge version_2 into main
2026-05-20 21:36:41 +00:00
1e70177751 Update src/app/page.tsx 2026-05-20 21:36:38 +00:00
4188b8a802 Merge version_1 into main
Merge version_1 into main
2026-05-20 21:30:35 +00:00
67d9ebfe2e Merge version_1 into main
Merge version_1 into main
2026-05-20 21:30:11 +00:00
ea242b79d7 Merge version_1 into main
Merge version_1 into main
2026-05-20 21:29:45 +00:00

View File

@@ -6,7 +6,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Flame } from "lucide-react"; import { Flame } from "lucide-react";
@@ -31,7 +30,6 @@ export default function LandingPage() {
navItems={[ 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: "Contato", id: "footer" }, { name: "Contato", id: "footer" },
]} ]}
brandName="TEKIM LANCHES" brandName="TEKIM LANCHES"
@@ -68,24 +66,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="scale-rotate"
textboxLayout="split"
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" }
]}
title="Nosso Cardápio"
description="Os favoritos da casa."
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardEleven <MetricCardEleven
animationType="slide-up" animationType="slide-up"
@@ -109,10 +89,7 @@ export default function LandingPage() {
description="Veja por que somos a escolha favorita em Piumhi." description="Veja por que somos a escolha favorita em Piumhi."
testimonials={[ 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: "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: "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" }
]} ]}
/> />
</div> </div>