Merge version_2 into main #3
@@ -103,6 +103,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "#contact" },
|
||||
{ text: "View Full Menu", href: "#menu" }
|
||||
]}
|
||||
products={[
|
||||
{ id: "1", name: "Classic Burger", price: "$8.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/patty-sesame-lunch-background-american_1172-272.jpg" },
|
||||
{ id: "2", name: "Golden Fries", price: "$3.00", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user