Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -25,22 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "/story",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "/reserve",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Story", id: "/story" },
|
||||
{ name: "Reserve", id: "/reserve" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Elysium"
|
||||
/>
|
||||
@@ -49,9 +38,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Informed"
|
||||
title="Newsletter"
|
||||
description="Receive news on seasonal menu updates and reservation openings."
|
||||
@@ -64,12 +51,8 @@ export default function LandingPage() {
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{
|
||||
heading: "Policy",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "All reservations are non-refundable within 48 hours.",
|
||||
},
|
||||
},
|
||||
heading: "Policy", content: "All reservations are non-refundable within 48 hours."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,32 +61,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Elysium"
|
||||
columns={[
|
||||
{
|
||||
title: "Experience",
|
||||
items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "/reserve",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Identity",
|
||||
items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "/story",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Experience", items: [{ label: "Reserve", href: "/reserve" }, { label: "Menu", href: "/menu" }] },
|
||||
{ title: "Identity", items: [{ label: "Story", href: "/story" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Elysium Fine Dining. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Elysium | Fine Dining Restaurant',
|
||||
description: 'Experience fine dining at Elysium. Candlelit obsidian and antique gold flavors defined by restraint.',
|
||||
title: 'Elysium | Fine Dining',
|
||||
description: 'Exquisite fine dining experience at Elysium.',
|
||||
openGraph: {
|
||||
"title": "Elysium Fine Dining",
|
||||
"description": "Reserve your table at Elysium.",
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Coffee, Leaf, Star, Wine, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -25,22 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "/story",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "/reserve",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Story", id: "/story" },
|
||||
{ name: "Reserve", id: "/reserve" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Elysium"
|
||||
/>
|
||||
@@ -51,96 +40,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Winter Roots",
|
||||
description: "Earth-focused textures.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg?_wi=2",
|
||||
imageAlt: "fine dining table atmosphere dark",
|
||||
},
|
||||
{
|
||||
title: "Deep Sea",
|
||||
description: "Cold water bounty.",
|
||||
icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=3",
|
||||
imageAlt: "wagyu rice gourmet food plating",
|
||||
},
|
||||
{
|
||||
title: "Foraged Earth",
|
||||
description: "Micro-seasonal findings.",
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=4",
|
||||
imageAlt: "abalone seafood gourmet luxury",
|
||||
},
|
||||
]}
|
||||
title="The Seasonal Rotation"
|
||||
description="Our menu shifts with the cadence of the seasons, honoring local purity."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Beverage Pairing"
|
||||
description="Expertly curated wines and teas to accompany your progression."
|
||||
features={[
|
||||
{
|
||||
title: "Reserve Cellar",
|
||||
description: "Vintage expressions.",
|
||||
icon: Wine,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=4",
|
||||
imageAlt: "wagyu beef dish close-up",
|
||||
},
|
||||
{
|
||||
title: "Ceremonial Tea",
|
||||
description: "Rare hand-picked leaves.",
|
||||
icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=5",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg?_wi=4",
|
||||
imageAlt: "sweet potato ice cream dessert",
|
||||
},
|
||||
{ title: "Winter Roots", description: "Earth-focused textures.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg" }] },
|
||||
{ title: "Deep Sea", description: "Cold water bounty.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg" }] },
|
||||
{ title: "Foraged Earth", description: "Micro-seasonal findings.", icon: Leaf, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,32 +54,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Elysium"
|
||||
columns={[
|
||||
{
|
||||
title: "Experience",
|
||||
items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "/reserve",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Identity",
|
||||
items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "/story",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Experience", items: [{ label: "Reserve", href: "/reserve" }, { label: "Menu", href: "/menu" }] },
|
||||
{ title: "Identity", items: [{ label: "Story", href: "/story" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Elysium Fine Dining. All rights reserved."
|
||||
/>
|
||||
|
||||
200
src/app/page.tsx
200
src/app/page.tsx
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -10,6 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Clock, Flame, Leaf } from "lucide-react";
|
||||
import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow/FeatureBorderGlow';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,22 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "/story",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "/reserve",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Story", id: "/story" },
|
||||
{ name: "Reserve", id: "/reserve" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Elysium"
|
||||
/>
|
||||
@@ -52,62 +41,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="A Symphony of Restraint"
|
||||
description="Candlelit obsidian, antique gold, and flavors defined by purpose. Your seat at Elysium awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "/reserve",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg?_wi=1"
|
||||
buttons={[{ text: "Reserve Your Table", href: "/reserve" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg"
|
||||
imageAlt="Candlelit fine dining atmosphere"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-cute-image-pretty-blonde-woman-posing-sitting-enjoy-her-meal-looking-camera-elegant-floral-dress-bright-make-up-eating-raspberry-cake_291049-2358.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-work-with-laptops-close-up_23-2149097920.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-cute-image-pretty-blonde-woman-posing-sitting-enjoy-her-meal-looking-camera-elegant-floral-dress-bright-make-up-eating-raspberry-cake_291049-2358.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-work-with-laptops-close-up_23-2149097920.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", alt: "Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg", alt: "Guest" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Star Focus",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Artistry",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Seating",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Pairings",
|
||||
},
|
||||
{ type: "text", text: "Michelin Star Focus" },
|
||||
{ type: "text", text: "Sustainable Sourcing" },
|
||||
{ type: "text", text: "Seasonal Artistry" },
|
||||
{ type: "text", text: "Exclusive Seating" },
|
||||
{ type: "text", text: "Curated Pairings" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,7 +71,8 @@ export default function LandingPage() {
|
||||
title="The Art of Absence"
|
||||
description="We remove the noise. Elysium is where the ingredient speaks in its purest form, stripped of unnecessary flourish."
|
||||
subdescription="From the delicate abalone to the earth-bound sweetness of potato ice cream, every element is a conscious decision."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=1"
|
||||
icon={Leaf}
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -130,27 +83,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Shimmering Abalone",
|
||||
price: "Market",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Wagyu Rice",
|
||||
price: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sweet Potato Ice Cream",
|
||||
price: "Seasonal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Current Expressions"
|
||||
description="Our menu shifts with the cadence of the seasons, honoring local purity."
|
||||
products={[
|
||||
{ id: "p1", name: "Shimmering Abalone", price: "Market", imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg" },
|
||||
{ id: "p2", name: "Wagyu Rice", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg" },
|
||||
{ id: "p3", name: "Sweet Potato Ice Cream", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,31 +97,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aria V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-cute-image-pretty-blonde-woman-posing-sitting-enjoy-her-meal-looking-camera-elegant-floral-dress-bright-make-up-eating-raspberry-cake_291049-2358.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-work-with-laptops-close-up_23-2149097920.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Aria V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg" },
|
||||
{ id: "t2", name: "Julian S.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-cute-image-pretty-blonde-woman-posing-sitting-enjoy-her-meal-looking-camera-elegant-floral-dress-bright-make-up-eating-raspberry-cake_291049-2358.jpg" },
|
||||
{ id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/people-work-with-laptops-close-up_23-2149097920.jpg" },
|
||||
{ id: "t4", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" },
|
||||
{ id: "t5", name: "Sofia K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg" }
|
||||
]}
|
||||
cardTitle="Guest Impressions"
|
||||
cardTag="Provenance"
|
||||
@@ -190,63 +109,12 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="The Elysium Standard"
|
||||
description="We uphold the highest standards of culinary restraint and ingredient purity."
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Local Harvest",
|
||||
description: "Sourced daily from regional artisans.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Intentional Timing",
|
||||
description: "Every dish served at the peak of flavor.",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Charcoal Craft",
|
||||
description: "Traditional open-fire preparation methods.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Elysium"
|
||||
columns={[
|
||||
{
|
||||
title: "Experience",
|
||||
items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "/reserve",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Identity",
|
||||
items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "/story",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Experience", items: [{ label: "Reserve", href: "/reserve" }, { label: "Menu", href: "/menu" }] },
|
||||
{ title: "Identity", items: [{ label: "Story", href: "/story" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Elysium Fine Dining. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user