8 Commits

Author SHA1 Message Date
3133d39110 Merge version_2 into main
Merge version_2 into main
2026-03-07 01:35:39 +00:00
6433230213 Update src/app/page.tsx 2026-03-07 01:35:35 +00:00
9de5b5f3ae Merge version_2 into main
Merge version_2 into main
2026-03-07 01:34:49 +00:00
b229cba79d Update src/app/page.tsx 2026-03-07 01:34:44 +00:00
d80e5dd37c Update src/app/layout.tsx 2026-03-07 01:34:44 +00:00
77f28727f3 Merge version_1 into main
Merge version_1 into main
2026-03-07 01:31:16 +00:00
337394cbd0 Merge version_1 into main
Merge version_1 into main
2026-03-07 01:30:26 +00:00
0f9d0b6037 Merge version_1 into main
Merge version_1 into main
2026-03-07 01:28:50 +00:00
2 changed files with 89 additions and 98 deletions

View File

@@ -1,59 +1,21 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./styles/variables.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import "./styles/base.css";
import Tag from "@/tag/Tag";
const manrope = Manrope({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Molecule Mathura - Premium Rooftop Restaurant & Nightlife", description: "Experience rooftop dining like never before at Molecule Mathura in Mathura. Fine dining, live music, DJ parties, and unforgettable nights. Open until 1 AM. Reserve your table today!", keywords: "rooftop restaurant Mathura, fine dining Mathura, nightlife Mathura, DJ parties, live music venue, premium cafe, event venue Mathura", openGraph: { title: "Molecule Mathura | Premium Rooftop Restaurant & Nightlife", description: "Experience Mathura's ultimate rooftop dining destination with fine cuisine, live music, DJ parties, and breathtaking skyline views."};
title: "Molecule Mathura - Premium Rooftop Restaurant", description: "Experience premium rooftop dining, live entertainment, and exclusive nightlife at Molecule Mathura. Reservation available.", url: "https://moleculemathura.com", siteName: "Molecule Mathura", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088559.jpg", alt: "Molecule Mathura rooftop night view"},
],
},
twitter: {
card: "summary_large_image", title: "Molecule Mathura - Premium Rooftop Dining", description: "Experience rooftop dining like never before. Fine dining, live music, DJ parties.", images: ["http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088559.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1421,7 +1383,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -74,23 +74,31 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088559.jpg?_wi=1", imageAlt: "Rooftop night skyline"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223569-ln4mpg90.jpg?_wi=1", imageAlt: "Cafe ambience - warm interior"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/rebel-rockstar-woman-playing-electric-guitar-studio-preparing-music-rock-concert-testing-instrument-sound-guitarist-performer-with-grunge-jacket-performing-metal-song-working-punk-album_482257-60187.jpg?_wi=1", imageAlt: "Live music performance"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-ig347zxn.jpg?_wi=1", imageAlt: "Cafe seating area - cozy corner"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384477.jpg?_wi=1", imageAlt: "Craft cocktail"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-tct3bo9s.jpg?_wi=1", imageAlt: "Cafe beverage service"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing-new-year-party_23-2147717246.jpg?_wi=1", imageAlt: "Birthday celebration event"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-rulmui8k.jpg?_wi=1", imageAlt: "Cafe dining experience"
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-psd/aromatic-vegetable-biryani-white-bowl_84443-64966.jpg?_wi=1", imageAlt: "Biryani dish"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-q6x689xq.jpg?_wi=1", imageAlt: "Cafe specialty dish"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg?_wi=1", imageAlt: "DJ night event"}, imageSrc: "http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg?_wi=1", imageAlt: "DJ night event"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=1", imageAlt: "Special chicken curry"}, imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=1", imageAlt: "Special chicken curry"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cinnamon-rolls_23-2148904753.jpg", imageAlt: "Gourmet dessert"}, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cinnamon-rolls_23-2148904753.jpg", imageAlt: "Gourmet dessert"
},
]} ]}
carouselPosition="right" carouselPosition="right"
/> />
@@ -120,17 +128,23 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
{ {
id: "biryani-1", name: "Bagh-E-Bahar Biryani", price: "₹525", imageSrc: "http://img.b2bpic.net/free-psd/aromatic-vegetable-biryani-white-bowl_84443-64966.jpg?_wi=2", imageAlt: "Bagh-E-Bahar Biryani with saffron and rose petals"}, id: "biryani-1", name: "Bagh-E-Bahar Biryani", price: "₹525", imageSrc: "http://img.b2bpic.net/free-psd/aromatic-vegetable-biryani-white-bowl_84443-64966.jpg?_wi=2", imageAlt: "Bagh-E-Bahar Biryani with saffron and rose petals"
},
{ {
id: "biryani-2", name: "Murgh Nawabi Awadh Biryani", price: "₹575", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=2", imageAlt: "Charcoal grilled chicken biryani"}, id: "biryani-2", name: "Murgh Nawabi Awadh Biryani", price: "₹575", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=2", imageAlt: "Charcoal grilled chicken biryani"
},
{ {
id: "biryani-3", name: "Gosht-E-Awadh Dum Biryani", price: "₹675", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=3", imageAlt: "Slow braised mutton dum biryani"}, id: "biryani-3", name: "Gosht-E-Awadh Dum Biryani", price: "₹675", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg?_wi=3", imageAlt: "Slow braised mutton dum biryani"
},
{ {
id: "naan-1", name: "Butter Roti", price: "₹95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=1", imageAlt: "Butter roti"}, id: "naan-1", name: "Butter Roti", price: "₹95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=1", imageAlt: "Butter roti"
},
{ {
id: "naan-2", name: "Garlic Butter Naan", price: "₹125", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=2", imageAlt: "Garlic butter naan"}, id: "naan-2", name: "Garlic Butter Naan", price: "₹125", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=2", imageAlt: "Garlic butter naan"
},
{ {
id: "naan-3", name: "Chilli Basil Cheese Naan", price: "₹175", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=3", imageAlt: "Chilli basil cheese naan"}, id: "naan-3", name: "Chilli Basil Cheese Naan", price: "₹175", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-seasonings-greens-grey-space_140725-75799.jpg?_wi=3", imageAlt: "Chilli basil cheese naan"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -149,22 +163,28 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Croissant, icon: Croissant,
title: "Artisan Breads", description: "Butter rotis, naans with specialty fillings, parathas, and kulchas crafted fresh from our tandoor."}, title: "Artisan Breads", description: "Butter rotis, naans with specialty fillings, parathas, and kulchas crafted fresh from our tandoor."
},
{ {
icon: ChefHat, icon: ChefHat,
title: "Non-Veg Specials", description: "Murgh Makhani Maharaja, Nizami Murgh Korma, and Murgh Kastoori Handi with premium spices."}, title: "Non-Veg Specials", description: "Murgh Makhani Maharaja, Nizami Murgh Korma, and Murgh Kastoori Handi with premium spices."
},
{ {
icon: Leaf, icon: Leaf,
title: "Vegetarian Delights", description: "Malai Paneer Shikanji Roll, Nawabi Malai Kofta, and Dal-E-Khaas with rich, creamy sauces."}, title: "Vegetarian Delights", description: "Malai Paneer Shikanji Roll, Nawabi Malai Kofta, and Dal-E-Khaas with rich, creamy sauces."
},
{ {
icon: Cake, icon: Cake,
title: "Sweet Alchemy", description: "Sweet Potato Brûlée, Warm Chocolate Cake, Matcha Cheesecake Bingsu, and signature desserts."}, title: "Sweet Alchemy", description: "Sweet Potato Brûlée, Warm Chocolate Cake, Matcha Cheesecake Bingsu, and signature desserts."
},
{ {
icon: Fish, icon: Fish,
title: "Asian & Seafood", description: "Sushi rolls, dim sum, and pan-Asian fusion dishes prepared with authentic techniques."}, title: "Asian & Seafood", description: "Sushi rolls, dim sum, and pan-Asian fusion dishes prepared with authentic techniques."
},
{ {
icon: Utensils, icon: Utensils,
title: "Continental & Italian", description: "Artisan pizzas, fresh pasta dishes, and gourmet continental cuisine with premium ingredients."}, title: "Continental & Italian", description: "Artisan pizzas, fresh pasta dishes, and gourmet continental cuisine with premium ingredients."
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -182,19 +202,23 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "weekend-dj", value: "Every Fri-Sat", title: "DJ Nights & Club Parties", items: [ id: "weekend-dj", value: "Every Fri-Sat", title: "DJ Nights & Club Parties", items: [
"Professional sound & lighting", "Dance floor & premium sound system", "Curated playlist for nightlife"], "Professional sound & lighting", "Dance floor & premium sound system", "Curated playlist for nightlife"
]
}, },
{ {
id: "live-singer", value: "Bi-Weekly", title: "Live Singer Nights", items: [ id: "live-singer", value: "Bi-Weekly", title: "Live Singer Nights", items: [
"Intimate acoustic performances", "Premium stage setup", "Memorable musical experience"], "Intimate acoustic performances", "Premium stage setup", "Memorable musical experience"
]
}, },
{ {
id: "corporate", value: "Custom", title: "Corporate Events", items: [ id: "corporate", value: "Custom", title: "Corporate Events", items: [
"Full event planning support", "Dedicated event space", "Professional catering service"], "Full event planning support", "Dedicated event space", "Professional catering service"
]
}, },
{ {
id: "birthday", value: "Any Date", title: "Birthday Celebrations", items: [ id: "birthday", value: "Any Date", title: "Birthday Celebrations", items: [
"Special decoration setup", "Custom menu curation", "Entertainment coordination"], "Special decoration setup", "Custom menu curation", "Entertainment coordination"
]
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -212,17 +236,23 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
blogs={[ blogs={[
{ {
id: "gallery-1", category: "Rooftop Ambience", title: "Night Skyline Views", excerpt: "Experience the breathtaking panorama of Mathura's skyline from our premium rooftop seating.", imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088559.jpg?_wi=2", imageAlt: "Rooftop night view", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-1", category: "Cafe Ambience", title: "Warm Interior Spaces", excerpt: "Discover the cozy and welcoming atmosphere of our cafe with beautiful lighting and comfortable seating.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223569-ln4mpg90.jpg?_wi=2", imageAlt: "Cafe ambience - warm interior", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
{ {
id: "gallery-2", category: "Culinary Art", title: "Gourmet Creations", excerpt: "Our chefs craft culinary masterpieces using premium ingredients and traditional techniques.", imageSrc: "http://img.b2bpic.net/free-psd/aromatic-vegetable-biryani-white-bowl_84443-64966.jpg?_wi=3", imageAlt: "Gourmet biryani plating", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-2", category: "Cafe Seating", title: "Cozy Corner Designs", excerpt: "Experience comfortable seating arrangements perfect for meetings, dates, or casual hangouts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-ig347zxn.jpg?_wi=2", imageAlt: "Cafe seating area - cozy corner", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
{ {
id: "gallery-3", category: "Entertainment", title: "Live Music Performances", excerpt: "DJ nights, live singers, and electrifying performances make every evening unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/rebel-rockstar-woman-playing-electric-guitar-studio-preparing-music-rock-concert-testing-instrument-sound-guitarist-performer-with-grunge-jacket-performing-metal-song-working-punk-album_482257-60187.jpg?_wi=2", imageAlt: "Live music performance", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-3", category: "Cafe Service", title: "Premium Beverages", excerpt: "Explore our curated collection of specialty coffees, teas, and signature cafe beverages.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-tct3bo9s.jpg?_wi=2", imageAlt: "Cafe beverage service", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
{ {
id: "gallery-4", category: "Mixology", title: "Craft Cocktails & Drinks", excerpt: "Premium beverages crafted by our expert mixologists with premium spirits and fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384477.jpg?_wi=2", imageAlt: "Craft cocktail", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-4", category: "Cafe Dining", title: "Culinary Excellence", excerpt: "Beautiful plating and presentation of our signature cafe dishes and gourmet specialties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-rulmui8k.jpg?_wi=2", imageAlt: "Cafe dining experience", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
{ {
id: "gallery-5", category: "Events", title: "Party & Celebration Vibes", excerpt: "From birthday bashes to corporate events, we create memories that last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dancing-new-year-party_23-2147717246.jpg?_wi=2", imageAlt: "Birthday celebration", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-5", category: "Cafe Specialty", title: "Signature Dishes", excerpt: "Taste our unique cafe creations combining local ingredients with modern culinary techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab230vTCOsrPDtp9qWy81lMh3U/uploaded-1772847223570-q6x689xq.jpg?_wi=2", imageAlt: "Cafe specialty dish", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
{ {
id: "gallery-6", category: "Entertainment", title: "DJ Booth Energy", excerpt: "High-energy DJ nights with curated playlists and state-of-the-art sound systems.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg?_wi=2", imageAlt: "DJ night event", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"}, id: "gallery-6", category: "Entertainment", title: "Cafe Vibes", excerpt: "Experience the perfect blend of relaxation, good food, and great company at Molecule Mathura.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-vlogger-dj-answers-phone-call-vibrant-neon-lights_482257-126466.jpg?_wi=2", imageAlt: "DJ night event", authorName: "Molecule Mathura", authorAvatar: "http://img.b2bpic.net/free-photo/dining-sitting-furniture-set-cafe-restaurant-with-light-colors-big-windows_114579-1522.jpg", date: "Featured"
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -239,29 +269,29 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ testimonials={[
{ {
id: "testimonial-1", name: "Priya Sharma", handle: "@priya.explores", testimonial: id: "testimonial-1", name: "Priya Sharma", handle: "@priya.explores", testimonial: "The rooftop ambience is absolutely stunning! Every detail is Instagram-perfect. The food is delicious, and the DJ sets are incredible. Molecule Mathura is now my favorite weekend spot!", rating: 5,
"The rooftop ambience is absolutely stunning! Every detail is Instagram-perfect. The food is delicious, and the DJ sets are incredible. Molecule Mathura is now my favorite weekend spot!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", imageAlt: "Priya Sharma"}, },
{ {
id: "testimonial-2", name: "Arjun Verma", handle: "@arjun.nights", testimonial: id: "testimonial-2", name: "Arjun Verma", handle: "@arjun.nights", testimonial: "Best dining experience in Mathura! The biryani is exceptional, the service is top-notch, and the vibes are unmatched. Already planning my next visit with friends.", rating: 5,
"Best dining experience in Mathura! The biryani is exceptional, the service is top-notch, and the vibes are unmatched. Already planning my next visit with friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-reading-glasses-having-lights-his-face_23-2148283866.jpg", imageAlt: "Arjun Verma"
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-reading-glasses-having-lights-his-face_23-2148283866.jpg", imageAlt: "Arjun Verma"}, },
{ {
id: "testimonial-3", name: "Anjali Gupta", handle: "@anjali.foodie", testimonial: id: "testimonial-3", name: "Anjali Gupta", handle: "@anjali.foodie", testimonial: "We celebrated our birthday here, and it was absolutely magical. The team was so accommodating, the food was premium quality, and the entire experience felt so special.", rating: 5,
"We celebrated our birthday here, and it was absolutely magical. The team was so accommodating, the food was premium quality, and the entire experience felt so special.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-talking-phone_23-2147778687.jpg", imageAlt: "Anjali Gupta"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-talking-phone_23-2147778687.jpg", imageAlt: "Anjali Gupta"}, },
{ {
id: "testimonial-4", name: "Vikram Singh", handle: "@vikram.lifestyle", testimonial: id: "testimonial-4", name: "Vikram Singh", handle: "@vikram.lifestyle", testimonial: "The cocktails are craft-quality, the ambience is premium nightlife vibes, and the location offers the best skyline views. This is where you experience rooftop dining done right!", rating: 5,
"The cocktails are craft-quality, the ambience is premium nightlife vibes, and the location offers the best skyline views. This is where you experience rooftop dining done right!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-blonde-businesswoman_23-2147626495.jpg", imageAlt: "Vikram Singh"
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-blonde-businesswoman_23-2147626495.jpg", imageAlt: "Vikram Singh"}, },
{ {
id: "testimonial-5", name: "Neha Desai", handle: "@neha.experiences", testimonial: id: "testimonial-5", name: "Neha Desai", handle: "@neha.experiences", testimonial: "Everything here screams luxury and aesthetics. From the plating of dishes to the lighting design, it's a visual feast. The live music nights are unforgettable!", rating: 5,
"Everything here screams luxury and aesthetics. From the plating of dishes to the lighting design, it's a visual feast. The live music nights are unforgettable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-drinking-coffee_158595-3827.jpg", imageAlt: "Neha Desai"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-drinking-coffee_158595-3827.jpg", imageAlt: "Neha Desai"}, },
{ {
id: "testimonial-6", name: "Rohan Patel", handle: "@rohan.vibes", testimonial: id: "testimonial-6", name: "Rohan Patel", handle: "@rohan.vibes", testimonial: "Hosted my corporate event here, and it was flawless! The venue, the catering, the DJ service—everything was premium. Highly recommend Molecule Mathura for any celebration!", rating: 5,
"Hosted my corporate event here, and it was flawless! The venue, the catering, the DJ service—everything was premium. Highly recommend Molecule Mathura for any celebration!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-lovely-positive-afro-american-woman-with-curly-hair-wears-orange-jumper-being-high-spirit-stands-blue-wall-with-free-space-your-promotional-content-good-emotions-concept_273609-26376.jpg", imageAlt: "Rohan Patel"
imageSrc: "http://img.b2bpic.net/free-photo/photo-lovely-positive-afro-american-woman-with-curly-hair-wears-orange-jumper-being-high-spirit-stands-blue-wall-with-free-space-your-promotional-content-good-emotions-concept_273609-26376.jpg", imageAlt: "Rohan Patel"}, },
]} ]}
showRating={true} showRating={true}
animationType="slide-up" animationType="slide-up"
@@ -293,7 +323,8 @@ export default function LandingPage() {
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
names={[ names={[
"📞 Phone: 09045454076", "📍 4th Floor, Sapphire Building, NH-19", "🏢 Above Uma Motors Nexa Showroom", "🏘️ Chaudhary Digamber Singh Nagar, Mathura", "⏰ Open Until 1 AM Daily", "📸 Follow: @molecule__mathura", "🎉 Events: DJ Parties, Live Music, Corporate Events"]} "📞 Phone: 09045454076", "📍 4th Floor, Sapphire Building, NH-19", "🏢 Above Uma Motors Nexa Showroom", "🏘️ Chaudhary Digamber Singh Nagar, Mathura", "⏰ Open Until 1 AM Daily", "📸 Follow: @molecule__mathura", "🎉 Events: DJ Parties, Live Music, Corporate Events"
]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
speed={40} speed={40}
@@ -322,8 +353,7 @@ export default function LandingPage() {
}, },
{ {
title: "Connect", items: [ title: "Connect", items: [
{ { label: "Instagram", href: "https://www.instagram.com/molecule__mathura" },
label: "Instagram", href: "https://www.instagram.com/molecule__mathura"},
{ label: "Phone", href: "tel:09045454076" }, { label: "Phone", href: "tel:09045454076" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" }, { label: "Terms & Conditions", href: "#" },