@extends('layouts.app') @section('title', $title ?? __('pages.solutions_performance_optimization_title')) @section('json-ld') @endsection @section('content') {{-- Hero --}} @include('sections.solutions.performance.hero') {{-- Introduction --}} @include('sections.solutions.performance.introduction') {{-- What We Measure --}} @include('sections.solutions.performance.what-we-measure') {{-- Monitoring --}} @include('sections.solutions.performance.monitoring') {{-- Diagnostic --}} @include('sections.solutions.performance.diagnostic') {{-- Actions --}} @include('sections.solutions.performance.actions') {{-- Tools (inside gradient bg-background card) --}} @include('sections.solutions.performance.tools') {{-- CTA --}} @include('sections.solutions.performance.cta') @endsection