|
|
|
|
@@ -89,12 +89,12 @@ export default function LandingPage() {
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "p1", name: "Truffle Infused Wagyu", price: "$85.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg" },
|
|
|
|
|
{ id: "p2", name: "Lobster Consommé", price: "$45.00", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg" },
|
|
|
|
|
{ id: "p3", name: "Golden Leaf Mousse", price: "$30.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-chips-designed-with-strawberries-inside-plate-along-with-blackthorns-white-table-chips-snack-fruit-berry_140725-24516.jpg" },
|
|
|
|
|
{ id: "p4", name: "Organic Heirloom Salad", price: "$25.00", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg" },
|
|
|
|
|
{ id: "p5", name: "Handmade Saffron Pasta", price: "$55.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-tomatoes-grated-cheese_141793-896.jpg" },
|
|
|
|
|
{ id: "p6", name: "Artisan Craft Cocktail", price: "$22.00", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg" },
|
|
|
|
|
{ id: "p1", name: "Truffle Infused Wagyu", price: "₹7,000", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg" },
|
|
|
|
|
{ id: "p2", name: "Lobster Consommé", price: "₹3,800", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg" },
|
|
|
|
|
{ id: "p3", name: "Golden Leaf Mousse", price: "₹2,500", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-chips-designed-with-strawberries-inside-plate-along-with-blackthorns-white-table-chips-snack-fruit-berry_140725-24516.jpg" },
|
|
|
|
|
{ id: "p4", name: "Organic Heirloom Salad", price: "₹2,000", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg" },
|
|
|
|
|
{ id: "p5", name: "Handmade Saffron Pasta", price: "₹4,500", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-tomatoes-grated-cheese_141793-896.jpg" },
|
|
|
|
|
{ id: "p6", name: "Artisan Craft Cocktail", price: "₹1,800", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
title="The Signature Collection"
|
|
|
|
|
description="Curated dishes designed to captivate your palate."
|
|
|
|
|
@@ -137,8 +137,8 @@ export default function LandingPage() {
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
tag="Reserve Experience"
|
|
|
|
|
title="Request a Private Catering"
|
|
|
|
|
description="Have special dietary needs or planning a private event? Our concierge team is ready to assist you."
|
|
|
|
|
buttons={[{ text: "Connect with Concierge", href: "#" }]}
|
|
|
|
|
description="Have special dietary needs or planning a private event? Our concierge team is ready to assist you. Integrated payment processing available for all confirmed orders."
|
|
|
|
|
buttons={[{ text: "Secure Payment Processing", href: "#" }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|
|
|
|
{ title: "Support", items: [{ label: "Pricing", href: "/pricing" }, { label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2024 Elysian Dining. All rights reserved."
|
|
|
|
|
bottomRightText="Luxury Dining Ordering Platform"
|
|
|
|
|
bottomRightText="Secure Payments Supported via Integrated Gateway"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|