Merge version_2 into main #3
@@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -112,21 +112,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Clásica", name: "Margherita", price: "10€", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914033.jpg" },
|
||||
{ id: "2", brand: "Intensa", name: "Pepperoni", price: "12€", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148601636.jpg" },
|
||||
{ id: "3", brand: "Vegetal", name: "Ortolana", price: "11€", rating: 4, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895466.jpg" },
|
||||
{ id: "4", brand: "Quesos", name: "Quattro Formaggi", price: "13€", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg" },
|
||||
{ id: "5", brand: "Gourmet", name: "Prosciutto", price: "14€", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/purple-fig-pie-wooden-platter-with-fruits_114579-28856.jpg" },
|
||||
{ id: "6", brand: "Especial", name: "Salsiccia", price: "12€", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-tomatoes_140725-7001.jpg" },
|
||||
]}
|
||||
title="Nuestro Menú"
|
||||
description="Descubre nuestras pizzas clásicas y creaciones especiales."
|
||||
description="Descubre nuestras pizzas clásicas, pastas frescas, entrantes y deliciosos postres. Todo elaborado con ingredientes de máxima calidad."
|
||||
products={[
|
||||
{ id: "1", name: "Margherita (Pizzas)", price: "10€ - Tomate, mozzarella, albahaca", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914033.jpg" },
|
||||
{ id: "2", name: "Carbonara (Pastas)", price: "12€ - Guanciale, huevo, pecorino", imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148601636.jpg" },
|
||||
{ id: "3", name: "Bruschetta (Entrantes)", price: "7€ - Tomate, ajo, aceite oliva", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895466.jpg" },
|
||||
{ id: "4", name: "Tiramisú (Postres)", price: "6€ - Café, mascarpone", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user