Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 04:24:58 +00:00
2 changed files with 39 additions and 125 deletions

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Trèsind Mumbai - Award-Winning Modern Indian Fine Dining",
description: "Experience progressive Indian fine dining at Trèsind in Mumbai. Michelin-starred cuisine, tasting menus, private dining, and exceptional hospitality. Reserve your table now.",
keywords: "fine dining Mumbai, modern Indian restaurant, tasting menu, Michelin star, private dining, award-winning chef, culinary experience",
metadataBase: new URL("https://tresind-mumbai.com"),
title: "Trèsind Mumbai - Award-Winning Modern Indian Fine Dining", description: "Experience progressive Indian fine dining at Trèsind in Mumbai. Michelin-starred cuisine, tasting menus, private dining, and exceptional hospitality. Reserve your table now.", keywords: "fine dining Mumbai, modern Indian restaurant, tasting menu, Michelin star, private dining, award-winning chef, culinary experience", metadataBase: new URL("https://tresind-mumbai.com"),
alternates: {
canonical: "https://tresind-mumbai.com",
},
canonical: "https://tresind-mumbai.com"},
openGraph: {
title: "Trèsind Mumbai - Modern Indian Fine Dining Excellence",
description: "Discover culinary artistry at Trèsind. Award-winning tasting menu, premium ingredients, and unforgettable dining experiences in Mumbai.",
url: "https://tresind-mumbai.com",
siteName: "Trèsind Mumbai",
type: "website",
images: [
title: "Trèsind Mumbai - Modern Indian Fine Dining Excellence", description: "Discover culinary artistry at Trèsind. Award-winning tasting menu, premium ingredients, and unforgettable dining experiences in Mumbai.", url: "https://tresind-mumbai.com", siteName: "Trèsind Mumbai", type: "website", images: [
{
url: "https://tresind-mumbai.com/og-image.jpg",
alt: "Trèsind Mumbai fine dining",
},
url: "https://tresind-mumbai.com/og-image.jpg", alt: "Trèsind Mumbai fine dining"},
],
},
twitter: {
card: "summary_large_image",
title: "Trèsind Mumbai - Modern Indian Fine Dining",
description: "Experience award-winning progressive Indian cuisine at Trèsind. Tasting menu, events, and reservations.",
images: ["https://tresind-mumbai.com/twitter-image.jpg"],
card: "summary_large_image", title: "Trèsind Mumbai - Modern Indian Fine Dining", description: "Experience award-winning progressive Indian cuisine at Trèsind. Tasting menu, events, and reservations.", images: ["https://tresind-mumbai.com/twitter-image.jpg"],
},
robots: {
index: true,
@@ -1424,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -38,9 +38,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Reserve a Table",
href: "/contact",
}}
text: "Reserve a Table", href: "/contact"}}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-semibold tracking-wide"
@@ -68,17 +66,11 @@ export default function HomePage() {
mediaAnimation="opacity"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
alt: "Guest 1",
},
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Guest 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Guest 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Guest 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Guest 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Guest 3"},
]}
avatarText="Trusted by 10,000+ diners annually"
ariaLabel="Trèsind Mumbai hero section"
@@ -112,29 +104,14 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "tasting-7",
name: "7-Course Tasting Menu",
price: "₹5,500",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=1",
imageAlt: "7-course tasting menu",
},
id: "tasting-7", name: "7-Course Tasting Menu", price: "₹5,500", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=1", imageAlt: "7-course tasting menu"},
{
id: "tasting-5",
name: "5-Course Discovery",
price: "₹3,800",
imageSrc:
"http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1",
imageAlt: "5-course discovery menu",
},
id: "tasting-5", name: "5-Course Discovery", price: "₹3,800", imageSrc:
"http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "5-course discovery menu"},
{
id: "wine-pairing",
name: "Premium Wine Pairing",
price: "₹2,500",
imageSrc:
"http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1",
imageAlt: "wine pairing experience",
},
id: "wine-pairing", name: "Premium Wine Pairing", price: "₹2,500", imageSrc:
"http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1", imageAlt: "wine pairing experience"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -154,28 +131,16 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "michelin",
value: "⭐⭐",
description:
"Michelin-starred recognition for culinary excellence and innovative presentations",
},
id: "michelin", value: "Two Stars", description:
"Michelin-starred recognition for culinary excellence and innovative presentations"},
{
id: "diners",
value: "10,000+",
description:
"Premium diners annually experiencing our progressive Indian cuisine",
},
id: "diners", value: "10,000+", description:
"Premium diners annually experiencing our progressive Indian cuisine"},
{
id: "rating",
value: "4.7/5",
description:
"Consistently rated among Mumbai's finest dining establishments",
},
id: "rating", value: "4.7/5", description:
"Consistently rated among Mumbai's finest dining establishments"},
{
id: "awards",
value: "15+",
description: "National and international culinary awards and accolades",
},
id: "awards", value: "15+", description: "National and international culinary awards and accolades"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -190,49 +155,21 @@ export default function HomePage() {
description="Hear from diners who have experienced the culinary artistry and hospitality at Trèsind."
testimonials={[
{
id: "1",
title: "Culinary Excellence Redefined",
quote:
"Every course was a revelation. The precision, creativity, and respect for ingredients set Trèsind apart from every other restaurant I've visited. Simply extraordinary.",
name: "Priya Mehta",
role: "Food Critic & Author",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
imageAlt: "Priya Mehta",
},
id: "1", title: "Culinary Excellence Redefined", quote:
"Every course was a revelation. The precision, creativity, and respect for ingredients set Trèsind apart from every other restaurant I've visited. Simply extraordinary.", name: "Priya Mehta", role: "Food Critic & Author", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "Priya Mehta"},
{
id: "2",
title: "A Memorable Corporate Celebration",
quote:
"Our private dining event was flawlessly executed. The team anticipated every detail, the menu was impeccable, and our guests left impressed. Trèsind sets the gold standard.",
name: "Rajesh Kapoor",
role: "CEO, Tech Innovations",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Rajesh Kapoor",
},
id: "2", title: "A Memorable Corporate Celebration", quote:
"Our private dining event was flawlessly executed. The team anticipated every detail, the menu was impeccable, and our guests left impressed. Trèsind sets the gold standard.", name: "Rajesh Kapoor", role: "CEO, Tech Innovations", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kapoor"},
{
id: "3",
title: "An Evening of Pure Magic",
quote:
"The tasting menu was a masterclass in modern Indian cuisine. Each plate surprised and delighted us. We felt truly valued as guests—phenomenal hospitality.",
name: "Sophia Desai",
role: "Luxury Travel Consultant",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Sophia Desai",
},
id: "3", title: "An Evening of Pure Magic", quote:
"The tasting menu was a masterclass in modern Indian cuisine. Each plate surprised and delighted us. We felt truly valued as guests—phenomenal hospitality.", name: "Sophia Desai", role: "Luxury Travel Consultant", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophia Desai"},
{
id: "4",
title: "Worth Every Rupee",
quote:
"Not just a meal, but an investment in culinary art. The chef's vision is clear in every bite. We've already booked our next visit.",
name: "Arun Verma",
role: "Business Owner",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Arun Verma",
},
id: "4", title: "Worth Every Rupee", quote:
"Not just a meal, but an investment in culinary art. The chef's vision is clear in every bite. We've already booked our next visit.", name: "Arun Verma", role: "Business Owner", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Arun Verma"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -247,19 +184,11 @@ export default function HomePage() {
description="Experience the difference between standard fine dining and transformative culinary artistry."
negativeCard={{
items: [
"Generic menu rotation",
"Limited ingredient sourcing",
"Impersonal dining experience",
"Rushed service protocols",
],
"Generic menu rotation", "Limited ingredient sourcing", "Impersonal dining experience", "Rushed service protocols"],
}}
positiveCard={{
items: [
"Bespoke tasting journeys by the chef",
"Carefully curated premium ingredients",
"Personalized attention and storytelling",
"Unhurried, intuitive service rhythm",
],
"Bespoke tasting journeys by the chef", "Carefully curated premium ingredients", "Personalized attention and storytelling", "Unhurried, intuitive service rhythm"],
}}
animationType="slide-up"
textboxLayout="default"
@@ -294,4 +223,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}