60 lines
1.6 KiB
PHP
60 lines
1.6 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Awali Perjalanan Bibit Cabai Anda dengan Terratech!</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 20px;
|
|
background-color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: 24px;
|
|
margin-bottom: 15px;
|
|
color: #333;
|
|
}
|
|
p {
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
color: #666;
|
|
margin: 0 auto 20px;
|
|
max-width: 600px;
|
|
}
|
|
a {
|
|
display: inline-block;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
background-color: #4CAF50;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
margin: 20px 0;
|
|
}
|
|
a:hover {
|
|
background-color: #3e8e41;
|
|
}
|
|
.terratech-logo {
|
|
width: 150px;
|
|
height: auto;
|
|
margin: 0 auto 20px;
|
|
display: block;
|
|
}
|
|
.cabai-image {
|
|
width: 200px;
|
|
height: auto;
|
|
margin: 20px auto;
|
|
display: block;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="https://terratech.kantorku.cloud/landpage/assets/img/hero/hero-img.png" alt="Logo Terratech" class="terratech-logo">
|
|
<h1>Selamat Datang ke Revolusi Monitoring Bibit Cabai bersama Terratech, {{ $user->name }}!</h1>
|
|
<p>Mulailah perjalanan transformatif untuk menanam bibit cabai yang subur dengan solusi monitoring inovatif dari Terratech.</p>
|
|
<a href="{{ $verificationUrl }}">Verifikasi Email</a>
|
|
<p>Untuk membuka potensi penuh dari kemampuan monitoring bibit cabai Terratech, silakan verifikasi alamat email Anda dengan mengeklik tombol Verifikasi Email.</p>
|
|
</body>
|
|
</html>
|