diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b362d..d31f0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,13 +47,9 @@ export default function LandingPage() { description="Los perros calientes más brutales de Tunja 🌭🔥" buttons={[ { - text: "Pedir por WhatsApp", - href: "https://wa.me/573103553703", - }, + text: "Pedir por WhatsApp", href: "https://wa.me/573103553703"}, { - text: "Ver menú", - href: "#menu", - }, + text: "Ver menú", href: "#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/sonoran-hot-dog-traditional-mexican-hot-dog-wooden-table_123827-35769.jpg?_wi=1" /> @@ -84,23 +72,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Dogzilla", - name: "Perro Clásico", - price: "$7.000", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-with-mustard-pickles_23-2148768196.jpg?_wi=1", - }, + id: "p1", brand: "Dogzilla", name: "Perro Clásico", price: "$7.000", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-with-mustard-pickles_23-2148768196.jpg?_wi=1"}, { - id: "p2", - brand: "Dogzilla", - name: "Perro Dogzilla", - price: "$10.500", - rating: 5, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-dog-staying-car-trunk_23-2148699890.jpg?_wi=1", - }, + id: "p2", brand: "Dogzilla", name: "Perro Dogzilla", price: "$10.500", rating: 5, + reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/smiley-dog-staying-car-trunk_23-2148699890.jpg?_wi=1"}, ]} title="Nuestro Menú" description="Elige tu combinación favorita." @@ -109,196 +85,76 @@ export default function LandingPage() {
@@ -307,14 +163,8 @@ export default function LandingPage() {