Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-21 08:37:43 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Malvan Tadka"
/>
@@ -57,102 +49,57 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Where Coastal Flavors Meet Royal Dining"
description="Authentic Malvani spices, fresh seafood, and an unforgettable dining experience in Kalyan."
testimonials={[
{
name: "Rahul P.",
handle: "@foodie",
testimonial: "The best Malvani seafood I've had in Kalyan!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=1",
},
name: "Rahul P.", handle: "@foodie", testimonial: "The best Malvani seafood I've had in Kalyan!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
{
name: "Sunita K.",
handle: "@local",
testimonial: "Authentic spices and warm service. Loved it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg?_wi=1",
},
name: "Sunita K.", handle: "@local", testimonial: "Authentic spices and warm service. Loved it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg"},
{
name: "Amit V.",
handle: "@seafood",
testimonial: "Fresh, flavorful, and absolutely worth the visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=1",
},
name: "Amit V.", handle: "@seafood", testimonial: "Fresh, flavorful, and absolutely worth the visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
{
name: "Priya D.",
handle: "@dining",
testimonial: "Experience is just like the Konkan coast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg?_wi=1",
},
name: "Priya D.", handle: "@dining", testimonial: "Experience is just like the Konkan coast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg"},
{
name: "Vikram S.",
handle: "@foodlover",
testimonial: "A true hidden gem for fish lovers in Kalyan.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11995.jpg?_wi=1",
},
name: "Vikram S.", handle: "@foodlover", testimonial: "A true hidden gem for fish lovers in Kalyan.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11995.jpg"},
]}
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
text: "Reserve Table", href: "#contact"},
{
text: "Order Online",
href: "#menu",
},
text: "Order Online", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-spaghetti-pasta-with-mussel-squid_1203-9502.jpg"
imageAlt="Malvani seafood feast"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", alt: "Customer 5"},
]}
marqueeItems={[
{
type: "text",
text: "100% Fresh Daily Catch",
},
type: "text", text: "100% Fresh Daily Catch"},
{
type: "text",
text: "Authentic Spices",
},
type: "text", text: "Authentic Spices"},
{
type: "text",
text: "Traditional Recipes",
},
type: "text", text: "Traditional Recipes"},
{
type: "text",
text: "Coastal Hospitality",
},
type: "text", text: "Coastal Hospitality"},
{
type: "text",
text: "Kalyan's Finest",
},
type: "text", text: "Kalyan's Finest"},
]}
/>
</div>
@@ -162,14 +109,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Zomato Top Rated",
"Times Food Award",
"Kalyan Choice",
"Michelin Guide Mention",
"Local Favorite",
"Best Curry 2024",
"Coastal Gem Award",
]}
"Zomato Top Rated", "Times Food Award", "Kalyan Choice", "Michelin Guide Mention", "Local Favorite", "Best Curry 2024", "Coastal Gem Award"]}
title="Award Winning Flavors"
description="Rated 4.5+ by over 2,800 satisfied seafood lovers."
/>
@@ -183,41 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Surmai Fish Fry",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/chili-crabs_1232-1659.jpg",
},
id: "p1", name: "Surmai Fish Fry", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/chili-crabs_1232-1659.jpg"},
{
id: "p2",
name: "Pomfret Fry",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23788.jpg",
},
id: "p2", name: "Pomfret Fry", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23788.jpg"},
{
id: "p3",
name: "Crab Masala",
price: "$25",
imageSrc: "http://img.b2bpic.net/free-photo/spicy-fried-tubtim-fish-salad-spicy-thai-food_1150-26485.jpg",
},
id: "p3", name: "Crab Masala", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/spicy-fried-tubtim-fish-salad-spicy-thai-food_1150-26485.jpg"},
{
id: "p4",
name: "Kombadi Vade",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-meat-piece-with-vegetables-blue-table_114579-14748.jpg",
},
id: "p4", name: "Kombadi Vade", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-meat-piece-with-vegetables-blue-table_114579-14748.jpg"},
{
id: "p5",
name: "Prawns Lemon Fry",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/chili-crabs_1232-1660.jpg",
},
id: "p5", name: "Prawns Lemon Fry", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/chili-crabs_1232-1660.jpg"},
{
id: "p6",
name: "Traditional Fish Thali",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-herbs-sweet-chili-sauce_141793-58.jpg",
},
id: "p6", name: "Traditional Fish Thali", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-herbs-sweet-chili-sauce_141793-58.jpg"},
]}
title="Our Signature Delicacies"
description="Fresh from the coast, cooked to perfection using authentic spices."
@@ -228,7 +144,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Authentic Konkan Heritage"
description="At Malvan Tadka, we bring the true taste of the Konkan coast to your plate. Our chefs use age-old family recipes and fresh, locally sourced ingredients to create authentic seafood dishes that transport you to the coast."
/>
</div>
@@ -239,59 +154,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "Food Blogger",
company: "EatOut",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=2",
},
id: "t1", name: "Sarah Johnson", role: "Food Blogger", company: "EatOut", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
{
id: "t2",
name: "Michael Chen",
role: "Tech Lead",
company: "Global Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg?_wi=2",
},
id: "t2", name: "Michael Chen", role: "Tech Lead", company: "Global Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg"},
{
id: "t3",
name: "Emily Rodriguez",
role: "Manager",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=2",
},
id: "t3", name: "Emily Rodriguez", role: "Manager", company: "GrowthCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
{
id: "t4",
name: "David Kim",
role: "Designer",
company: "Creative Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg?_wi=2",
},
id: "t4", name: "David Kim", role: "Designer", company: "Creative Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg"},
{
id: "t5",
name: "Anna Smith",
role: "Chef",
company: "Tasty Bites",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11995.jpg?_wi=2",
},
id: "t5", name: "Anna Smith", role: "Chef", company: "Tasty Bites", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11995.jpg"},
]}
kpiItems={[
{
value: "2,800+",
label: "Happy Guests",
},
value: "2,800+", label: "Happy Guests"},
{
value: "15+",
label: "Years Experience",
},
value: "15+", label: "Years Experience"},
{
value: "4.8",
label: "Star Rating",
},
value: "4.8", label: "Star Rating"},
]}
title="Voices of the Coast"
description="Hear what our happy guests have to say about their dining experience at Malvan Tadka."
@@ -306,19 +190,13 @@ export default function LandingPage() {
features={[
{
icon: Percent,
title: "25% OFF First Order",
description: "Get an instant discount on your first online order today.",
},
title: "25% OFF First Order", description: "Get an instant discount on your first online order today."},
{
icon: Utensils,
title: "Unlimited Buffet",
description: "All-you-can-eat seafood specials every weekend.",
},
title: "Unlimited Buffet", description: "All-you-can-eat seafood specials every weekend."},
{
icon: Users,
title: "Group Dining Rewards",
description: "Special packages for parties and gatherings of 6 or more.",
},
title: "Group Dining Rewards", description: "Special packages for parties and gatherings of 6 or more."},
]}
title="Exclusive Coastal Offers"
description="Unlock special treats and limited-time savings at our restaurant."
@@ -331,20 +209,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer home delivery?",
content: "Yes, we partner with Zomato and Swiggy for seamless home delivery.",
},
id: "f1", title: "Do you offer home delivery?", content: "Yes, we partner with Zomato and Swiggy for seamless home delivery."},
{
id: "f2",
title: "Can I reserve a table?",
content: "Absolutely! Use our WhatsApp booking link to reserve your table today.",
},
id: "f2", title: "Can I reserve a table?", content: "Absolutely! Use our WhatsApp booking link to reserve your table today."},
{
id: "f3",
title: "Are your ingredients fresh?",
content: "We take pride in using daily-caught, fresh seafood to maintain quality.",
},
id: "f3", title: "Are your ingredients fresh?", content: "We take pride in using daily-caught, fresh seafood to maintain quality."},
]}
title="Common Queries"
description="Get answers to frequently asked questions about our menu and reservations."
@@ -356,8 +225,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Ready to Experience Malvani Flavors?"
description="Located at Khadakpada Road, near Birla College, Kalyan. Reach out to book your table or order online."
@@ -368,50 +236,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Call Now",
href: "tel:+",
},
label: "Call Now", href: "tel:+"},
{
label: "WhatsApp",
href: "#",
},
label: "WhatsApp", href: "#"},
{
label: "Direction",
href: "#",
},
label: "Direction", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}