@extends('layouts.frontend')
@section('title', __('Features') . ' - ' . config('app.name', 'SnapNest'))
@section('content')
@include('components.frontend.features')
@include('components.frontend.how-it-works')
@include('components.frontend.cta')
@endsection