@extends('layouts.app')
@section('title', $title ?? __('pages.products_wasoria_pilot_title'))
@section('json-ld')
@endsection
@section('content')
{{-- Hero --}}
@include('sections.products.pilot.hero')
{{-- Introduction --}}
@include('sections.products.pilot.introduction')
{{-- Features (2×2 grid) --}}
@include('sections.products.pilot.features')
{{-- Dashboard laptop-frame screenshots --}}
@include('sections.products.pilot.dashboard')
{{-- Use Cases --}}
@include('sections.products.pilot.use-cases')
{{-- Integrations (inside gradient bg-background card) --}}
@include('sections.products.pilot.integrations')
{{-- CTA --}}
@include('sections.products.pilot.cta')
@endsection