Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fdf5bdda0 | |||
| 53058f3c24 | |||
| 989facbee5 | |||
| 8e0db3cc70 |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ value: "Daily", label: "Freshly Baked" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
buttons={[{ text: "Order Now & View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Pizza (Pepperoni, Veggie, Margherita)", price: "Freshly Baked", variant: "Pizza Category", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921324.jpg" },
|
||||
{ id: "p2", name: "Meals & Snacks (Grills, Pasta)", price: "Savory", variant: "Daily Specials", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-987.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user