Articles
Lübech Living at the Sustainability Festival: Consumers want more than just interior design
arrow_backTo the overview06 October 2025 | Lübech Living
The festival highlighted climate action, the green transition, and the political considerations that come with it. Lübech Living shares their experiences and reflections from their stand.
Lübech Living recently participated in the Sustainability Festival in Aalborg, and one thing became clear: consumer interest in responsibility increasingly demands unique, handmade, and sustainable interior products.
When consumers experience products from OOhh Collection, Vance Kitira, and UASHMAMA firsthand and learn about material choices, production methods, and sustainability, it becomes evident that the demand far exceeds what many retailers currently offer. There is a clear gap in the market: retailers are not only missing out on potential revenue but are also slowing down the green transition within the interior industry. It is important to remember:
When consumers cannot find products that align with their values, they are not motivated to buy.
Retailers lose potential sales while the industry continues along environmentally harmful trends.
As a company working with sustainability, we hope that retailers will better tap into the vast potential in the market.
What we took away from the festival
Consumers are willing to buy and invest in products with soul – items created with care for the environment and carrying a story. These products offer value on many levels, far beyond aesthetics alone.
A call to retailers
Lübech Living’s message to retailers is clear: Make more room on your shelves for sustainable products. Doing so will not only open the door to a new customer segment and increase sales but also provide the joy of offering goods that make a real difference for both people and the planet.
Error executing template "Designs/exhibition_site/ecom/product/partials/article-details/MCH365-related-articles.cshtml" System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Co3.MCH.Website.Frontend.Repositories.BaseRepository.GetAssetIds(Profile profile, String type, String cacheKey, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\BaseRepository.cs:line 53 at Co3.MCH.Website.Frontend.Repositories.ArticleRepository.GetArticles(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Repositories\ArticleRepository.cs:line 62 at Co3.MCH.Website.Frontend.Services.MCH365.ArticleService.GetArticles(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\ArticleService.cs:line 177 at Co3.MCH.Website.Frontend.Services.MCH365.ArticleService.GetArticleProducts(Profile profile, MCH365ViewType viewType) in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\ArticleService.cs:line 191 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.get_Articles() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 49 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ArticleProduct.get_OtherArticles() in C:\Users\ThomasLarsen\source\repos\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ArticleProduct.cs:line 235 at CompiledRazorTemplates.Dynamic.RazorEngine_a7687977abac41139105bc0af5115b50.Execute() in E:\Websites\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\ecom\product\partials\article-details\MCH365-related-articles.cshtml:line 10 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()1 @inherits ViewModelTemplate<ArticleProduct> 2 @using Co3.MCH.Website.Frontend.Models.Frontend 3 @using Dynamicweb.Rendering 4 @using Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce 5 6 @{ 7 string author = Model.Profile != null ? Model.Profile.Company.Name : MCH365Context.Current.TradeShowDetails.MainName; 8 } 9 10 @if (Model.OtherArticles != null && Model.OtherArticles.Any()) 11 { 12 <div class="row e-productlist-container mch365-productlist-hide-profileinfo"> 13 <div class="col-12 mt-3 mb-2"> 14 <h3 class="border-bottom pb-1">@Translate("MCH365 - Cases details MoreProductsBy - Heading", "Flere artikler fra") @author</h3> 15 </div> 16 @foreach (ArticleProduct product in Model.OtherArticles) 17 { 18 <div class="col-12 col-sm-6 col-md-6 col-xl-4 mb-2"> 19 @product.ListItemHtml 20 </div> 21 } 22 </div> 23 }

