Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cccdfca50 | |||
| 132c69897b | |||
| 366e39ad89 | |||
| 7e01f03444 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user