Update src/app/page.tsx
This commit is contained in:
333
src/app/page.tsx
333
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Specials", id: "#specials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Selection Restaurant & Lounge"
|
||||
/>
|
||||
@@ -68,88 +54,48 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Culinary Excellence at Selection Restaurant & Lounge"
|
||||
description="Savor exquisite dishes crafted with passion and precision. Join us for an unforgettable dining experience in a sophisticated ambiance."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Chef Antoine Dubois",
|
||||
handle: "@antoidubois",
|
||||
testimonial: "Selection offers an unparalleled culinary journey. Their dedication to fresh ingredients and innovative flavors is truly remarkable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg",
|
||||
imageAlt: "Chef Antoine Dubois",
|
||||
},
|
||||
name: "Chef Antoine Dubois", handle: "@antoidubois", testimonial: "Selection offers an unparalleled culinary journey. Their dedication to fresh ingredients and innovative flavors is truly remarkable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg", imageAlt: "Chef Antoine Dubois"},
|
||||
{
|
||||
name: "Isabelle Chen",
|
||||
handle: "@gourmetguide",
|
||||
testimonial: "Every dish at Selection is a work of art. The ambiance is perfect for any occasion, and the service is impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62400.jpg",
|
||||
imageAlt: "Isabelle Chen",
|
||||
},
|
||||
name: "Isabelle Chen", handle: "@gourmetguide", testimonial: "Every dish at Selection is a work of art. The ambiance is perfect for any occasion, and the service is impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62400.jpg", imageAlt: "Isabelle Chen"},
|
||||
{
|
||||
name: "Chef Julianne P.",
|
||||
handle: "@tastebuds",
|
||||
testimonial: "A gastronomic delight! Selection consistently delivers innovative flavors and impeccable presentation. Truly a standout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2920.jpg",
|
||||
imageAlt: "Blond man with happy expression",
|
||||
},
|
||||
name: "Chef Julianne P.", handle: "@tastebuds", testimonial: "A gastronomic delight! Selection consistently delivers innovative flavors and impeccable presentation. Truly a standout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2920.jpg", imageAlt: "Blond man with happy expression"},
|
||||
{
|
||||
name: "Mark R. Johnson",
|
||||
handle: "@diningexpert",
|
||||
testimonial: "The attention to detail, from the decor to each course, makes Selection an absolute must-visit. Highly recommended for any occasion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
|
||||
imageAlt: "Confident businessman with beard smiling at camera",
|
||||
},
|
||||
name: "Mark R. Johnson", handle: "@diningexpert", testimonial: "The attention to detail, from the decor to each course, makes Selection an absolute must-visit. Highly recommended for any occasion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg", imageAlt: "Confident businessman with beard smiling at camera"},
|
||||
{
|
||||
name: "Dr. Anya Sharma",
|
||||
handle: "@culinarydoc",
|
||||
testimonial: "Every visit to Selection is a celebration. The menu is diverse, the staff are delightful, and the overall experience is sublime.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg",
|
||||
imageAlt: "Black businessman happy expression",
|
||||
},
|
||||
name: "Dr. Anya Sharma", handle: "@culinarydoc", testimonial: "Every visit to Selection is a celebration. The menu is diverse, the staff are delightful, and the overall experience is sublime.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg", imageAlt: "Black businessman happy expression"},
|
||||
]}
|
||||
testimonialRotationInterval={7000}
|
||||
tag="Welcome to Selection"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2901.jpg",
|
||||
alt: "Blond man, happy expression",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2901.jpg", alt: "Blond man, happy expression"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-73329.jpg",
|
||||
alt: "Mature woman posing in the studio",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-73329.jpg", alt: "Mature woman posing in the studio"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62437.jpg",
|
||||
alt: "An expressive young lady posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62437.jpg", alt: "An expressive young lady posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62434.jpg",
|
||||
alt: "An expressive young lady posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62434.jpg", alt: "An expressive young lady posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-confectioner-white-wear-smiling-posing-pink-wall-cook-confectionery-sweet-pastry-work_140725-35324.jpg",
|
||||
alt: "Female confectioner smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-confectioner-white-wear-smiling-posing-pink-wall-cook-confectionery-sweet-pastry-work_140725-35324.jpg", alt: "Female confectioner smiling"},
|
||||
]}
|
||||
avatarText="Trusted by top chefs & critics worldwide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hanging-lamp_1339-2713.jpg"
|
||||
@@ -158,29 +104,19 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Cuisine",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Cuisine", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Exceptional Service", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Finest Ingredients",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Finest Ingredients", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite Wine List",
|
||||
icon: Grape,
|
||||
type: "text-icon", text: "Exquisite Wine List", icon: Grape,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Elegant Ambiance",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Elegant Ambiance", icon: Diamond,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -193,10 +129,8 @@ export default function LandingPage() {
|
||||
title="A Legacy of Flavor and Refined Hospitality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
description="At Selection, we believe dining is an art. Our journey began with a simple passion: to create a space where culinary innovation meets timeless elegance. We source the finest local produce and global delicacies, transforming them into dishes that tell a story. From our meticulous chefs to our attentive front-of-house team, every member is dedicated to crafting an unforgettable experience. Join us and become part of our continuing legacy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,48 +141,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Seasonal Delights",
|
||||
title: "Chef's Tasting Menu",
|
||||
items: [
|
||||
"A curated multi-course experience.",
|
||||
"Showcasing the freshest seasonal ingredients.",
|
||||
"Perfect for a culinary adventure.",
|
||||
],
|
||||
id: "f1", label: "Seasonal Delights", title: "Chef's Tasting Menu", items: [
|
||||
"A curated multi-course experience.", "Showcasing the freshest seasonal ingredients.", "Perfect for a culinary adventure."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Discover More",
|
||||
},
|
||||
text: "Discover More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Exquisite Pairings",
|
||||
title: "Sommelier's Wine Selection",
|
||||
items: [
|
||||
"Expertly chosen wines to complement your meal.",
|
||||
"From regional gems to international classics.",
|
||||
"Enhance your dining with perfect harmony.",
|
||||
],
|
||||
id: "f2", label: "Exquisite Pairings", title: "Sommelier's Wine Selection", items: [
|
||||
"Expertly chosen wines to complement your meal.", "From regional gems to international classics.", "Enhance your dining with perfect harmony."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Wines",
|
||||
},
|
||||
text: "Explore Wines"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Signature Creations",
|
||||
title: "Lounge Cocktail Specials",
|
||||
items: [
|
||||
"Innovative cocktails crafted by our mixologists.",
|
||||
"Unique flavors and stunning presentations.",
|
||||
"Perfect for an evening of relaxation.",
|
||||
],
|
||||
id: "f3", label: "Signature Creations", title: "Lounge Cocktail Specials", items: [
|
||||
"Innovative cocktails crafted by our mixologists.", "Unique flavors and stunning presentations.", "Perfect for an evening of relaxation."],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Cocktails",
|
||||
},
|
||||
text: "View Cocktails"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -269,65 +182,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main Course",
|
||||
name: "Pan-Seared Duck Breast",
|
||||
price: "$38.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg",
|
||||
imageAlt: "Pan-Seared Duck Breast",
|
||||
},
|
||||
id: "p1", brand: "Main Course", name: "Pan-Seared Duck Breast", price: "$38.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-pouring-seasoning-beef-stake-plate_417767-259.jpg", imageAlt: "Pan-Seared Duck Breast"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pasta",
|
||||
name: "Lobster & Saffron Risotto",
|
||||
price: "$42.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-fettuccini-with-cream-sauce-parmesan-avocado_140725-5910.jpg",
|
||||
imageAlt: "Lobster & Saffron Risotto",
|
||||
},
|
||||
id: "p2", brand: "Pasta", name: "Lobster & Saffron Risotto", price: "$42.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/salmon-fettuccini-with-cream-sauce-parmesan-avocado_140725-5910.jpg", imageAlt: "Lobster & Saffron Risotto"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Appetizer",
|
||||
name: "Heirloom Tomato Burrata",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-sliced-eggs-red-pepper-side-view_141793-13211.jpg",
|
||||
imageAlt: "Heirloom Tomato Burrata",
|
||||
},
|
||||
id: "p3", brand: "Appetizer", name: "Heirloom Tomato Burrata", price: "$18.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-sliced-eggs-red-pepper-side-view_141793-13211.jpg", imageAlt: "Heirloom Tomato Burrata"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Beverage",
|
||||
name: "Smoked Old Fashioned",
|
||||
price: "$16.00",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg",
|
||||
imageAlt: "Smoked Old Fashioned Cocktail",
|
||||
},
|
||||
id: "p4", brand: "Beverage", name: "Smoked Old Fashioned", price: "$16.00", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg", imageAlt: "Smoked Old Fashioned Cocktail"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Dessert",
|
||||
name: "Warm Chocolate Lava Cake",
|
||||
price: "$14.00",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973722.jpg",
|
||||
imageAlt: "Warm Chocolate Lava Cake",
|
||||
},
|
||||
id: "p5", brand: "Dessert", name: "Warm Chocolate Lava Cake", price: "$14.00", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973722.jpg", imageAlt: "Warm Chocolate Lava Cake"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Starter",
|
||||
name: "Artisanal Cheese Selection",
|
||||
price: "$26.00",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausages-desk-with-white-wine-vegetables-table-food-meal-restaurant-meat_140725-28326.jpg",
|
||||
imageAlt: "Artisanal Cheese Selection",
|
||||
},
|
||||
id: "p6", brand: "Starter", name: "Artisanal Cheese Selection", price: "$26.00", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausages-desk-with-white-wine-vegetables-table-food-meal-restaurant-meat_140725-28326.jpg", imageAlt: "Artisanal Cheese Selection"},
|
||||
]}
|
||||
title="Our Culinary Masterpieces"
|
||||
description="Explore a selection of our finest dishes and handcrafted beverages, each prepared with the highest quality ingredients and artistic presentation."
|
||||
@@ -344,29 +215,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Chef Elena Rossi",
|
||||
role: "Executive Chef",
|
||||
description: "With over two decades of experience, Chef Rossi leads our kitchen with innovative flair and a commitment to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-grey-haired-man-wearing-professional-cook-uniform-hat-making-fish-face-with-lips-crazy-comical-gesture-funny-expression_839833-10670.jpg",
|
||||
imageAlt: "Chef Elena Rossi",
|
||||
},
|
||||
id: "t1", name: "Chef Elena Rossi", role: "Executive Chef", description: "With over two decades of experience, Chef Rossi leads our kitchen with innovative flair and a commitment to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-grey-haired-man-wearing-professional-cook-uniform-hat-making-fish-face-with-lips-crazy-comical-gesture-funny-expression_839833-10670.jpg", imageAlt: "Chef Elena Rossi"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Restaurant Manager",
|
||||
description: "Marcus ensures every guest enjoys impeccable service and a seamless dining experience, overseeing all front-of-house operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doorkeeper-shows-left-side-studio_482257-90877.jpg",
|
||||
imageAlt: "Marcus Thorne",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", role: "Restaurant Manager", description: "Marcus ensures every guest enjoys impeccable service and a seamless dining experience, overseeing all front-of-house operations.", imageSrc: "http://img.b2bpic.net/free-photo/doorkeeper-shows-left-side-studio_482257-90877.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie Laurent",
|
||||
role: "Head Pastry Chef",
|
||||
description: "Sophie crafts our exquisite desserts, combining classic techniques with modern artistry to create unforgettable sweet endings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-cap-drinking-coffee-green-wall_140725-26371.jpg",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "t3", name: "Sophie Laurent", role: "Head Pastry Chef", description: "Sophie crafts our exquisite desserts, combining classic techniques with modern artistry to create unforgettable sweet endings.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-cap-drinking-coffee-green-wall_140725-26371.jpg", imageAlt: "Sophie Laurent"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind every exceptional dish and every memorable moment is our passionate team, committed to delivering unparalleled quality and service."
|
||||
@@ -382,29 +235,17 @@ export default function LandingPage() {
|
||||
author="Local Food Critic"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", alt: "Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-fork-with-food_23-2148899036.jpg",
|
||||
alt: "Robert Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-fork-with-food_23-2148899036.jpg", alt: "Robert Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
alt: "David Brown",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", alt: "David Brown"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg",
|
||||
alt: "Sarah Green",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg", alt: "Sarah Green"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -415,8 +256,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="Reserve Your Table or Make an Inquiry"
|
||||
description="We look forward to welcoming you to Selection Restaurant & Lounge. Fill out the form below for reservations or any questions."
|
||||
@@ -434,58 +274,35 @@ export default function LandingPage() {
|
||||
logoText="Selection Restaurant & Lounge"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Specials", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user