# Brunch Box for Two — Cafe Aurora > **Available formats:** [HTML](https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two/) · [.md](https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two.md) *(current)* · [.json](https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two/?format=json) **Price:** (EUR 28) Two coffees, two croissants, avocado toast, fresh juice, and a fruit bowl. Perfect for sharing. ## Details - Category: Specials - Image: https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Cafe Aurora", "url": "https://aztrix.io/cafeaurora.eu/", "description": "Specialty coffee bar and bakery in Brussels. Single-origin espresso, homemade pastries, and light bites. Order ahead for pickup.", "address": { "@type": "PostalAddress", "streetAddress": "Rue de la Colline 42", "addressLocality": "Brussels", "postalCode": "1000", "addressCountry": "Belgium" }, "telephone": "+32 2 123 45 67", "email": "karel.ribbens@gmail.com", "category": "restaurants", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/cafeaurora.eu/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-coffee" }, { "@id": "#cat-light-bites" }, { "@id": "#cat-specials" }, { "@id": "#cat-pastries" }, { "@id": "#cat-beer" } ] }, { "@id": "#prod-brunch-box-for-two", "@type": "Product", "name": "Brunch Box for Two", "description": "Two coffees, two croissants, avocado toast, fresh juice, and a fruit bowl. Perfect for sharing.", "image": "https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?w=600&h=400&fit=crop", "category": "Specials", "brand": { "@type": "Brand", "name": "Cafe Aurora" }, "url": "https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-specials" }, "offers": { "@type": "Offer", "price": 28, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/cafeaurora.eu/products/brunch-box-for-two/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-specials", "@type": "ItemList", "name": "Specials", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 1, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-brunch-box-for-two" } ] } ] } ```