Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Handcrafted flavors made fresh daily."
|
||||
description="Locally sourced ingredients, roasted to perfection, and served fresh every single day."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,8 +170,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us"
|
||||
title="Reserve Your Spot"
|
||||
description="Book a table or reach out to us today."
|
||||
buttonText="Send Reservation"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -216,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user