diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da24b9..9ce7490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -115,60 +77,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Especial", - name: "Espresso Doble", - price: "$5.500", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg?_wi=1", - }, - { - id: "2", - brand: "Clásico", - name: "Cappuccino Italiano", - price: "$6.800", - rating: 5, - reviewCount: "240", - imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg?_wi=1", - }, - { - id: "3", - brand: "Especial", - name: "Latte Vainilla Premium", - price: "$7.200", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg?_wi=2", - }, - { - id: "4", - brand: "Pastelería", - name: "Croissant de Manteca", - price: "$5.200", - rating: 5, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg?_wi=2", - }, - { - id: "5", - brand: "Especial", - name: "Té Earl Grey en Hebras", - price: "$5.800", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg?_wi=3", - }, - { - id: "6", - brand: "Clásico", - name: "Flat White", - price: "$6.900", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg?_wi=3", - }, + { id: "1", brand: "Especial", name: "Espresso Doble", price: "$5.500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg" }, + { id: "2", brand: "Clásico", name: "Cappuccino Italiano", price: "$6.800", rating: 5, reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg" }, + { id: "3", brand: "Especial", name: "Latte Vainilla Premium", price: "$7.200", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg" }, + { id: "4", brand: "Pastelería", name: "Croissant de Manteca", price: "$5.200", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg" }, + { id: "5", brand: "Especial", name: "Té Earl Grey en Hebras", price: "$5.800", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-coffee-with-latte-art_140725-5204.jpg" }, + { id: "6", brand: "Clásico", name: "Flat White", price: "$6.900", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/three-white-plate-full-coffee-beans-cacao-powder_114579-54896.jpg" }, ]} title="Selección CAMERON" description="Explora nuestra carta de especialidades, elaboradas por maestros baristas." @@ -177,27 +91,16 @@ export default function LandingPage() {
@@ -280,14 +148,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, ]} />