2 Commits

Author SHA1 Message Date
kudinDmitriyUp
0b8064ee18 Bob AI: Added call button to reservation section and maps link to fo 2026-06-09 18:41:04 +00:00
0e6f4a0703 Merge version_2_1781030173331 into main
Merge version_2_1781030173331 into main
2026-06-09 18:38:17 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -104,6 +104,14 @@ export default function Layout() {
},
],
},
{
items: [
{
label: "123 Main St, Santa Barbara, CA 93101",
href: "https://maps.google.com/?q=123+Main+St,+Santa+Barbara,+CA+93101",
},
],
},
]}
/>
</SectionErrorBoundary>

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>