Merge version_5 into main #5

Merged
bender merged 2 commits from version_5 into main 2026-04-23 14:52:57 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #d4af37;
--card: #c5a030;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #b89528;
--background-accent: #b89528;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);