Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16312e8b96 | |||
| c7a0674896 | |||
| 13f814c938 | |||
| 82d725ae58 |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogo
|
||||
logoText="Laliko"
|
||||
description="Experience unparalleled culinary artistry in a setting of exquisite luxury, where every dish is a masterpiece and every moment is an indulgence."
|
||||
description="Embark on an unforgettable culinary journey, where every dish is a masterpiece of exquisite dining and every moment is an indulgence. Book your table effortlessly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Menu", href: "#menu"},
|
||||
@@ -90,17 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Wagyu A5 Striploin", price: "$180", variant: "Japanese, Pan-Seared", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4458.jpg", imageAlt: "Wagyu A5 Striploin"},
|
||||
id: "p1", name: "Wagyu A5 Striploin", price: "$180", variant: "Perfectly seared A5 Wagyu, melts in your mouth with rich marbling and umami notes.", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4458.jpg", imageAlt: "Wagyu A5 Striploin"},
|
||||
{
|
||||
id: "p2", name: "Seared Hokkaido Scallops", price: "$75", variant: "Saffron Risotto, Asparagus", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-table-flat-lay_23-2149410780.jpg", imageAlt: "Seared Hokkaido Scallops"},
|
||||
id: "p2", name: "Seared Hokkaido Scallops", price: "$75", variant: "Sweet Hokkaido scallops, seared to perfection, served with creamy saffron risotto and crisp asparagus tips.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-table-flat-lay_23-2149410780.jpg", imageAlt: "Seared Hokkaido Scallops"},
|
||||
{
|
||||
id: "p3", name: "Black Truffle Risotto", price: "$65", variant: "Arborio Rice, Parmesan Reggiano", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-table-top-view_140725-6547.jpg", imageAlt: "Black Truffle Risotto"},
|
||||
id: "p3", name: "Black Truffle Risotto", price: "$65", variant: "Luxurious Arborio risotto infused with fragrant black truffle, finished with aged Parmesan Reggiano.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-table-top-view_140725-6547.jpg", imageAlt: "Black Truffle Risotto"},
|
||||
{
|
||||
id: "p4", name: "Laliko Chocolate Sphere", price: "$45", variant: "Grand Marnier, Raspberry Coulis", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-pouring-batter-from-mold-into-tin_23-2147787094.jpg", imageAlt: "Laliko Chocolate Sphere"},
|
||||
id: "p4", name: "Laliko Chocolate Sphere", price: "$45", variant: "Decadent dark chocolate sphere, unveiling a Grand Marnier ganache and vibrant raspberry coulis upon serving.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-pouring-batter-from-mold-into-tin_23-2147787094.jpg", imageAlt: "Laliko Chocolate Sphere"},
|
||||
{
|
||||
id: "p5", name: "Atlantic Lobster Thermidor", price: "$120", variant: "Cognac Flambé, Herb Butter", imageSrc: "http://img.b2bpic.net/free-photo/delicious-lobster-gourmet-seafood_23-2151713055.jpg", imageAlt: "Atlantic Lobster Thermidor"},
|
||||
id: "p5", name: "Atlantic Lobster Thermidor", price: "$120", variant: "Succulent Atlantic lobster flambéed with cognac, baked in a rich herb butter sauce, a true indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-lobster-gourmet-seafood_23-2151713055.jpg", imageAlt: "Atlantic Lobster Thermidor"},
|
||||
{
|
||||
id: "p6", name: "Duck Confit with Cherry Glaze", price: "$90", variant: "Pomme Purée, Glazed Carrots", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-grilled-hot-green-pepper-tomato-greens-onion-pita_141793-3612.jpg", imageAlt: "Duck Confit with Cherry Glaze"},
|
||||
id: "p6", name: "Duck Confit with Cherry Glaze", price: "$90", variant: "Crispy-skinned duck leg confit, tender and flavorful, complemented by a sweet cherry glaze, velvety pomme purée, and tender glazed carrots.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-grilled-hot-green-pepper-tomato-greens-onion-pita_141793-3612.jpg", imageAlt: "Duck Confit with Cherry Glaze"},
|
||||
]}
|
||||
title="Culinary Masterpieces"
|
||||
description="A curated selection of our most exquisite dishes, crafted to perfection by our world-class chefs."
|
||||
|
||||
Reference in New Issue
Block a user