Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 282ecbf6ec | |||
| 53b6ec2dee | |||
| 6bde940c20 | |||
| ce127cd541 | |||
| a74e9d1e61 | |||
| 0f3be8e775 | |||
| 45cb78450f |
@@ -6,7 +6,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Flame } from "lucide-react";
|
||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Cardápio", id: "menu" },
|
||||
{ name: "Contato", id: "footer" },
|
||||
]}
|
||||
brandName="TEKIM LANCHES"
|
||||
@@ -68,22 +66,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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: "https://img.freepik.com/fotos-premium/delicioso-hamburguer-artesanal-com-queijo-bacon-alface-tomate_958611-372.jpg" },
|
||||
{ id: "p2", name: "X-Bacon", price: "Consulte no WhatsApp", imageSrc: "https://img.freepik.com/fotos-premium/hamburguer-gourmet-com-bacon-crocante-e-queijo-derretido_898952-198.jpg" },
|
||||
{ id: "p3", name: "X-Salada", price: "Consulte no WhatsApp", imageSrc: "https://img.freepik.com/fotos-premium/hamburguer-classico-com-alface-fresca-tomate-e-queijo_958611-375.jpg" }
|
||||
]}
|
||||
title="Nosso Cardápio"
|
||||
description="Nossos hambúrgueres artesanais. Consulte os valores e faça seu pedido direto pelo WhatsApp!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user