<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Terms & Conditions | AR Prime Market</title>
<meta name="description" content="View AR Prime Market's terms and conditions for using our website and services." />
<meta name="keywords" content="terms and conditions, website usage, AR Prime Market, service agreement" />
<meta name="author" content="AR Prime Market Team" />
<style>
body { font-family: Arial, sans-serif; background: #f9f9f9; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
h2 { color: #555; }
.container { max-width: 800px; margin: auto; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
</style>
</head>
<body>
<div class="container">
<h1>Terms & Conditions</h1>
<p>These terms and conditions govern the use of AR Prime Market’s website and services. By accessing our website, you agree to comply with these terms.</p>
<h2>Usage Rules</h2>
<p>You agree to use the website lawfully and respectfully.</p>
<h2>Disclaimer</h2>
<p>We strive for accuracy but are not liable for any errors or omissions.</p>
<h2>Modifications</h2>
<p>We reserve the right to update our terms at any time.</p>
</div>
</body>
</html>