Merge version_1 into main #2
220
src/app/page.tsx
220
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Elysium Dining"
|
||||
/>
|
||||
@@ -53,40 +41,19 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Exquisite Dining, Perfectly Automated"
|
||||
description="Experience the fusion of world-class culinary art and seamless 3D-integrated technology. Reserve your table or order directly to your doorstep."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg"
|
||||
imageAlt="Elysium Premium Dining"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "Guest 5" },
|
||||
]}
|
||||
avatarText="Join 500+ satisfied connoisseurs"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,48 +65,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Truffle Infused Risotto",
|
||||
price: "$45.00",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Wagyu Beef Filet",
|
||||
price: "$85.00",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gold Leaf Dessert",
|
||||
price: "$30.00",
|
||||
variant: "Sweets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Organic Sea Bass",
|
||||
price: "$55.00",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aged Sake Pairing",
|
||||
price: "$25.00",
|
||||
variant: "Drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Velvet Chocolate Mousse",
|
||||
price: "$22.00",
|
||||
variant: "Sweets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=6",
|
||||
},
|
||||
{ id: "1", name: "Truffle Infused Risotto", price: "$45.00", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "2", name: "Wagyu Beef Filet", price: "$85.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "3", name: "Gold Leaf Dessert", price: "$30.00", variant: "Sweets", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "4", name: "Organic Sea Bass", price: "$55.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "5", name: "Aged Sake Pairing", price: "$25.00", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "6", name: "Velvet Chocolate Mousse", price: "$22.00", variant: "Sweets", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
]}
|
||||
title="Signature Collection"
|
||||
description="Indulge in our chef-curated selection, crafted with passion and precision."
|
||||
@@ -153,47 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Order Tracking",
|
||||
description: "Real-time updates as your meal travels from our 3D-mapped kitchen to your table.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant interior 3d",
|
||||
title: "Smart Order Tracking", description: "Real-time updates as your meal travels from our 3D-mapped kitchen to your table.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" }
|
||||
},
|
||||
{
|
||||
title: "WhatsApp Automation",
|
||||
description: "Seamless ordering via WhatsApp with auto-calculated details and instant confirmation.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=3",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=4",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=7",
|
||||
imageAlt: "fine dining culinary dish",
|
||||
title: "WhatsApp Automation", description: "Seamless ordering via WhatsApp with auto-calculated details and instant confirmation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" }
|
||||
},
|
||||
{
|
||||
title: "Live Status Controls",
|
||||
description: "Admin access to toggle restaurant status instantly across all synchronized devices.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=5",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=6",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=7",
|
||||
imageAlt: "automated order management dashboard ui",
|
||||
},
|
||||
title: "Live Status Controls", description: "Admin access to toggle restaurant status instantly across all synchronized devices.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Innovation at Your Table"
|
||||
@@ -206,61 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Julian V.",
|
||||
date: "Jan 2024",
|
||||
title: "Exceptional",
|
||||
quote: "The most seamless dining tech I have encountered.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior 3d",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sonia K.",
|
||||
date: "Dec 2023",
|
||||
title: "Perfection",
|
||||
quote: "Simply divine food and flawless ordering.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=8",
|
||||
imageAlt: "fine dining culinary dish",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark D.",
|
||||
date: "Nov 2023",
|
||||
title: "Tech & Taste",
|
||||
quote: "The 3D site is as impressive as the meal.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=8",
|
||||
imageAlt: "automated order management dashboard ui",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena R.",
|
||||
date: "Oct 2023",
|
||||
title: "Efficient",
|
||||
quote: "I love the WhatsApp integration, so easy!",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=4",
|
||||
imageAlt: "luxury restaurant interior 3d",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Liam B.",
|
||||
date: "Sep 2023",
|
||||
title: "Luxury",
|
||||
quote: "Five star service meets five star technology.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg?_wi=9",
|
||||
imageAlt: "fine dining culinary dish",
|
||||
},
|
||||
{ id: "1", name: "Julian V.", date: "Jan 2024", title: "Exceptional", quote: "The most seamless dining tech I have encountered.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageAlt: "luxury restaurant interior 3d" },
|
||||
{ id: "2", name: "Sonia K.", date: "Dec 2023", title: "Perfection", quote: "Simply divine food and flawless ordering.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg", imageAlt: "fine dining culinary dish" },
|
||||
{ id: "3", name: "Mark D.", date: "Nov 2023", title: "Tech & Taste", quote: "The 3D site is as impressive as the meal.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "automated order management dashboard ui" },
|
||||
{ id: "4", name: "Elena R.", date: "Oct 2023", title: "Efficient", quote: "I love the WhatsApp integration, so easy!", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageAlt: "luxury restaurant interior 3d" },
|
||||
{ id: "5", name: "Liam B.", date: "Sep 2023", title: "Luxury", quote: "Five star service meets five star technology.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg", imageAlt: "fine dining culinary dish" }
|
||||
]}
|
||||
title="A Premium Standard"
|
||||
description="What our guests say about the Elysium dining experience."
|
||||
@@ -270,16 +121,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to reserve your experience? Contact us at 9304567256 or reach out through WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact via WhatsApp",
|
||||
href: "https://wa.me/9304567256",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact via WhatsApp", href: "https://wa.me/9304567256" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user