mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
15 lines
559 B
Plaintext
15 lines
559 B
Plaintext
---
|
|
import Button from '@ui/Button.astro'
|
|
---
|
|
|
|
<div class="card card-gradient card-gradient-gold">
|
|
<div class="card-body text-center p-5">
|
|
<div class="display-3 leading-none mb-2">🏆</div>
|
|
<h1>You are winner!</h1>
|
|
<p class="text-secondary">You've been selected as our lucky winner for completing <strong class="text-body">100 orders</strong> this month! Click below to claim your exclusive prize and enjoy the benefits!</p>
|
|
<div class="mt-5">
|
|
<Button text="Claim Your Prize" icon="gift" color="primary" />
|
|
</div>
|
|
</div>
|
|
</div>
|