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."
|
description="Home-style meals. Generous portions. A hidden gem worth discovering."
|
||||||
buttons={[
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114449.jpg"
|
||||||
imageAlt="Golden crispy chicken with tajadas"
|
imageAlt="Golden crispy chicken with tajadas"
|
||||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Now", href: "#"},
|
text: "Order Now", href: "#"},
|
||||||
|
|||||||
Reference in New Issue
Block a user