Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-12 20:04:33 +00:00
4 changed files with 65 additions and 353 deletions

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reservations",
id: "/reservations",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Reservations", id: "/reservations" },
{ name: "Contact", id: "/contact" },
]}
brandName="THE WISEMEN"
button={{ text: "Reserve", href: "/reservations" }}
/>
</div>
@@ -52,16 +41,8 @@ export default function LandingPage() {
title="Get In Touch"
description="We are here to assist with any questions."
inputs={[
{
name: "email",
type: "email",
placeholder: "Email",
},
{
name: "inquiry",
type: "text",
placeholder: "Subject",
},
{ name: "email", type: "email", placeholder: "Email" },
{ name: "inquiry", type: "text", placeholder: "Subject" },
]}
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"
description="Located in the heart of the city."
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: "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",
},
{ 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: "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>
@@ -98,28 +67,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="THE WISEMEN"
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
]}
/>
</div>

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reservations",
id: "/reservations",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Reservations", id: "/reservations" },
{ name: "Contact", id: "/contact" },
]}
brandName="THE WISEMEN"
button={{ text: "Reserve", href: "/reservations" }}
/>
</div>
@@ -55,20 +44,8 @@ export default function LandingPage() {
title="Our Signature Dishes"
description="Savor the flavors of our most cherished recipes."
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: "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",
},
{ 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: "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>
@@ -79,16 +56,8 @@ export default function LandingPage() {
title="Inquire About Menus"
description="Need information regarding dietary restrictions?"
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "message",
type: "text",
placeholder: "Your message",
},
{ name: "name", 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"
/>
@@ -98,28 +67,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="THE WISEMEN"
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
]}
/>
</div>

View File

@@ -28,83 +28,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reservations",
id: "/reservations",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Reservations", id: "/reservations" },
{ name: "Contact", id: "/contact" },
]}
brandName="THE WISEMEN"
button={{ text: "Reserve", href: "/reservations" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Sophistication in Every Detail"
description="Experience fine dining reimagined. Join us at The Wisemen for an evening of unparalleled culinary excellence."
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/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",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.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" }]}
marqueeItems={[
{
type: "text",
text: "Michelin Starred Quality",
},
{
type: "text",
text: "Exquisite Wine Cellar",
},
{
type: "text",
text: "Artisanal Cocktails",
},
{
type: "text",
text: "Fine Dining Excellence",
},
{
type: "text",
text: "Private Events",
},
{ type: "text", text: "Michelin Starred Quality" },
{ type: "text", text: "Exquisite Wine Cellar" },
{ type: "text", text: "Artisanal Cocktails" },
{ type: "text", text: "Fine Dining Excellence" },
{ type: "text", text: "Private Events" },
]}
/>
</div>
@@ -113,46 +65,22 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Philosophy",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg",
alt: "Philosophy",
},
{ type: "text", content: "Our Philosophy" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg", alt: "Philosophy" },
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
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: "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: "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: "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"
description="Indulge in our curated seasonal menu."
@@ -166,46 +94,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
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: "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",
},
{ 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: "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"
description="What our patrons are saying."
@@ -218,16 +111,8 @@ export default function LandingPage() {
title="Visit Us"
description="Reserve your table today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "email",
type: "email",
placeholder: "Email",
},
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" },
]}
imageSrc="http://img.b2bpic.net/free-photo/unfocused-restaurante_1203-758.jpg"
/>
@@ -237,28 +122,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="THE WISEMEN"
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
]}
/>
</div>

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reservations",
id: "/reservations",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Reservations", id: "/reservations" },
{ name: "Contact", id: "/contact" },
]}
brandName="THE WISEMEN"
button={{ text: "Reserve", href: "/reservations" }}
/>
</div>
@@ -52,16 +41,8 @@ export default function LandingPage() {
title="Book Your Table"
description="Secure your spot at The Wisemen."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "date",
type: "date",
placeholder: "Date",
},
{ name: "name", 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"
/>
@@ -76,20 +57,8 @@ export default function LandingPage() {
title="Private Events"
description="Elegant spaces for your milestone celebrations."
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: "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",
},
{ 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: "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>
@@ -98,28 +67,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="THE WISEMEN"
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "/",
},
{
label: "Menu",
href: "/menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
]}
/>
</div>