| <!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> |