(like bread, pasta, rice) and low-carb alternatives (leafy greens, lean meats, avocado) to represent the myths and facts about low-carb diets. No text on image.' },
{ id: 5, title: 'Jak zwiększyć odporność poprzez dietę?', category: 'Edukacja Żywieniowa', date: '20.02.2024', snippet: 'Wzmocnij swój układ odpornościowy z pomocą natury! Odkryj produkty i nawyki żywieniowe, które pomogą Ci cieszyć się lepszym zdrowiem przez cały rok.', image: 'images/images/fallback_800x600.png', dataRanwarePrompt: 'A still life composition of immunity-boosting foods such as citrus fruits, ginger, garlic, spinach, and berries, arranged attractively to convey health and vitality. No text on image.' },
{ id: 6, title: 'Zdrowe śniadania, które dodadzą Ci energii', category: 'Zdrowe Przepisy', date: '12.02.2024', snippet: 'Początek dnia ma znaczenie! Przedstawiamy przepisy na szybkie i pożywne śniadania, które zapewnią Ci energię na wiele godzin i pomogą uniknąć podjadania.', image: 'images/images/fallback_800x600.png', dataRanwarePrompt: 'A beautifully plated, healthy breakfast, perhaps oatmeal with fresh berries and nuts, or avocado toast with an egg, looking inviting and delicious. Soft morning light illuminates the scene. No text on image.' }
],
filteredArticles() {
if (this.activeCategory === 'Wszystkie') {
return this.articles;
}
return this.articles.filter(article => article.category === this.activeCategory);
},
paginatedArticles() {
const start = (this.currentPage - 1) * this.perPage;
const end = start + this.perPage;
return this.filteredArticles().slice(start, end);
},
currentPage: 1,
perPage: 3,
totalPages() {
return Math.ceil(this.filteredArticles().length / this.perPage);
},
changePage(page) {
if (page >= 1 && page <= this.totalPages) {
this.currentPage = page;
}
}
}">
Najnowsze Artykuły
Brak artykułów w tej kategorii.
Zostaw Komentarz
Ta strona używa plików cookie, aby zapewnić najlepszą jakość korzystania z naszej witryny.
Dowiedz się więcej