5 Commits

Author SHA1 Message Date
f4279702bf Merge version_3 into main
Merge version_3 into main
2026-03-05 13:05:05 +00:00
9f973556ff Update src/app/page.tsx 2026-03-05 13:05:01 +00:00
6c7c890f88 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:03:08 +00:00
fceb1c8edc Update src/app/page.tsx 2026-03-05 13:03:04 +00:00
5224351d22 Update src/app/layout.tsx 2026-03-05 13:03:04 +00:00
2 changed files with 17 additions and 13 deletions

View File

@@ -23,24 +23,26 @@ const poppins = Poppins({
export const metadata: Metadata = {
title: "Midnight Jazz Lounge | Fine Dining & Live Jazz", description: "Experience exquisite French-inspired cuisine and live jazz performances in our intimate, upscale restaurant. Make your reservation today.", keywords: "jazz restaurant, fine dining, cocktail bar, live music, upscale dining, gourmet cuisine", metadataBase: new URL("https://midnightjazz.com"),
alternates: {
canonical: "https://midnightjazz.com"},
canonical: "https://midnightjazz.com"
},
openGraph: {
title: "Midnight Jazz Lounge", description: "Where music meets culinary excellence. Premium dining with live jazz performances.", url: "https://midnightjazz.com", siteName: "Midnight Jazz Lounge", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Elegant jazz restaurant dining"},
],
url: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Elegant jazz restaurant dining"
}
]
},
twitter: {
card: "summary_large_image", title: "Midnight Jazz Lounge", description: "Exquisite cuisine and live jazz in an intimate setting.", images: ["http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg"],
card: "summary_large_image", title: "Midnight Jazz Lounge", description: "Exquisite cuisine and live jazz in an intimate setting.", images: ["http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg"]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({
children,
children
}: Readonly<{
children: React.ReactNode;
}>) {

View File

@@ -52,10 +52,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Food Critic, Gourmet Magazine", testimonial: "An absolutely transcendent experience. The perfect balance of ambiance, cuisine, and entertainment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
]}
buttons={[
{ text: "Make a Reservation", href: "#contact" },
{ text: "Reserve Your Table Now", href: "#contact" },
{ text: "View Our Menu", href: "#features" },
]}
mediaAnimation="blur-reveal"
@@ -90,21 +91,21 @@ export default function LandingPage() {
tagAnimation="opacity"
features={[
{
id: "gourmet", label: "Gourmet", title: "French-Inspired Cuisine", items: ["Chef's tasting menu", "Farm-to-table ingredients", "Seasonal specialties"],
id: "gourmet", label: "Gourmet", title: "Award-winning culinary artistry", items: ["Chef's tasting menu", "Farm-to-table ingredients", "Seasonal specialties"],
buttons: [
{
text: "Explore Menu", href: "#"},
],
},
{
id: "cocktails", label: "Cocktails", title: "Craft Beverage Program", items: ["Signature cocktails", "Premium spirits", "Wine pairings"],
id: "cocktails", label: "Cocktails", title: "Masterfully crafted libations", items: ["Signature cocktails", "Premium spirits", "Wine pairings"],
buttons: [
{
text: "View Drinks", href: "#"},
],
},
{
id: "performances", label: "Jazz", title: "Live Jazz Performances", items: ["Nightly performances", "Local & touring artists", "Curated playlists"],
id: "performances", label: "Jazz", title: "Soulful musical ambiance", items: ["Nightly performances", "Local & touring artists", "Curated playlists"],
buttons: [
{
text: "Check Schedule", href: "#"},
@@ -145,7 +146,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Michelin Guide", "James Beard Award", "Culinary Arts Society", "Excellence in Dining", "Premium Restaurants", "Taste Award", "Fine Dining Council"]}
"Michelin Guide", "James Beard Award", "Culinary Arts Society", "Excellence in Dining", "Premium Restaurants", "Taste Award", "Fine Dining Council"
]}
speed={40}
showCard={true}
/>