Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "/menu" },
|
||||||
id: "/",
|
{ name: "Reservations", id: "/reservations" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reservations",
|
|
||||||
id: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="THE WISEMEN"
|
brandName="THE WISEMEN"
|
||||||
|
button={{ text: "Reserve", href: "/reservations" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -52,16 +41,8 @@ export default function LandingPage() {
|
|||||||
title="Get In Touch"
|
title="Get In Touch"
|
||||||
description="We are here to assist with any questions."
|
description="We are here to assist with any questions."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "email", type: "email", placeholder: "Email" },
|
||||||
name: "email",
|
{ name: "inquiry", type: "text", placeholder: "Subject" },
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "inquiry",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Subject",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -76,20 +57,8 @@ export default function LandingPage() {
|
|||||||
title="Find Us"
|
title="Find Us"
|
||||||
description="Located in the heart of the city."
|
description="Located in the heart of the city."
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Directions", description: "Easy access from main transport hubs.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", buttonText: "View Map" },
|
||||||
title: "Directions",
|
{ title: "Operating Hours", description: "Open Tuesday to Sunday for dinner.", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg", buttonText: "View Hours" },
|
||||||
description: "Easy access from main transport hubs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
|
||||||
buttonText: "View Map",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Operating Hours",
|
|
||||||
description: "Open Tuesday to Sunday for dinner.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg",
|
|
||||||
buttonText: "View Hours",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,28 +67,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="THE WISEMEN"
|
logoText="THE WISEMEN"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
|
||||||
title: "Navigate",
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Menu",
|
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "/menu" },
|
||||||
id: "/",
|
{ name: "Reservations", id: "/reservations" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reservations",
|
|
||||||
id: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="THE WISEMEN"
|
brandName="THE WISEMEN"
|
||||||
|
button={{ text: "Reserve", href: "/reservations" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -55,20 +44,8 @@ export default function LandingPage() {
|
|||||||
title="Our Signature Dishes"
|
title="Our Signature Dishes"
|
||||||
description="Savor the flavors of our most cherished recipes."
|
description="Savor the flavors of our most cherished recipes."
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", buttonText: "View Dish" },
|
||||||
title: "Signature Steak",
|
{ title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg", buttonText: "View Dessert" },
|
||||||
description: "Prime aged beef with seasonal herbs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg",
|
|
||||||
buttonText: "View Dish",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Delicate Dessert",
|
|
||||||
description: "Masterfully crafted chocolate delights.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
|
|
||||||
buttonText: "View Dessert",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -79,16 +56,8 @@ export default function LandingPage() {
|
|||||||
title="Inquire About Menus"
|
title="Inquire About Menus"
|
||||||
description="Need information regarding dietary restrictions?"
|
description="Need information regarding dietary restrictions?"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Name" },
|
||||||
name: "name",
|
{ name: "message", type: "text", placeholder: "Your message" },
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "message",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Your message",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -98,28 +67,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="THE WISEMEN"
|
logoText="THE WISEMEN"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
|
||||||
title: "Navigate",
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Menu",
|
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
199
src/app/page.tsx
199
src/app/page.tsx
@@ -28,83 +28,35 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "/menu" },
|
||||||
id: "/",
|
{ name: "Reservations", id: "/reservations" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reservations",
|
|
||||||
id: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="THE WISEMEN"
|
brandName="THE WISEMEN"
|
||||||
|
button={{ text: "Reserve", href: "/reservations" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Sophistication in Every Detail"
|
title="Sophistication in Every Detail"
|
||||||
description="Experience fine dining reimagined. Join us at The Wisemen for an evening of unparalleled culinary excellence."
|
description="Experience fine dining reimagined. Join us at The Wisemen for an evening of unparalleled culinary excellence."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg", alt: "Diner" },
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg", alt: "Diner" },
|
||||||
alt: "Diner",
|
{ src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Diner" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg", alt: "Diner" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", alt: "Diner" },
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg",
|
|
||||||
alt: "Diner",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
|
||||||
alt: "Diner",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-holding-hands-with-her-lover_23-2148060335.jpg",
|
|
||||||
alt: "Diner",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
|
||||||
alt: "Diner",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Reserve Now",
|
|
||||||
href: "/reservations",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Reserve Now", href: "/reservations" }]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Michelin Starred Quality" },
|
||||||
type: "text",
|
{ type: "text", text: "Exquisite Wine Cellar" },
|
||||||
text: "Michelin Starred Quality",
|
{ type: "text", text: "Artisanal Cocktails" },
|
||||||
},
|
{ type: "text", text: "Fine Dining Excellence" },
|
||||||
{
|
{ type: "text", text: "Private Events" },
|
||||||
type: "text",
|
|
||||||
text: "Exquisite Wine Cellar",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Artisanal Cocktails",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Fine Dining Excellence",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Private Events",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -113,46 +65,22 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Our Philosophy" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg", alt: "Philosophy" },
|
||||||
content: "Our Philosophy",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg",
|
|
||||||
alt: "Philosophy",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyNine
|
<FeatureCardTwentyNine
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "The Bar", description: "Handcrafted cocktails in a sophisticated setting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg", buttonText: "Explore Bar" },
|
||||||
title: "The Bar",
|
{ title: "Private Dining", description: "Exclusive space for intimate occasions.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg", buttonText: "Inquire" },
|
||||||
description: "Handcrafted cocktails in a sophisticated setting.",
|
{ title: "Seasonal Menu", description: "Fresh ingredients, expertly prepared.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", buttonText: "View Menu" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg",
|
|
||||||
buttonText: "Explore Bar",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Private Dining",
|
|
||||||
description: "Exclusive space for intimate occasions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg",
|
|
||||||
buttonText: "Inquire",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Seasonal Menu",
|
|
||||||
description: "Fresh ingredients, expertly prepared.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg",
|
|
||||||
buttonText: "View Menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="A World of Taste"
|
title="A World of Taste"
|
||||||
description="Indulge in our curated seasonal menu."
|
description="Indulge in our curated seasonal menu."
|
||||||
@@ -166,46 +94,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Marcus Aurelius", role: "Food Critic", company: "Fine Dine Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Sarah Connor", role: "Patron", company: "Wisemen Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg" },
|
||||||
name: "Marcus Aurelius",
|
{ id: "3", name: "James Bond", role: "Patron", company: "Wisemen Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23871.jpg" },
|
||||||
role: "Food Critic",
|
{ id: "4", name: "Elena Fisher", role: "Patron", company: "Wisemen Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-champagne-glass_23-2148741473.jpg" },
|
||||||
company: "Fine Dine Weekly",
|
{ id: "5", name: "Victor Sullivan", role: "Patron", company: "Wisemen Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg" },
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Sarah Connor",
|
|
||||||
role: "Patron",
|
|
||||||
company: "Wisemen Guest",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "James Bond",
|
|
||||||
role: "Patron",
|
|
||||||
company: "Wisemen Guest",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23871.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Elena Fisher",
|
|
||||||
role: "Patron",
|
|
||||||
company: "Wisemen Guest",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-holding-champagne-glass_23-2148741473.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Victor Sullivan",
|
|
||||||
role: "Patron",
|
|
||||||
company: "Wisemen Guest",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Gourmet Reviews"
|
title="Gourmet Reviews"
|
||||||
description="What our patrons are saying."
|
description="What our patrons are saying."
|
||||||
@@ -218,16 +111,8 @@ export default function LandingPage() {
|
|||||||
title="Visit Us"
|
title="Visit Us"
|
||||||
description="Reserve your table today."
|
description="Reserve your table today."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Name" },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Email" },
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-restaurante_1203-758.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/unfocused-restaurante_1203-758.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -237,28 +122,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="THE WISEMEN"
|
logoText="THE WISEMEN"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
|
||||||
title: "Navigate",
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Menu",
|
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,24 +25,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "/menu" },
|
||||||
id: "/",
|
{ name: "Reservations", id: "/reservations" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reservations",
|
|
||||||
id: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="THE WISEMEN"
|
brandName="THE WISEMEN"
|
||||||
|
button={{ text: "Reserve", href: "/reservations" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -52,16 +41,8 @@ export default function LandingPage() {
|
|||||||
title="Book Your Table"
|
title="Book Your Table"
|
||||||
description="Secure your spot at The Wisemen."
|
description="Secure your spot at The Wisemen."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Name" },
|
||||||
name: "name",
|
{ name: "date", type: "date", placeholder: "Date" },
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "date",
|
|
||||||
type: "date",
|
|
||||||
placeholder: "Date",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -76,20 +57,8 @@ export default function LandingPage() {
|
|||||||
title="Private Events"
|
title="Private Events"
|
||||||
description="Elegant spaces for your milestone celebrations."
|
description="Elegant spaces for your milestone celebrations."
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Ballroom", description: "Grand space for large gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", buttonText: "Book Now" },
|
||||||
title: "Ballroom",
|
{ title: "Lounge", description: "Cozy space for intimate groups.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-hotel-bar-lounge_23-2151933842.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg", buttonText: "Book Now" },
|
||||||
description: "Grand space for large gatherings.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
|
||||||
buttonText: "Book Now",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Lounge",
|
|
||||||
description: "Cozy space for intimate groups.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-hotel-bar-lounge_23-2151933842.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg",
|
|
||||||
buttonText: "Book Now",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,28 +67,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="THE WISEMEN"
|
logoText="THE WISEMEN"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
|
||||||
title: "Navigate",
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Menu",
|
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user