// data.jsx — Datos del sitio const SITE_DATA = { hero: { name: "Cristhy", tagline: "Vida en pareja, huerto, perros y todo lo que pasa entre medias.", location: "En algún lugar con WiFi", role: "Creadora de contenido", }, blog: [ { id: 1, title: "Convertir una furgoneta en hogar: lo que nadie te cuenta", excerpt: "Seis meses viviendo en autocaravana. La libertad existe, pero también el panel solar que se rompe un martes a las 7am.", cat: "Autocaravana", date: "12 Abr 2026", readTime: "8 min", img: "https://images.unsplash.com/photo-1523987355523-c7b5b0dd90a7?w=900&q=80", featured: true, }, { id: 2, title: "Cinco años juntos y una huerta de tomates", excerpt: "Sobre crecer al lado de alguien y de un puerro. Spoiler: los dos requieren paciencia.", cat: "Vida en pareja", date: "28 Mar 2026", readTime: "5 min", img: "https://images.unsplash.com/photo-1518621736915-f3b1c41bfd00?w=600&q=80", }, { id: 3, title: "Mi rutina de mañana cuando vivo en el campo", excerpt: "Café, gallinas, perros, y mucho silencio antes de abrir el portátil.", cat: "Lifestyle", date: "15 Mar 2026", readTime: "4 min", img: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=600&q=80", }, { id: 4, title: "Vestirse para vivir entre la huerta y la ciudad", excerpt: "Mi armario cápsula 70/30: lo cómodo siempre gana.", cat: "Moda", date: "02 Mar 2026", readTime: "6 min", img: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=600&q=80", }, { id: 5, title: "Las gallinas también tienen personalidad", excerpt: "Cuatro nombres, cuatro caracteres y muchos huevos al mes.", cat: "Animales", date: "18 Feb 2026", readTime: "3 min", img: "https://images.unsplash.com/photo-1612170153139-6f881ff067e0?w=600&q=80", }, { id: 6, title: "Cómo organizo nuestra próxima ruta en autocaravana", excerpt: "Apps, mapas a mano y la regla de oro: no planificarlo todo.", cat: "Autocaravana", date: "05 Feb 2026", readTime: "7 min", img: "https://images.unsplash.com/photo-1601758228041-f3b2795255f1?w=600&q=80", }, ], blogCategories: ["Todo", "Vida en pareja", "Autocaravana", "Lifestyle", "Moda", "Animales"], photos: [ { id: 1, src: "https://images.unsplash.com/photo-1502602898657-3e91760cbb34?w=600&q=80", title: "París, marzo", cat: "Viajes", h: 1.4 }, { id: 2, src: "https://images.unsplash.com/photo-1512389142860-9c449e58a543?w=600&q=80", title: "Café del lunes", cat: "Lifestyle", h: 1.0 }, { id: 3, src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=600&q=80", title: "Madrugada en montaña", cat: "Viajes", h: 1.3 }, { id: 4, src: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d?w=600&q=80", title: "Mesa puesta", cat: "Bodegón", h: 1.1 }, { id: 5, src: "https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?w=600&q=80", title: "Retrato — luz cálida", cat: "Retratos", h: 1.5 }, { id: 6, src: "https://images.unsplash.com/photo-1485178575877-1a13bf489dfe?w=600&q=80", title: "Calle, Lisboa", cat: "Street", h: 0.9 }, { id: 7, src: "https://images.unsplash.com/photo-1493770348161-369560ae357d?w=600&q=80", title: "Tarta de fresa", cat: "Bodegón", h: 1.2 }, { id: 8, src: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=600&q=80", title: "Carretera secundaria", cat: "Viajes", h: 1.4 }, { id: 9, src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=600&q=80", title: "Autorretrato", cat: "Retratos", h: 1.3 }, { id: 10, src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=600&q=80", title: "Ella siempre ríe", cat: "Retratos", h: 1.0 }, { id: 11, src: "https://images.unsplash.com/photo-1473093295043-cdd812d0e601?w=600&q=80", title: "Domingo en casa", cat: "Lifestyle", h: 1.3 }, { id: 12, src: "https://images.unsplash.com/photo-1527481138388-31827a7c94d5?w=600&q=80", title: "Pueblo de paso", cat: "Street", h: 1.1 }, ], photoCategories: ["Todo", "Lifestyle", "Retratos", "Viajes", "Bodegón", "Street"], recipes: [ { id: 1, title: "Bizcocho de limón y aceite de oliva", cat: "Repostería", time: "55 min", ingredients: "Limón · AOVE · Yogur · Almendra", img: "https://images.unsplash.com/photo-1565958011703-44f9829ba187?w=600&q=80", }, { id: 2, title: "Bowl de cereales con granola casera", cat: "Saludable", time: "20 min", ingredients: "Avena · Frutos rojos · Miel · Yogur griego", img: "https://images.unsplash.com/photo-1490645935967-10de6ba17061?w=600&q=80", }, { id: 3, title: "Lentejas de la abuela, sin prisa", cat: "Tradicional", time: "1h 30min", ingredients: "Lenteja pardina · Chorizo · Laurel · Pimiento", img: "https://images.unsplash.com/photo-1547592180-85f173990554?w=600&q=80", }, { id: 4, title: "Tarta de queso vasca cremosa", cat: "Repostería", time: "1h", ingredients: "Queso crema · Nata · Huevos · Azúcar", img: "https://images.unsplash.com/photo-1567171466295-4afa63d45416?w=600&q=80", }, { id: 5, title: "Ensalada templada de tomate y burrata", cat: "Saludable", time: "15 min", ingredients: "Tomate de huerta · Burrata · Albahaca · AOVE", img: "https://images.unsplash.com/photo-1551248429-40975aa4de74?w=600&q=80", }, { id: 6, title: "Croquetas de pollo de mi madre", cat: "Tradicional", time: "2h", ingredients: "Pollo · Bechamel · Pan rallado · Paciencia", img: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?w=600&q=80", }, ], recipeCategories: ["Todo", "Saludable", "Tradicional", "Repostería"], merch: [ { id: 1, name: "Tote bag — Slow life", price: "18€", tag: "Algodón orgánico", art: "tote", bg: "bg-pink", }, { id: 2, name: "Taza — Café antes de hablar", price: "14€", tag: "Cerámica · 350ml", art: "mug", bg: "bg-purple", }, { id: 3, name: "Camiseta — Huerta crew", price: "26€", tag: "Algodón pesado", art: "shirt", bg: "bg-blush", }, { id: 4, name: "Pack de stickers", price: "6€", tag: "Vinilo · 8 uds", art: "stickers", bg: "bg-pink", }, { id: 5, name: "Sudadera — En la furgo", price: "48€", tag: "Felpa cepillada", art: "hoodie", bg: "bg-purple", }, { id: 6, name: "Presets de Lightroom", price: "12€", tag: "Digital · 10 presets", art: "presets", bg: "bg-blush", }, { id: 7, name: "Ebook — Cocina lenta", price: "9€", tag: "PDF · 84 págs", art: "ebook", bg: "bg-pink", }, { id: 8, name: "Print — Mapa de rutas", price: "22€", tag: "A3 · papel mate", art: "print", bg: "bg-purple", }, ], about: { bio: [ "Soy Cristhy. Vivo entre una furgoneta, una casa con huerto y demasiados libros de cocina.", "Escribo sobre la vida que comparto con mi pareja, mis perros, cuatro gallinas con nombre propio y un tomate que decidió crecer torcido.", "Aquí encontrarás recetas que aprendí de mi abuela, fotos que tomo cuando la luz está bonita y reflexiones de cuando no.", ], stats: [ { num: "47k", lbl: "Comunidad" }, { num: "126", lbl: "Posts" }, { num: "08", lbl: "Países" }, { num: "04", lbl: "Gallinas" }, ], }, }; window.SITE_DATA = SITE_DATA;