Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b87c09a413 | |||
| 70f5736592 | |||
| 44e28ed006 | |||
| 83406c97b5 | |||
| b96ab72419 | |||
| f35534785f | |||
| 23d8d42376 |
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
|||||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/stack-oatmeal-cookies-with-coffee-beans_114579-24917.jpg"},
|
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/stack-oatmeal-cookies-with-coffee-beans_114579-24917.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Our Menu"
|
title="Our Menu"
|
||||||
description="Handcrafted flavors made fresh daily."
|
description="Locally sourced ingredients, roasted to perfection, and served fresh every single day."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -170,8 +170,9 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visit Us"
|
title="Reserve Your Spot"
|
||||||
description="Book a table or reach out to us today."
|
description="Book a table or reach out to us today."
|
||||||
|
buttonText="Send Reservation"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -216,4 +217,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user