Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-02 19:59:59 +00:00

View File

@@ -145,15 +145,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Contact Us"
title="Visit Us Today"
description="Located at 1336 State St, Racine, WI. We're open daily until 10 PM. Give us a call at (262) 633-4245 to place a quick order for takeout or delivery!"
imageSrc="http://img.b2bpic.net/free-photo/assorted-fruit-cheese-plate-close-up-delicious-food-plate_132075-5744.jpg"
title="Send Us an Inquiry"
description="Have a special request or catering question? Fill out the form and we'll get back to you promptly."
imageSrc="http://img.b2bpic.net/free-photo/close-up-tacos-plate_23-2148750463.jpg"
mediaAnimation="slide-up"
buttonText="Send Message"
mediaPosition="left"
buttonText="Submit Inquiry"
contactFormClassName="flex flex-col gap-4 p-6 bg-background rounded-lg border shadow-sm"
inputClassName="p-3 border rounded-md"
buttonClassName="w-full"
/>
</div>
@@ -169,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}