diff --git a/src/app/page.tsx b/src/app/page.tsx
index f841005..9223d2d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,127 +29,45 @@ export default function LandingPage() {
@@ -161,27 +79,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Distinto a lo normal",
- description: "Creamos combinaciones únicas que convierten cada visita en algo diferente.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fresh-fruits-honey-light_140725-120794.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg",
- buttonText: "Ver más",
- },
- {
- title: "Bonito y relajante",
- description: "Un espacio acogedor diseñado para desayunar, compartir y desconectarte por completo.",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6716.jpg",
- buttonText: "Ver más",
- },
- {
- title: "Perfecto para compartir",
- description: "La mejor excusa para reunirte con amigos y familia en un ambiente excepcional.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081469.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-together-while-digital-detoxing_23-2149017748.jpg",
- buttonText: "Ver más",
- },
+ { title: "Distinto a lo normal", description: "Creamos combinaciones únicas que convierten cada visita en algo diferente.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fresh-fruits-honey-light_140725-120794.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg", buttonText: "Ver más" },
+ { title: "Bonito y relajante", description: "Un espacio acogedor diseñado para desayunar, compartir y desconectarte por completo.", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6716.jpg", buttonText: "Ver más" },
+ { title: "Perfecto para compartir", description: "La mejor excusa para reunirte con amigos y familia en un ambiente excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081469.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-together-while-digital-detoxing_23-2149017748.jpg", buttonText: "Ver más" }
]}
title="¿Por qué todos hablan de PANQUEWAFLES?"
description="Combinaciones únicas, momentos inolvidables y sabores que te sacan de la rutina diaria."
@@ -195,42 +95,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Waffle Lotus Supreme",
- price: "Q45",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-orange-lemon-cloth-with-teapot-cup-tea-black-background_141793-130560.jpg",
- },
- {
- id: "p2",
- name: "Pancakes Red Velvet",
- price: "Q40",
- imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-64590.jpg",
- },
- {
- id: "p3",
- name: "Pancakes Caramel Crunch",
- price: "Q42",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-honey-bowl_23-2148371890.jpg",
- },
- {
- id: "p4",
- name: "Pancakes Tropicales",
- price: "Q38",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-olives-fruits-dark_140725-121111.jpg",
- },
- {
- id: "p5",
- name: "Frappé Signature",
- price: "Q35",
- imageSrc: "http://img.b2bpic.net/free-photo/cold-caramel-latte-with-cream_140725-7499.jpg",
- },
- {
- id: "p6",
- name: "Chocolate Caliente Premium",
- price: "Q30",
- imageSrc: "http://img.b2bpic.net/free-photo/cocktail-served-crystal-glass_140725-7810.jpg",
- },
+ { id: "p1", name: "Waffle Lotus Supreme", price: "Q45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-kumquat-slices-plate-orange-lemon-cloth-with-teapot-cup-tea-black-background_141793-130560.jpg" },
+ { id: "p2", name: "Pancakes Red Velvet", price: "Q40", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-64590.jpg" },
+ { id: "p3", name: "Pancakes Caramel Crunch", price: "Q42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-honey-bowl_23-2148371890.jpg" },
+ { id: "p4", name: "Pancakes Tropicales", price: "Q38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-olives-fruits-dark_140725-121111.jpg" },
+ { id: "p5", name: "Frappé Signature", price: "Q35", imageSrc: "http://img.b2bpic.net/free-photo/cold-caramel-latte-with-cream_140725-7499.jpg" },
+ { id: "p6", name: "Chocolate Caliente Premium", price: "Q30", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-served-crystal-glass_140725-7810.jpg" }
]}
title="Nuestro Menú Destacado"
description="Explora nuestra selección de waffles, pancakes gourmet y bebidas exclusivas."
@@ -241,9 +111,7 @@ export default function LandingPage() {
@@ -254,54 +122,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
testimonials={[
- {
- id: "g1",
- name: "Experiencia",
- role: "Visual",
- company: "Lifestyle",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-arrangement_23-2149143321.jpg",
- },
- {
- id: "g2",
- name: "Interior",
- role: "Diseño",
- company: "Vibe",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-1716.jpg",
- },
- {
- id: "g3",
- name: "Compañía",
- role: "Social",
- company: "Momentos",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg",
- },
- {
- id: "g4",
- name: "Coffee",
- role: "Bebida",
- company: "Gourmet",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762351.jpg",
- },
- {
- id: "g5",
- name: "Food",
- role: "Platillo",
- company: "Waffles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pancakes-anime-style_23-2151230589.jpg",
- },
- {
- id: "g6",
- name: "Dessert",
- role: "Plato",
- company: "Gourmet",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043041.jpg",
- },
+ { id: "g1", name: "Experiencia", role: "Visual", company: "Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-arrangement_23-2149143321.jpg" },
+ { id: "g2", name: "Interior", role: "Diseño", company: "Vibe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-1716.jpg" },
+ { id: "g3", name: "Compañía", role: "Social", company: "Momentos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg" },
+ { id: "g4", name: "Coffee", role: "Bebida", company: "Gourmet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762351.jpg" },
+ { id: "g5", name: "Food", role: "Platillo", company: "Waffles", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pancakes-anime-style_23-2151230589.jpg" },
+ { id: "g6", name: "Dessert", role: "Plato", company: "Gourmet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-food_23-2149043041.jpg" }
]}
title="Momentos PanqueWafles"
description="Un vistazo a nuestra esencia en cada bocado y cada esquina de nuestro espacio."
@@ -310,50 +136,16 @@ export default function LandingPage() {
@@ -393,48 +170,14 @@ export default function LandingPage() {