File size: 1,907 Bytes
b0e6439 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rewarx - AI Product Photography for E-commerce</title>
<meta name="description" content="Rewarx is an AI product photography tool that helps e-commerce brands generate high-quality product images instantly." />
<meta name="keywords" content="Rewarx, AI product photography, ecommerce images, AI marketing, product images generator" />
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #0f172a;
color: #ffffff;
line-height: 1.6;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 60px 20px;
text-align: center;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
}
p {
font-size: 18px;
color: #cbd5e1;
margin-bottom: 20px;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 12px 24px;
background: #38bdf8;
color: #0f172a;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
}
.btn:hover {
background: #0ea5e9;
}
.card {
margin-top: 40px;
padding: 20px;
background: #1e293b;
border-radius: 12px;
}
</style>
</head>
<body>
<div class="container">
<h1>Rewarx AI</h1>
<p>
Rewarx is an AI-powered product photography tool built for e-commerce brands.
</p>
<p>
It helps you generate high-quality, realistic product images in seconds without a studio.
</p>
<div class="card">
<p>
Perfect for Shopify sellers, dropshipping stores, and digital marketers who want better conversion visuals.
</p>
</div>
<a class="btn" href="https://rewarx.com" target="_blank">
Visit Rewarx
</a>
</div>
</body>
</html> |