Bob AI: Added call button to reservation section and maps link to fo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user