Skip to content

Commit

Permalink
feat: Add privacy policy page with Blade and Tailw
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 90077aa commit f484112
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/views/pages/privacy.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@extends('layouts.default')

@section('content')
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<h1 class="text-3xl font-bold text-blue-500 mb-4">Privacy Policy</h1>
<p class="text-gray-600 mb-4">This is the privacy policy page content.</p>
</div>
@endsection

0 comments on commit f484112

Please sign in to comment.