5 Commits

Author SHA1 Message Date
0440ba43ef Update src/app/page.tsx 2026-03-06 23:07:50 +00:00
e8331dca2a Merge version_2 into main
Merge version_2 into main
2026-03-06 23:06:04 +00:00
7be45d6e37 Update src/app/page.tsx 2026-03-06 23:06:00 +00:00
5af36f9ec2 Update src/app/layout.tsx 2026-03-06 23:06:00 +00:00
64beee8f58 Merge version_1 into main
Merge version_1 into main
2026-03-06 23:03:27 +00:00
2 changed files with 10 additions and 48 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "../styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Molecule Mathura - Best Rooftop Restaurant in Mathura | Fine Dining & Events", description: "Experience premium rooftop dining at Molecule Mathura. Fine dining, live music, DJ nights, and unforgettable celebrations. Open until 1 AM. Reserve your table now!", keywords: "rooftop restaurant Mathura, fine dining, live music, DJ nights, party venue, corporate events, birthday celebrations, best restaurant Mathura", metadataBase: new URL("https://molecule-mathura.com"),
alternates: {
canonical: "https://molecule-mathura.com"},
openGraph: {
title: "Molecule Mathura - Premium Rooftop Dining Experience", description: "Join us for fine dining, live entertainment, and unforgettable rooftop celebrations in Mathura", url: "https://molecule-mathura.com", siteName: "Molecule Mathura", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/wineglass-restaurant-table_23-2147731694.jpg", alt: "Molecule Mathura Rooftop Restaurant"},
],
},
twitter: {
card: "summary_large_image", title: "Molecule Mathura - Rooftop Dining", description: "Premium fine dining and nightlife in Mathura. Reserve your rooftop experience now!", images: ["http://img.b2bpic.net/free-photo/wineglass-restaurant-table_23-2147731694.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Molecule Mathura", description: "Fine dining, live music, club parties and unforgettable nights in Mathura. Molecule Mathura Best Rooftop Restaurant."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -41,13 +41,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Experience Rooftop Dining Like Never Before"
description="Fine dining, live music, club parties and unforgettable nights in Mathura. Molecule Mathura Best Rooftop Restaurant."
description="Best rooftop in Mathura! Fine dining, live music, club parties and unforgettable nights. Molecule Mathura Premium Rooftop Restaurant."
tag="Premium Rooftop Experience"
tagIcon={Sparkles}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Table", href: "#reservation" }
{ text: "Reserve Table", href: "#reservation" },
{ text: "View Menu", href: "#menu" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/wineglass-restaurant-table_23-2147731694.jpg", imageAlt: "Rooftop venue with city skyline" },