Merge version_1 into main #2
297
src/app/page.tsx
297
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Altair NYC"
|
||||
/>
|
||||
@@ -55,113 +40,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevating Dining Above the Stars"
|
||||
description="Experience the pinnacle of fine dining in the heart of New York City, where innovation meets elegance."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg?_wi=1",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg?_wi=1",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-pot-near-twig_23-2147811215.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-dark-plate-with-decorative-flowers_23-2151973716.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cake-biscuits-with-fork-knife-black-background_140725-92002.jpg",
|
||||
imageAlt: "fine dining restaurant interior luxury",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-green-garlic-black-plate_23-2148425577.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Star Rated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "NYC Culinary Icon",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Tasting Menu",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Wine Selection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Craftsmanship",
|
||||
},
|
||||
]}
|
||||
leftCarouselItems={[{imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg", imageAlt: "fine dining restaurant interior luxury"}]}
|
||||
rightCarouselItems={[{imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/cutlery-pot-near-twig_23-2147811215.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-dark-plate-with-decorative-flowers_23-2151973716.jpg", imageAlt: "fine dining restaurant interior luxury"}, {imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cake-biscuits-with-fork-knife-black-background_140725-92002.jpg", imageAlt: "fine dining restaurant interior luxury"}]}
|
||||
buttons={[{ text: "Book Your Table", href: "/contact" }]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/flat-lay-green-garlic-black-plate_23-2148425577.jpg", alt: "Diner 2" }, { src: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", alt: "Diner 3" }, { src: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg", alt: "Diner 4" }, { src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", alt: "Diner 5" }]}
|
||||
marqueeItems={[{type: "text", text: "Michelin Star Rated"}, {type: "text", text: "NYC Culinary Icon"}, {type: "text", text: "Seasonal Tasting Menu"}, {type: "text", text: "Fine Wine Selection"}, {type: "text", text: "Authentic Craftsmanship"}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,62 +57,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Altair",
|
||||
name: "Truffle Infused Scallops",
|
||||
price: "$85",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Altair",
|
||||
name: "Wagyu Beef Filet",
|
||||
price: "$125",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Altair",
|
||||
name: "Oceanic Caviar Tart",
|
||||
price: "$150",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598375.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Altair",
|
||||
name: "Saffron Risotto",
|
||||
price: "$65",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Altair",
|
||||
name: "Deconstructed Chocolate Sphere",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Altair",
|
||||
name: "Signature Martini",
|
||||
price: "$30",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg",
|
||||
},
|
||||
]}
|
||||
products={[{id: "p1", brand: "Altair", name: "Truffle Infused Scallops", price: "$85", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg"}, {id: "p2", brand: "Altair", name: "Wagyu Beef Filet", price: "$125", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"}, {id: "p3", brand: "Altair", name: "Oceanic Caviar Tart", price: "$150", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598375.jpg"}, {id: "p4", brand: "Altair", name: "Saffron Risotto", price: "$65", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg"}, {id: "p5", brand: "Altair", name: "Deconstructed Chocolate Sphere", price: "$45", rating: 5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg"}, {id: "p6", brand: "Altair", name: "Signature Martini", price: "$30", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetablesin-plate_140725-759.jpg"}]}
|
||||
title="Signature Creations"
|
||||
description="A curated selection of our most exquisite dishes, crafted with the finest seasonal ingredients."
|
||||
/>
|
||||
@@ -236,63 +67,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Vance",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible",
|
||||
quote: "The best dining experience I have ever had.",
|
||||
tag: "Food Critic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg?_wi=2",
|
||||
imageAlt: "sophisticated diner luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julian Thorne",
|
||||
date: "Sep 2023",
|
||||
title: "Stunning",
|
||||
quote: "Altair raises the bar for New York City dining.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg?_wi=2",
|
||||
imageAlt: "sophisticated diner luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Moretti",
|
||||
date: "Aug 2023",
|
||||
title: "Perfect",
|
||||
quote: "Exquisite flavors, flawless wine pairings.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=1",
|
||||
imageAlt: "sophisticated diner luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Sterling",
|
||||
date: "Jul 2023",
|
||||
title: "Luxury Defined",
|
||||
quote: "A must-visit for any fine dining enthusiast.",
|
||||
tag: "Executive",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=1",
|
||||
imageAlt: "sophisticated diner luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Chen",
|
||||
date: "Jun 2023",
|
||||
title: "Sublime",
|
||||
quote: "Simply unparalleled service and mastery.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg?_wi=2",
|
||||
imageAlt: "sophisticated diner luxury restaurant",
|
||||
},
|
||||
]}
|
||||
testimonials={[{id: "1", name: "Elena Vance", date: "Oct 2023", title: "Incredible", quote: "The best dining experience I have ever had.", tag: "Food Critic", avatarSrc: "http://img.b2bpic.net/free-photo/knocking-glasses-with-wine-group-friends-elegant-wear-have-luxury-dinner_146671-14449.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", imageAlt: "sophisticated diner luxury restaurant"}, {id: "2", name: "Julian Thorne", date: "Sep 2023", title: "Stunning", quote: "Altair raises the bar for New York City dining.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-bowl-with-poppy-seeds-black-background_23-2148340361.jpg", imageAlt: "sophisticated diner luxury restaurant"}, {id: "3", name: "Sophia Moretti", date: "Aug 2023", title: "Perfect", quote: "Exquisite flavors, flawless wine pairings.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "sophisticated diner luxury restaurant"}, {id: "4", name: "Mark Sterling", date: "Jul 2023", title: "Luxury Defined", quote: "A must-visit for any fine dining enthusiast.", tag: "Executive", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "sophisticated diner luxury restaurant"}, {id: "5", name: "Linda Chen", date: "Jun 2023", title: "Sublime", quote: "Simply unparalleled service and mastery.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg", imageAlt: "sophisticated diner luxury restaurant"}]}
|
||||
title="Excellence Refined"
|
||||
description="Hear what our guests have to say about their experience at Altair Restaurant."
|
||||
/>
|
||||
@@ -303,37 +78,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Executive Chef",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Chef Marco Rossini",
|
||||
subtitle: "Executive Chef",
|
||||
detail: "Visionary chef of modern cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Sarah Jenkins",
|
||||
subtitle: "Sous Chef",
|
||||
detail: "Expert in seasonal flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "David Miller",
|
||||
subtitle: "Pastry Chef",
|
||||
detail: "Master of artisan confections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg?_wi=3",
|
||||
imageAlt: "professional chef fine dining kitchen",
|
||||
},
|
||||
]}
|
||||
groups={[{id: "g1", groupTitle: "Executive Chef", members: [{id: "m1", title: "Chef Marco Rossini", subtitle: "Executive Chef", detail: "Visionary chef of modern cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg"}, {id: "m2", title: "Sarah Jenkins", subtitle: "Sous Chef", detail: "Expert in seasonal flavors.", imageSrc: "http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg"}, {id: "m3", title: "David Miller", subtitle: "Pastry Chef", detail: "Master of artisan confections.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-chef-working-stovetop-cooking-vegetables-oil-with-kitchen-tools_482257-121198.jpg"}]}]}
|
||||
title="Meet the Mastermind"
|
||||
description="Discover the vision behind our culinary magic."
|
||||
/>
|
||||
@@ -344,23 +89,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Altair Philosophy"
|
||||
description={[
|
||||
"Our philosophy is rooted in the intersection of nature and culinary innovation.",
|
||||
"We source only the finest local ingredients to create dishes that tell a unique story.",
|
||||
]}
|
||||
"Our philosophy is rooted in the intersection of nature and culinary innovation.", "We source only the finest local ingredients to create dishes that tell a unique story."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Altair Restaurant NYC"
|
||||
leftLink={{
|
||||
text: "Reservations",
|
||||
href: "/contact",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
leftLink={{ text: "Reservations", href: "/contact" }}
|
||||
rightLink={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user