implement server-side catering inquiry email submission and add styling for catering services page
This commit is contained in:
parent
617034ff08
commit
d1060fe508
@ -29,7 +29,7 @@ export async function submitReservation(formData: FormData) {
|
|||||||
|
|
||||||
export async function submitCateringInquiry(formData: FormData) {
|
export async function submitCateringInquiry(formData: FormData) {
|
||||||
const rawFormData = {
|
const rawFormData = {
|
||||||
namhello@antalyarestaurant.ca),
|
name: formData.get('name'),
|
||||||
email: formData.get('email'),
|
email: formData.get('email'),
|
||||||
phone: formData.get('phone'),
|
phone: formData.get('phone'),
|
||||||
eventType: formData.get('eventType'),
|
eventType: formData.get('eventType'),
|
||||||
|
|||||||
@ -468,7 +468,7 @@
|
|||||||
.mainHeading {
|
.mainHeading {
|
||||||
font-family: var(--font-playfair);
|
font-family: var(--font-playfair);
|
||||||
font-size: var(--main-heading-size);
|
font-size: var(--main-heading-size);
|
||||||
color: #5d4037;
|
color: #c49c5c;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user