3 Commits

Author SHA1 Message Date
132c69897b Update src/app/page.tsx 2026-04-02 19:59:56 +00:00
366e39ad89 Merge version_1 into main
Merge version_1 into main
2026-04-02 19:20:14 +00:00
7e01f03444 Merge version_1 into main
Merge version_1 into main
2026-04-02 19:19:47 +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>
);
}
}