@extends('layouts.app') @section('title', $title ?? __('pages.products_wasoria_box_title')) @section('json-ld') @endsection @section('content') {{-- Hero --}} @include('sections.products.box.hero') {{-- IA Features (4 icon cards in glassmorphism) --}} @include('sections.products.box.ia-features') {{-- 3D Product Scene placeholder (Epic 4 Story 4.8) --}} @include('sections.products.box.product-scene') @endsection