@extends('layout')
@section('content')
@include("partials.hero");
@include("partials.testimonials");
@endsection