Bob AI: Added call button to reservation section and maps link to fo

This commit is contained in:
kudinDmitriyUp
2026-06-09 18:41:04 +00:00
parent 0e6f4a0703
commit 0b8064ee18
2 changed files with 10 additions and 1 deletions

View File

@@ -39,8 +39,9 @@ const ContactInline = () => {
<Input type="datetime-local" placeholder="Date & Time" required className="w-full" />
</div>
<Textarea placeholder="Special Requests (Optional)" rows={3} className="w-full" />
<div className="flex justify-center mt-4">
<div className="flex justify-center mt-4 gap-4">
<Button text="Request Reservation" variant="primary" />
<Button text="Call Restaurant" variant="secondary" href="tel:+1234567890" />
</div>
</form>
</div>