<h1 style="font-size: 3rem; text-align: center; margin-bottom: 1.5rem;">vanillafy</h1>



<form action="https://formspree.io/f/mgogpbld" method="POST">

<label for="fullName">Full Name</label><br>

<input type="text" id="fullName" name="fullName" required placeholder="Your full name">

<br><br>



<label for="email">Email</label><br>

<input type="email" id="email" name="email" required placeholder="your@email.com">

<br><br>



<label for="phone">Phone Number</label><br>

<input type="tel" id="phone" name="phone" required placeholder="(123) 456-7890">

<br><br>



<label for="address">Address</label><br>

<textarea id="address" name="address" required rows="3" placeholder="Street address, city, state, ZIP"></textarea>

<br><br>



<button type="submit">Submit</button>

</form>