diff --git a/src/app/page.tsx b/src/app/page.tsx index cdac6d5..35173b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; @@ -31,22 +30,10 @@ export default function LandingPage() { - -
-
@@ -186,221 +53,49 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + title="Nuestro Menú" + description="Explora nuestra variedad de platos auténticos." products={[ - { - id: "1", - name: "Mofongo con camarones", - price: "$18", - variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg", - }, - { - id: "2", - name: "Pollo asado", - price: "$12", - variant: "Clásico", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-concept-with-copy-space_23-2148686229.jpg", - }, - { - id: "3", - name: "Pernil", - price: "$14", - variant: "Legendario", - imageSrc: "http://img.b2bpic.net/free-photo/baked-ham-red-caviar-served-old-wooden-table_2829-18284.jpg", - }, - { - id: "4", - name: "Chicharrón", - price: "$15", - variant: "Crujiente", - imageSrc: "http://img.b2bpic.net/free-photo/glazed-pork-belly-bites-with-sesame-seeds_84443-82623.jpg", - }, - { - id: "5", - name: "Rabo guisado", - price: "$16", - variant: "Tradición", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-goulash-olive-oil_23-2149388121.jpg", - }, - { - id: "6", - name: "Tres golpes", - price: "$11", - variant: "Desayuno", - imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast_74190-664.jpg", - }, + { id: "1", name: "Sandwiches", price: "Variado", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-sandwich-with-lettuce-tomato_23-2148443906.jpg" }, + { id: "2", name: "Breakfast (Tres Golpes)", price: "$11", variant: "Clásico", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast_74190-664.jpg" }, + { id: "3", name: "Appetizers", price: "Variado", variant: "Entrantes", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-snacks_23-2148783451.jpg" }, + { id: "4", name: "Soups & Salads", price: "Variado", variant: "Saludable", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-fresh-herbs_23-2148783451.jpg" }, + { id: "5", name: "Mofongo", price: "$18", variant: "Favorito", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg" }, + { id: "6", name: "Fried Meats & Seafood", price: "Variado", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables_1140-584.jpg" }, + { id: "7", name: "Kids Meal", price: "$9", variant: "Niños", imageSrc: "http://img.b2bpic.net/free-photo/tasty-kids-meal_23-2148783451.jpg" }, + { id: "8", name: "Drinks (Lemonade, Morir Sonando)", price: "$4", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-smoothie-glass_23-2148783451.jpg" }, + { id: "9", name: "Desserts", price: "$6", variant: "Dulces", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice_23-2148783451.jpg" } ]} - title="Menú Destacado" - description="Lo mejor de nuestra cocina, recién preparado para ti." + /> + + +
+
-
- -
- -
- -
-
-
- -
-
@@ -408,54 +103,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file