diff --git a/src/app/page.tsx b/src/app/page.tsx index a362df9..b23aaa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} + buttons={[{ text: "Order Online", href: "#" }]} products={[ { id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=2" }, { id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=2" },