{{--
429 — Too Many Requests / rate limited
--}}
@extends('errors._layout', [
'error_code' => 429,
'error_title' => 'You Are Moving Too Fast',
'error_message' => 'Skinbase has rate-limited this action for a moment. Please wait a bit and try again.',
])
@section('badge', 'Rate Limited')
@section('primary-cta')
@endsection
@section('secondary-ctas')
Browse Discover
Home
@endsection