Switch to version 11: modified src/app/page.tsx
This commit is contained in:
@@ -38,7 +38,8 @@ export default function LandingPage() {
|
||||
{ name: "Sauces", id: "sauces" },
|
||||
{ name: "Desserts", id: "desserts" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Hours", id: "contact" }
|
||||
{ name: "Hours", id: "contact" },
|
||||
{ name: "Menu", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "https://example.com/order" }}
|
||||
animateOnLoad={true}
|
||||
@@ -52,10 +53,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Local Favorite"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2"
|
||||
imageAlt="Fresh colorful restaurant food platter"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ text: "View Menu", href: "/products" },
|
||||
{ text: "Reserve Table", href: "https://example.com/reserve" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
|
||||
Reference in New Issue
Block a user