Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="chatbot.css" />


<title>BODY CRAFT GYM</title>
</head>
Expand Down
18 changes: 15 additions & 3 deletions public/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

<title>Privacy Policy - BODY CRAFT GYM</title>
</head>
<body>
Expand Down Expand Up @@ -193,12 +195,22 @@ <h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy or our data practices, please contact us:</p>
<div class="privacy__contact">
<p><strong>Body Craft Gym</strong></p>
<p>Email: privacy@bodycraftgym.com</p>
<p>Phone: +91-XXXX-XXXX-XX</p>
<p>Address: Your Gym Address, City, State, PIN</p>
<p>
<i class="fa-solid fa-envelope" style="color: #28a745; margin-right: 8px;"></i>
Email: privacy@bodycraftgym.com
</p>
<p>
<i class="fa-solid fa-phone" style="color: #28a745; margin-right: 8px;"></i>
Phone: +91-XXXX-XXXX-XX
</p>
<p>
<i class="fa-solid fa-location-dot" style="color: #28a745; margin-right: 8px;"></i>
Address: Your Gym Address, City, State, PIN
</p>
</div>
</div>


<div class="privacy__footer">
<p><strong>Effective Date:</strong> January 1, 2025</p>
<p><strong>Last Updated:</strong> January 1, 2025</p>
Expand Down