Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-15 17:09:58 +00:00

View File

@@ -168,8 +168,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Order Your Favorites Today"
description="Call (773) 465-5815 or use the form below for quick pickup/delivery requests."
title="Call Us to Order"
description="Click to call (773) 465-5815 or use the form below for quick pickup/delivery requests."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -181,6 +181,7 @@ export default function LandingPage() {
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
buttonText="Call (773) 465-5815"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg"
textarea={{
name: "order", placeholder: "Your Order Details", rows: 4,