[Back] @extends('layout')
@section('title')
<title>The Heritage Maps</title>
@endsection
@section('content')
<section class="d-flex flex-column justify-content-center align-items-center text-center" style="min-height:100vh;">
<h1 class="mb-4">The Heritage Maps</h1>
<img src="{{ asset('assets/img/floorplan.jpg') }}" alt="Floor Plan"
class="img-fluid mb-4" style="max-width:800px; border-radius:10px;">
<a href="{{ url('/home') }}" class="btn btn-primary btn-lg">
Get Started
</a>
</section>
@endsection