Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70a377cb23 | |||
| 84f678e1ce | |||
| 0e42b66c04 |
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunitoSans = Nunito_Sans({
|
const nunitoSans = Nunito_Sans({
|
||||||
variable: "--font-nunito-sans",
|
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Trèsind Mumbai - Award-Winning Modern Indian Fine Dining",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://tresind-mumbai.com",
|
canonical: "https://tresind-mumbai.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Trèsind Mumbai - Modern Indian Fine Dining Excellence",
|
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: [
|
||||||
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",
|
url: "https://tresind-mumbai.com/og-image.jpg", alt: "Trèsind Mumbai fine dining"},
|
||||||
alt: "Trèsind Mumbai fine dining",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1424,4 +1409,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -38,9 +38,7 @@ export default function HomePage() {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Reserve a Table",
|
text: "Reserve a Table", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
className="backdrop-blur-md"
|
className="backdrop-blur-md"
|
||||||
navItemClassName="text-sm font-semibold tracking-wide"
|
navItemClassName="text-sm font-semibold tracking-wide"
|
||||||
@@ -68,17 +66,11 @@ export default function HomePage() {
|
|||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Guest 1"},
|
||||||
alt: "Guest 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Guest 2"},
|
||||||
alt: "Guest 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Guest 3"},
|
||||||
alt: "Guest 3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 10,000+ diners annually"
|
avatarText="Trusted by 10,000+ diners annually"
|
||||||
ariaLabel="Trèsind Mumbai hero section"
|
ariaLabel="Trèsind Mumbai hero section"
|
||||||
@@ -112,29 +104,14 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "tasting-7",
|
id: "tasting-7", name: "7-Course Tasting Menu", price: "₹5,500", imageSrc:
|
||||||
name: "7-Course Tasting Menu",
|
"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"},
|
||||||
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",
|
id: "tasting-5", name: "5-Course Discovery", price: "₹3,800", imageSrc:
|
||||||
name: "5-Course Discovery",
|
"http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "5-course discovery menu"},
|
||||||
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",
|
id: "wine-pairing", name: "Premium Wine Pairing", price: "₹2,500", imageSrc:
|
||||||
name: "Premium Wine Pairing",
|
"http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1", imageAlt: "wine pairing experience"},
|
||||||
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -154,28 +131,16 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "michelin",
|
id: "michelin", value: "Two Stars", description:
|
||||||
value: "⭐⭐",
|
"Michelin-starred recognition for culinary excellence and innovative presentations"},
|
||||||
description:
|
|
||||||
"Michelin-starred recognition for culinary excellence and innovative presentations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "diners",
|
id: "diners", value: "10,000+", description:
|
||||||
value: "10,000+",
|
"Premium diners annually experiencing our progressive Indian cuisine"},
|
||||||
description:
|
|
||||||
"Premium diners annually experiencing our progressive Indian cuisine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "rating",
|
id: "rating", value: "4.7/5", description:
|
||||||
value: "4.7/5",
|
"Consistently rated among Mumbai's finest dining establishments"},
|
||||||
description:
|
|
||||||
"Consistently rated among Mumbai's finest dining establishments",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "awards",
|
id: "awards", value: "15+", description: "National and international culinary awards and accolades"},
|
||||||
value: "15+",
|
|
||||||
description: "National and international culinary awards and accolades",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
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."
|
description="Hear from diners who have experienced the culinary artistry and hospitality at Trèsind."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Culinary Excellence Redefined", quote:
|
||||||
title: "Culinary Excellence Redefined",
|
"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:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "Priya Mehta"},
|
||||||
"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",
|
id: "2", title: "A Memorable Corporate Celebration", quote:
|
||||||
title: "A Memorable Corporate Celebration",
|
"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:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kapoor"},
|
||||||
"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",
|
id: "3", title: "An Evening of Pure Magic", quote:
|
||||||
title: "An Evening of Pure Magic",
|
"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:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophia Desai"},
|
||||||
"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",
|
id: "4", title: "Worth Every Rupee", quote:
|
||||||
title: "Worth Every Rupee",
|
"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:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Arun Verma"},
|
||||||
"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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -247,19 +184,11 @@ export default function HomePage() {
|
|||||||
description="Experience the difference between standard fine dining and transformative culinary artistry."
|
description="Experience the difference between standard fine dining and transformative culinary artistry."
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Generic menu rotation",
|
"Generic menu rotation", "Limited ingredient sourcing", "Impersonal dining experience", "Rushed service protocols"],
|
||||||
"Limited ingredient sourcing",
|
|
||||||
"Impersonal dining experience",
|
|
||||||
"Rushed service protocols",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Bespoke tasting journeys by the chef",
|
"Bespoke tasting journeys by the chef", "Carefully curated premium ingredients", "Personalized attention and storytelling", "Unhurried, intuitive service rhythm"],
|
||||||
"Carefully curated premium ingredients",
|
|
||||||
"Personalized attention and storytelling",
|
|
||||||
"Unhurried, intuitive service rhythm",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -294,4 +223,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user