diff --git a/src/app/page.tsx b/src/app/page.tsx
index 54cf58f..9d9b330 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -51,42 +42,17 @@ export default function LandingPage() {
@@ -96,21 +62,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Nuestra Esencia"
metrics={[
- {
- icon: Award,
- label: "Años de Tradición",
- value: "10+",
- },
- {
- icon: Coffee,
- label: "Desayunos diarios",
- value: "200+",
- },
- {
- icon: Cake,
- label: "Tortas creadas",
- value: "1000+",
- },
+ { icon: Award, label: "Años de Tradición", value: "10+" },
+ { icon: Coffee, label: "Desayunos diarios", value: "200+" },
+ { icon: Cake, label: "Tortas creadas", value: "1000+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -121,20 +75,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Ingredientes procesados",
- "Producción masiva",
- "Conservantes artificiales",
- ],
- }}
- positiveCard={{
- items: [
- "Materia prima noble",
- "Hecho en el día",
- "Recetas tradicionales",
- ],
- }}
+ negativeCard={{ items: ["Ingredientes procesados", "Producción masiva", "Conservantes artificiales"] }}
+ positiveCard={{ items: ["Materia prima noble", "Hecho en el día", "Recetas tradicionales"] }}
title="Calidad vs. Industrial"
description="Por qué elegir Mascabo frente a opciones industriales."
/>
@@ -147,42 +89,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Torta Especial",
- price: "$12.000",
- imageSrc: "http://img.b2bpic.net/free-photo/various-sweet-cakes-wooden-board-with-burlap-high-quality-photo_114579-68033.jpg",
- },
- {
- id: "p2",
- name: "Pan Artesanal",
- price: "$4.500",
- imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-fresh-bread-hands_169016-6371.jpg",
- },
- {
- id: "p3",
- name: "Box Meriendas",
- price: "$8.000",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cupcake-appetizing-chocolate-cupcake-tree-branches_140725-123076.jpg",
- },
- {
- id: "p4",
- name: "Cupcake Artesanal",
- price: "$2.500",
- imageSrc: "http://img.b2bpic.net/free-photo/female-squeezing-chocolate-cream-cake_23-2148395189.jpg",
- },
- {
- id: "p5",
- name: "Tarta Frutal",
- price: "$7.000",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11729.jpg",
- },
- {
- id: "p6",
- name: "Cookies Premium",
- price: "$3.000",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-cookies-with-confitures-dark-surface_140725-75011.jpg",
- },
+ { id: "p1", name: "Torta Especial", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/various-sweet-cakes-wooden-board-with-burlap-high-quality-photo_114579-68033.jpg" },
+ { id: "p2", name: "Pan Artesanal", price: "$4.500", imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-fresh-bread-hands_169016-6371.jpg" },
+ { id: "p3", name: "Box Meriendas", price: "$8.000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cupcake-appetizing-chocolate-cupcake-tree-branches_140725-123076.jpg" },
+ { id: "p4", name: "Cupcake Artesanal", price: "$2.500", imageSrc: "http://img.b2bpic.net/free-photo/female-squeezing-chocolate-cream-cake_23-2148395189.jpg" },
+ { id: "p5", name: "Tarta Frutal", price: "$7.000", imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11729.jpg" },
+ { id: "p6", name: "Cookies Premium", price: "$3.000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-cookies-with-confitures-dark-surface_140725-75011.jpg" },
]}
title="Nuestras Creaciones"
description="Seleccionados para disfrutar en cada momento del día."
@@ -195,57 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- badge: "Popular",
- price: "$15.000",
- subtitle: "Desayuno Individual",
- features: [
- "Selección de pastelería",
- "Café premium",
- "Personalizado",
- ],
- buttons: [
- {
- text: "Reservar",
- href: "#contact",
- },
- ],
- },
- {
- id: "pro",
- badge: "Eventos",
- price: "$45.000",
- subtitle: "Mesa Dulce Básica",
- features: [
- "Hasta 15 personas",
- "Variedad de tartas",
- "Entrega incluida",
- ],
- buttons: [
- {
- text: "Consultar",
- href: "#contact",
- },
- ],
- },
- {
- id: "custom",
- badge: "Premium",
- price: "$80.000",
- subtitle: "Mesa Dulce Full",
- features: [
- "Hasta 30 personas",
- "Personalización total",
- "Diseño temático",
- ],
- buttons: [
- {
- text: "Consultar",
- href: "#contact",
- },
- ],
- },
+ { id: "basic", badge: "Popular", price: "$15.000", subtitle: "Desayuno Individual", features: ["Selección de pastelería", "Café premium", "Personalizado"], buttons: [{ text: "Reservar", href: "#contact" }] },
+ { id: "pro", badge: "Eventos", price: "$45.000", subtitle: "Mesa Dulce Básica", features: ["Hasta 15 personas", "Variedad de tartas", "Entrega incluida"], buttons: [{ text: "Consultar", href: "#contact" }] },
+ { id: "custom", badge: "Premium", price: "$80.000", subtitle: "Mesa Dulce Full", features: ["Hasta 30 personas", "Personalización total", "Diseño temático"], buttons: [{ text: "Consultar", href: "#contact" }] },
]}
title="Opciones de Servicio"
description="Paquetes personalizados para tus eventos y desayunos."
@@ -256,42 +120,13 @@ export default function LandingPage() {