Update src/app/page.tsx
This commit is contained in:
@@ -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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
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,21 +66,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
title="Nosso Cardápio"
|
||||
description="Uma seleção ilustrada dos nossos melhores sabores."
|
||||
features={[
|
||||
{ id: "f1", title: "X-Tudo", tags: ["Completo"], imageSrc: "https://img.freepik.com/fotos-premium/delicioso-hamburguer-artesanal-com-queijo-bacon-alface-tomate_958611-372.jpg", imageAlt: "X-Tudo" },
|
||||
{ id: "f2", title: "X-Bacon", tags: ["Premium"], imageSrc: "https://img.freepik.com/fotos-premium/hamburguer-gourmet-com-bacon-crocante-e-queijo-derretido_898952-198.jpg", imageAlt: "X-Bacon" },
|
||||
{ id: "f3", title: "X-Salada", tags: ["Clássico"], imageSrc: "https://img.freepik.com/fotos-premium/hamburguer-classico-com-alface-fresca-tomate-e-queijo_958611-375.jpg", imageAlt: "X-Salada" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user