--- import Layout from "../../layouts/Layout.astro"; import ProductCard from "../../components/ProductCard.astro"; import { categories } from "../../data/categories"; import { products } from "../../data/products"; import type { Locale } from "../../i18n/config"; const lang: Locale = "en"; const neuheiten = products.filter((p) => p.badges.includes("neu")).slice(0, 4); const bestseller = products.filter((p) => p.badges.includes("bestseller")).slice(0, 4); const sale = products.filter((p) => p.badges.includes("sale") || p.preisAlt).slice(0, 4); ---
🩵 Van's DIY & Bastelbedarf

Handmade with love –
creativity to gift
and to keep.

Crochet, plushies, jewelry and craft supplies – every piece made by hand, with heart and patience.

Explore categories

{neuheiten.length > 0 && (

New arrivals

View all →
{neuheiten.map((p) => )}
)} {bestseller.length > 0 && (

Bestsellers

View all →
{bestseller.map((p) => )}
)} {sale.length > 0 && (
{sale.map((p) => )}
)}
Portrait photo of VanVan 🩵 Handmade
The maker behind the shop

Hi, I'm VanVan 🩵

"Every stitch tells its own story – because true handmade craft isn't made with yarn alone, but above all with a whole lot of heart."
More about me →