Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-17 17:28:24 +00:00

View File

@@ -32,70 +32,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Bombay63"
brandName="Tuba Restaurant"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Welcome to Bombay63"
description="Experience authentic flavors in the heart of Goregaon. A blend of Italian, Chinese, and Indian cuisine in a cozy, welcoming ambiance."
title="Tuba Restaurant"
description="Experience the authentic flavors of tradition. From sizzling grills to savory delicacies, we bring a feast to your table."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
{
text: "Order Online",
href: "#menu",
},
{ text: "View Menu", href: "#menu" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yq3feq&_wi=1"
imageAlt="Bombay63 restaurant interior"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8ys3y",
alt: "Customer portrait",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64lrgu",
alt: "Customer portrait",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0djrc",
alt: "Customer portrait",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7w3bn7",
alt: "Customer portrait",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ya1pas",
alt: "Customer portrait",
},
]}
avatarText="Join 5,000+ satisfied foodies"
imageAlt="Tuba Restaurant culinary delights"
/>
</div>
@@ -103,15 +59,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "A Warm Haven in Goregaon",
},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur8v5h",
alt: "Staff at Bombay63",
},
{ type: "text", content: "About Tuba Restaurant" },
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur8v5h", alt: "Tuba Restaurant dining" },
]}
/>
</div>
@@ -123,45 +72,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Loaded Cheese Nachos",
price: "₹399",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tagm5",
},
{
id: "p2",
name: "Chicken Lollypop",
price: "₹449",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tsoncf",
},
{
id: "p3",
name: "Alfredo Pasta",
price: "₹529",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ioaj7b",
},
{
id: "p4",
name: "Cool Blue Mocktail",
price: "₹249",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i909m2",
},
{
id: "p5",
name: "Fish Fry",
price: "₹499",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2yt2tp",
},
{
id: "p6",
name: "Chocolate Brownie",
price: "₹299",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4w87m",
},
{ id: "m1", name: "Mutton Angara", price: "₹499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4tagm5" },
{ id: "m2", name: "Chicken Tandoori Mixed Grill", price: "₹699", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tsoncf" },
{ id: "m3", name: "Signature Tuba Biryani", price: "₹450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ioaj7b" },
]}
title="Our Popular Dishes"
description="Indulge in our curated selection of flavors."
title="Menu Highlights"
description="Our signature dishes crafted with love and authentic spices."
/>
</div>
@@ -172,30 +88,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "4.0",
title: "Star Rating",
description: "Over 4,100 reviews",
icon: Star,
},
{
id: "m2",
value: "1am",
title: "Late Night",
description: "Open daily until 1 AM",
icon: Clock,
},
{
id: "m3",
value: "Global",
title: "Cuisine",
description: "Italian, Indian, Chinese",
icon: Globe,
},
{ id: "m1", value: "4.8", title: "Rating", description: "Highly rated by patrons", icon: Star },
{ id: "m2", value: "10+", title: "Years", description: "Serving quality food", icon: Clock },
{ id: "m3", value: "100%", title: "Flavor", description: "Authentic ingredients", icon: Globe },
]}
title="Dining Highlights"
description="What our guests love about us."
title="Why Choose Us?"
description="Experience culinary excellence at Tuba Restaurant."
/>
</div>
@@ -204,49 +102,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Great Vibe",
quote: "Food quality is good, well staff, and nice atmosphere.",
name: "Abhi",
role: "Local Guide",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8ys3y",
},
{
id: "t2",
title: "Cozy Spot",
quote: "Bombay63 is a decent spot, cozy and has a warm, welcoming vibe.",
name: "Rahul Gupta",
role: "Local Guide",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64lrgu",
},
{
id: "t3",
title: "Amazing Singer",
quote: "Great singer and great choice of songs. Loved the veg noodles.",
name: "Neha Agrawal",
role: "Local Guide",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0djrc",
},
{
id: "t4",
title: "Delicious Food",
quote: "The food is tasty, well-presented, and quite satisfying.",
name: "Ankit R.",
role: "Foodie",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7w3bn7",
},
{
id: "t5",
title: "Awesome Place",
quote: "Awesome place, food is delicious. Oh, the toilets are super clean!",
name: "Sita V.",
role: "Visitor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ya1pas",
},
{ id: "t1", title: "Exceptional Taste", quote: "The Mutton Angara is the best I have ever had!", name: "Arjun", role: "Regular Customer" },
{ id: "t2", title: "Great Experience", quote: "The grill platter was perfectly cooked and delicious.", name: "Sunita", role: "Food Critic" },
]}
title="Guest Reviews"
description="Hear what our wonderful guests have to say."
description="What our patrons say about us."
/>
</div>
@@ -255,24 +115,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What are your opening hours?",
content: "We are open daily until 1 AM.",
},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, we provide no-contact delivery options.",
},
{
id: "f3",
title: "Is table reservation available?",
content: "Yes, you can easily reserve a table online via our website or call us.",
},
{ id: "f1", title: "Do you offer home delivery?", content: "Yes, we provide home delivery services through our partners." },
{ id: "f2", title: "Do you host private events?", content: "Yes, we accommodate private bookings for gatherings." },
]}
title="Common Questions"
description="Everything you need to know about dining at Bombay63."
description="Answers to your queries."
faqsAnimation="slide-up"
/>
</div>
@@ -281,81 +128,37 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"Zomato",
"Google Maps",
"Times Food Guide",
"Mumbai Foodies",
"City Connect",
]}
title="Trusted by Thousands"
description="Featured and loved across Mumbai."
names={["Zomato", "TripAdvisor", "Google Food"]
}
title="Trusted Partners"
description="Connecting with foodies everywhere."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
tag="Visit Us"
title="Join Us for a Meal"
description="Located in Goregaon East, Mumbai. Book your table today."
background={{ variant: "gradient-bars" }}
tag="Find Us"
title="Visit Tuba Restaurant"
description="Join us for an unforgettable dining experience. Contact us at +91 99999 99999."
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yq3feq&_wi=2"
imageAlt="Bombay63 exterior sign"
imageAlt="Tuba Restaurant facade"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xamc33"
logoText="Bombay63"
logoText="Tuba Restaurant"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "FAQ",
href: "#faq",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}