diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 77412ec..86b6491 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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 ( @@ -49,9 +38,7 @@ export default function LandingPage() {
@@ -78,32 +61,8 @@ export default function LandingPage() { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e1b8ffc..c401f53 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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.", diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9d9f541..a5f19df 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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 ( @@ -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." - /> - - -
-
@@ -149,32 +54,8 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 22614a3..ff5479b 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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" } + ]} /> @@ -158,31 +97,11 @@ export default function LandingPage() { -
- -
-