Merge version_1 into main #1
183
src/app/page.tsx
183
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MALVAN TADKA TATHWADE"
|
||||
/>
|
||||
@@ -52,41 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Coastal Flavors in Tathwade"
|
||||
description="Experience the true essence of Malvani cuisine. Fresh catches, traditional spices, and the legendary 'Tadka' that keeps you coming back for more."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg",
|
||||
imageAlt: "Authentic seafood platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg", imageAlt: "Authentic seafood platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-made-oysters-with-citrus-ice-cubes_23-2150320491.jpg",
|
||||
imageAlt: "Coastal restaurant setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-made-oysters-with-citrus-ice-cubes_23-2150320491.jpg", imageAlt: "Coastal restaurant setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish_23-2147681089.jpg",
|
||||
imageAlt: "Signature Malvani fish curry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish_23-2147681089.jpg", imageAlt: "Signature Malvani fish curry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-indian-thali-with-candles_23-2152002834.jpg",
|
||||
imageAlt: "Traditional feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-indian-thali-with-candles_23-2152002834.jpg", imageAlt: "Traditional feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-768.jpg",
|
||||
imageAlt: "Spicy coastal dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taco-with-prawn-shrimp-sauce_74190-768.jpg", imageAlt: "Spicy coastal dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastry-with-meat-delicious-dough-meal-inside-plate-with-lemon-light-desk_140725-40880.jpg",
|
||||
imageAlt: "Fresh Malvani fish fry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastry-with-meat-delicious-dough-meal-inside-plate-with-lemon-light-desk_140725-40880.jpg", imageAlt: "Fresh Malvani fish fry"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,17 +76,11 @@ export default function LandingPage() {
|
||||
description="At Malvan Tadka Tathwade, we bring the shoreline to your table. Our chefs specialize in age-old Malvani recipes, using hand-ground spices and the freshest daily catches to recreate the authentic taste of the Konkan coast right here in Pune."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Daily Catch",
|
||||
description: "Sourced every single morning from the local markets.",
|
||||
},
|
||||
title: "Fresh Daily Catch", description: "Sourced every single morning from the local markets."},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic methods passed down through generations.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Authentic methods passed down through generations."},
|
||||
{
|
||||
title: "Homestyle Cooking",
|
||||
description: "No additives, just pure, traditional flavours.",
|
||||
},
|
||||
title: "Homestyle Cooking", description: "No additives, just pure, traditional flavours."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg"
|
||||
imageAlt="Our chefs in the kitchen"
|
||||
@@ -125,41 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Surmai Fry",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35451.jpg",
|
||||
},
|
||||
id: "p1", name: "Surmai Fry", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35451.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pomfret Tawa Fry",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-fish-with-fresh-vegetables-seasonings-gray-background-color-food-salad-meal-health-seafood-meat-ocean_140725-160410.jpg",
|
||||
},
|
||||
id: "p2", name: "Pomfret Tawa Fry", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-fish-with-fresh-vegetables-seasonings-gray-background-color-food-salad-meal-health-seafood-meat-ocean_140725-160410.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Prawns Masala",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg",
|
||||
},
|
||||
id: "p3", name: "Prawns Masala", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Crab Curry Malvani",
|
||||
price: "₹520",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg",
|
||||
},
|
||||
id: "p4", name: "Crab Curry Malvani", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Authentic Fish Thali",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-side-onion-sauce_140725-1771.jpg",
|
||||
},
|
||||
id: "p5", name: "Authentic Fish Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-side-onion-sauce_140725-1771.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fresh Solkadhi",
|
||||
price: "₹99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktail-with-lemon-slices-ice-cubes-inside-souvenir-glass-table-drink-juice-cocktail_140725-26295.jpg",
|
||||
},
|
||||
id: "p6", name: "Fresh Solkadhi", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktail-with-lemon-slices-ice-cubes-inside-souvenir-glass-table-drink-juice-cocktail_140725-26295.jpg"},
|
||||
]}
|
||||
title="Signature Seafood Delicacies"
|
||||
description="From crisp golden fries to rich coconut-based curries, explore our most loved seafood dishes."
|
||||
@@ -168,44 +115,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Deshmukh",
|
||||
handle: "@rahul_pune",
|
||||
testimonial: "The best seafood I've had in Tathwade. The fish curry is absolutely authentic!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-offering-couple-main-courses-restaurant_1262-1662.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul Deshmukh", handle: "@rahul_pune", testimonial: "The best seafood I've had in Tathwade. The fish curry is absolutely authentic!", imageSrc: "http://img.b2bpic.net/free-photo/waiter-offering-couple-main-courses-restaurant_1262-1662.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Kulkarni",
|
||||
handle: "@priyak",
|
||||
testimonial: "A perfect place for a family Sunday lunch. The Pomfret fry was divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255960.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya Kulkarni", handle: "@priyak", testimonial: "A perfect place for a family Sunday lunch. The Pomfret fry was divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255960.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit Sharma",
|
||||
handle: "@amit_s",
|
||||
testimonial: "I love the spicy coconut base of their curries. Truly a Malvan Tadka.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg",
|
||||
},
|
||||
id: "t3", name: "Amit Sharma", handle: "@amit_s", testimonial: "I love the spicy coconut base of their curries. Truly a Malvan Tadka.", imageSrc: "http://img.b2bpic.net/free-photo/happy-lunch_1098-15088.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha Patil",
|
||||
handle: "@snehap",
|
||||
testimonial: "Fresh, spicy, and homely. Malvan Tadka is my go-to restaurant now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
id: "t4", name: "Sneha Patil", handle: "@snehap", testimonial: "Fresh, spicy, and homely. Malvan Tadka is my go-to restaurant now.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram Sawant",
|
||||
handle: "@vsawant",
|
||||
testimonial: "The authentic Malvani taste is so hard to find in Pune, but they nailed it!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-black-tagliatelle-with-seafood_501050-769.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram Sawant", handle: "@vsawant", testimonial: "The authentic Malvani taste is so hard to find in Pune, but they nailed it!", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-black-tagliatelle-with-seafood_501050-769.jpg"},
|
||||
]}
|
||||
title="What Our Food Lovers Say"
|
||||
description="The true taste of the coast as experienced by our wonderful patrons."
|
||||
@@ -216,20 +139,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Craving Seafood? Come Say Hello!"
|
||||
description="Located in the heart of Tathwade, we are ready to serve you the freshest coastal catch. Book your table or place an order for delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Table", href: "#"},
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
text: "Call to Order", href: "tel:+910000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,50 +156,31 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Tathwade, Pune",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tathwade, Pune", href: "#"},
|
||||
{
|
||||
label: "+91 00000 00000",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
label: "+91 00000 00000", href: "tel:+910000000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user