Merge version_3_1781030415733 into main
Merge version_3_1781030415733 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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