Compare commits
13 Commits
version_12
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9a18ba1fd | |||
| 5804547190 | |||
| 524b564cd4 | |||
| 0661c44e35 | |||
| 979db113b0 | |||
| 3dc048bc8b | |||
| b05bf23e22 | |||
| 2463621282 | |||
| 8ff6c9211c | |||
| 25989688d8 | |||
| e59322fe40 | |||
| 7bc8306745 | |||
| c64e6b0b3b |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2"
|
||||||
imageAlt="Fresh colorful restaurant food platter"
|
imageAlt="Fresh colorful restaurant food platter"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "/products" },
|
{ text: "Order Now", href: "https://example.com/order" },
|
||||||
{ text: "Reserve Table", href: "https://example.com/reserve" }
|
{ text: "Reserve Table", href: "https://example.com/reserve" }
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -391,13 +391,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to experience Cincinnati's boldest flavors and most welcoming vibe? Call us at (513) 987-6543 to reserve your table or place an order. Visit us at 1800 Linn St. We're open Thursday through Wednesday with lunch and dinner service."
|
text="Ready to experience Cincinnati's boldest flavors? Call us at (513) 987-6543 or order online below."
|
||||||
animationType="background-highlight"
|
animationType="background-highlight"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+15139876543" },
|
{ text: "Call Now", href: "tel:+15139876543" },
|
||||||
{ text: "Get Directions", href: "https://maps.google.com/?q=1800+Linn+St+Cincinnati+OH+45214" }
|
{ text: "Order Online", href: "https://example.com/order" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user