Merge version_1 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Thakali Kitchen"
|
||||
/>
|
||||
@@ -59,35 +49,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Thakali Kitchen: Authentic Nepali Flavors"
|
||||
description="Experience the warmth of traditional Nepali hospitality. Every meal is a journey back to the heart of Nepal."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-with-green-cream-dark-surface-cookies-biscuit-sweet-sugar-pie-cake_140725-54038.jpg?_wi=1",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-with-green-cream-dark-surface-cookies-biscuit-sweet-sugar-pie-cake_140725-54038.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-rice-onion_23-2148747621.jpg",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-rice-onion_23-2148747621.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-red-cream-cracker-cookies-dark-surface-biscuit-cake-sugar-dessert-pie-sweet-cookie_140725-52798.jpg",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-red-cream-cracker-cookies-dark-surface-biscuit-cake-sugar-dessert-pie-sweet-cookie_140725-52798.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-halva-yummy-eastern-sweet-dessert-inside-plate-with-tea_140725-19812.jpg",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-halva-yummy-eastern-sweet-dessert-inside-plate-with-tea_140725-19812.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg",
|
||||
imageAlt: "Authentic Nepali Thali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg", imageAlt: "Authentic Nepali Thali"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,19 +76,13 @@ export default function LandingPage() {
|
||||
description="Thakali Kitchen brings you the true essence of Nepali home-cooked meals. Located in the heart of Birtamod, we serve authentic tastes using traditional recipes, high-quality ingredients, and unparalleled hospitality."
|
||||
metrics={[
|
||||
{
|
||||
value: "277+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "277+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "5+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "5+", title: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Authentic Taste",
|
||||
},
|
||||
value: "100%", title: "Authentic Taste"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-working-computer-cafe_1303-12999.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-working-computer-cafe_1303-12999.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -125,55 +96,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Ingredients",
|
||||
description: "We source local spices to ensure every dish stays true to its Nepali roots.",
|
||||
icon: Leaf,
|
||||
title: "Authentic Ingredients", description: "We source local spices to ensure every dish stays true to its Nepali roots.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-ingredients-with-greens-dark-table-salad-ripe-meal_140725-124880.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-ingredients-with-greens-dark-table-salad-ripe-meal_140725-124880.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", imageAlt: "Fresh ingredients"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-with-green-cream-dark-surface-cookies-biscuit-sweet-sugar-pie-cake_140725-54038.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy dal bhat ingredients",
|
||||
},
|
||||
{
|
||||
title: "Nepali Hospitality",
|
||||
description: "Enjoy beer or local refreshments with your meal in our traditional seating area.",
|
||||
icon: Star,
|
||||
title: "Nepali Hospitality", description: "Enjoy beer or local refreshments with your meal in our traditional seating area.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-vegetables-pan-pickles_140725-6251.jpg",
|
||||
imageAlt: "Beer pairing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-vegetables-pan-pickles_140725-6251.jpg", imageAlt: "Beer pairing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg",
|
||||
imageAlt: "Beer pairing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9332.jpg", imageAlt: "Beer pairing"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-working-computer-cafe_1303-12999.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy dal bhat ingredients",
|
||||
},
|
||||
{
|
||||
title: "Traditional Seating",
|
||||
description: "Enjoy your food in our traditional Nepali style floor-seating rooms.",
|
||||
icon: Utensils,
|
||||
title: "Traditional Seating", description: "Enjoy your food in our traditional Nepali style floor-seating rooms.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
|
||||
imageAlt: "Floor seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", imageAlt: "Floor seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169628.jpg",
|
||||
imageAlt: "Floor seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169628.jpg", imageAlt: "Floor seating"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-white-surface-meal-food-soup-vegetables_140725-74824.jpg?_wi=1",
|
||||
imageAlt: "fresh healthy dal bhat ingredients",
|
||||
},
|
||||
]}
|
||||
title="Why Visit Us?"
|
||||
@@ -189,47 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Thakali Rice Plate",
|
||||
price: "Rs 500",
|
||||
variant: "Vegetarian or Meat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-white-surface-meal-food-soup-vegetables_140725-74824.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Thakali Rice Plate", price: "Rs 500", variant: "Vegetarian or Meat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-white-surface-meal-food-soup-vegetables_140725-74824.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Boil Mutton",
|
||||
price: "Rs 750",
|
||||
variant: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133986.jpg",
|
||||
},
|
||||
id: "p2", name: "Boil Mutton", price: "Rs 750", variant: "Chef's Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133986.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fish Cutlet",
|
||||
price: "Rs 450",
|
||||
variant: "Crispy Fry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-cheese-sticks-wooden-board-piece-lettuce-leaf_114579-71815.jpg",
|
||||
},
|
||||
id: "p3", name: "Fish Cutlet", price: "Rs 450", variant: "Crispy Fry", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-cheese-sticks-wooden-board-piece-lettuce-leaf_114579-71815.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Seasonal Veg Curry",
|
||||
price: "Rs 300",
|
||||
variant: "Local Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg",
|
||||
},
|
||||
id: "p4", name: "Seasonal Veg Curry", price: "Rs 300", variant: "Local Fresh", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gundruk Soup",
|
||||
price: "Rs 250",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg",
|
||||
},
|
||||
id: "p5", name: "Gundruk Soup", price: "Rs 250", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nepali Dessert Set",
|
||||
price: "Rs 200",
|
||||
variant: "Sweet Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-different-types-square-shaped-sweets-with-tea-wooden-tray_181624-36560.jpg",
|
||||
},
|
||||
id: "p6", name: "Nepali Dessert Set", price: "Rs 200", variant: "Sweet Finish", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-different-types-square-shaped-sweets-with-tea-wooden-tray_181624-36560.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our crowd-favorite dishes that keep our patrons coming back."
|
||||
@@ -241,30 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anil S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25708.jpg",
|
||||
},
|
||||
id: "t1", name: "Anil S.", imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25708.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sunita K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg",
|
||||
},
|
||||
id: "t2", name: "Sunita K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rajesh T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
id: "t3", name: "Rajesh T.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maya R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
},
|
||||
id: "t4", name: "Maya R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Bimal P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg",
|
||||
},
|
||||
id: "t5", name: "Bimal P.", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg"},
|
||||
]}
|
||||
cardTitle="What Customers Say"
|
||||
cardTag="Reviews"
|
||||
@@ -278,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Yes, we offer delivery services throughout Birtamod. Please call 982-3867149 to place an order.",
|
||||
},
|
||||
id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer delivery services throughout Birtamod. Please call 982-3867149 to place an order."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have traditional seating?",
|
||||
content: "Yes, we have a terrace, regular seating, and traditional Nepali-style floor seating rooms for groups.",
|
||||
},
|
||||
id: "f2", title: "Do you have traditional seating?", content: "Yes, we have a terrace, regular seating, and traditional Nepali-style floor seating rooms for groups."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is your food spicy?",
|
||||
content: "We offer varying levels of spice for our dishes. You can request your preferred spice level when ordering.",
|
||||
},
|
||||
id: "f3", title: "Is your food spicy?", content: "We offer varying levels of spice for our dishes. You can request your preferred spice level when ordering."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our restaurant or menu?"
|
||||
@@ -306,25 +199,14 @@ export default function LandingPage() {
|
||||
description="Located at JXRR+X38, AH2, Birtamod. We are open until 9 PM daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "fullName", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any special requirements?",
|
||||
}}
|
||||
name: "message", placeholder: "Any special requirements?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -334,33 +216,21 @@ export default function LandingPage() {
|
||||
logoText="Thakali Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:9823867149",
|
||||
},
|
||||
label: "Call Us", href: "tel:9823867149"},
|
||||
{
|
||||
label: "Find Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Find Us", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user