Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a8153f49f | |||
| 939fa689b7 | |||
| a2cd1fbc48 | |||
| 15a6328a53 | |||
| 2ae401a758 |
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
||||
description="Home-style meals. Generous portions. A hidden gem worth discovering."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "#contact"},
|
||||
text: "Order Now", href: "/order"},
|
||||
{
|
||||
text: "Visit Us", href: "#contact"},
|
||||
text: "Visit Us", href: "/menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114449.jpg"
|
||||
imageAlt="Golden crispy chicken with tajadas"
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to Try It? Come visit us or order online for fast pickup."
|
||||
text="Hungry? Order online for pickup or visit us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "#"},
|
||||
|
||||
Reference in New Issue
Block a user