Merge version_1 into main #1
234
src/app/page.tsx
234
src/app/page.tsx
@@ -31,23 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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="Kyizom"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,103 +48,58 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Tibetan Flavors with a View"
|
||||
description="Experience the warmth of home-style Tibetan cooking nestled in the heart of Dharamshala. Cozy vibes, mountain views, and unforgettable flavors await."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul V.",
|
||||
handle: "@traveler",
|
||||
testimonial: "The best momos in McLeodganj, and the mountain view is unbeatable!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-delicious-food-board_23-2149272752.jpg",
|
||||
},
|
||||
name: "Rahul V.", handle: "@traveler", testimonial: "The best momos in McLeodganj, and the mountain view is unbeatable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-delicious-food-board_23-2149272752.jpg"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Cozy, home-like atmosphere. The fried aloo momos are a must-try.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@foodie", testimonial: "Cozy, home-like atmosphere. The fried aloo momos are a must-try.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg"},
|
||||
{
|
||||
name: "Vikram P.",
|
||||
handle: "@local",
|
||||
testimonial: "Feels like a second home. Authentic and pure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-portioned-pear-pie-served-tea_141793-2190.jpg",
|
||||
},
|
||||
name: "Vikram P.", handle: "@local", testimonial: "Feels like a second home. Authentic and pure.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-portioned-pear-pie-served-tea_141793-2190.jpg"},
|
||||
{
|
||||
name: "Ananya K.",
|
||||
handle: "@blogger",
|
||||
testimonial: "The thukpa is the perfect comfort food for a chilly evening.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-black-tea-into-cup-his-friend_140725-7034.jpg",
|
||||
},
|
||||
name: "Ananya K.", handle: "@blogger", testimonial: "The thukpa is the perfect comfort food for a chilly evening.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-black-tea-into-cup-his-friend_140725-7034.jpg"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@hiker",
|
||||
testimonial: "Great pitstop after a long trek. The staff is wonderful.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-tea-ceremony-friends-drinking-hot-tea-eating-jam_140725-14250.jpg",
|
||||
},
|
||||
name: "David M.", handle: "@hiker", testimonial: "Great pitstop after a long trek. The staff is wonderful.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-tea-ceremony-friends-drinking-hot-tea-eating-jam_140725-14250.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-with-hat-her-head-standing-near-beach-rocks_23-2148222001.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-with-hat-her-head-standing-near-beach-rocks_23-2148222001.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-sunglasses_23-2148601827.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2148601985.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2148601985.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join over 5,000+ happy mountain travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Prepared",
|
||||
},
|
||||
type: "text", text: "Freshly Prepared"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mountain Views",
|
||||
},
|
||||
type: "text", text: "Mountain Views"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tibetan Tradition",
|
||||
},
|
||||
type: "text", text: "Tibetan Tradition"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pet Friendly",
|
||||
},
|
||||
type: "text", text: "Pet Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Ingredients",
|
||||
},
|
||||
type: "text", text: "Organic Ingredients"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,9 +110,7 @@ export default function LandingPage() {
|
||||
title="A Slice of Tibet in the Himalayas"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,47 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fried Aloo Momos",
|
||||
price: "₹150",
|
||||
variant: "Signature Dish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burrito_23-2148024814.jpg",
|
||||
},
|
||||
id: "1", name: "Fried Aloo Momos", price: "₹150", variant: "Signature Dish", imageSrc: "http://img.b2bpic.net/free-photo/burrito_23-2148024814.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Thukpa",
|
||||
price: "₹220",
|
||||
variant: "Hot Soup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140956.jpg",
|
||||
},
|
||||
id: "2", name: "Chicken Thukpa", price: "₹220", variant: "Hot Soup", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140956.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vegetable Thenthuk",
|
||||
price: "₹200",
|
||||
variant: "Hand-pulled Noodles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg",
|
||||
},
|
||||
id: "3", name: "Vegetable Thenthuk", price: "₹200", variant: "Hand-pulled Noodles", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Steamed Pork Momos",
|
||||
price: "₹180",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg",
|
||||
},
|
||||
id: "4", name: "Steamed Pork Momos", price: "₹180", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Butter Tea",
|
||||
price: "₹80",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79286.jpg",
|
||||
},
|
||||
id: "5", name: "Butter Tea", price: "₹80", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-mushroom-soup-inside-plate-dark-space_140725-79286.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tibetan Thali",
|
||||
price: "₹350",
|
||||
variant: "Full Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-filled-with-noodle-soup-corn-grey-cloth-with-garlic-mushrooms_23-2148320824.jpg",
|
||||
},
|
||||
id: "6", name: "Tibetan Thali", price: "₹350", variant: "Full Meal", imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-filled-with-noodle-soup-corn-grey-cloth-with-garlic-mushrooms_23-2148320824.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Authentic recipes, prepared fresh daily."
|
||||
@@ -230,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mountain View Seating",
|
||||
description: "Relax on our balcony with panoramic views of the Dhauladhar range.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg",
|
||||
},
|
||||
title: "Mountain View Seating", description: "Relax on our balcony with panoramic views of the Dhauladhar range.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg"},
|
||||
{
|
||||
title: "Pet-Friendly",
|
||||
description: "We welcome all furry friends; come meet our rescued pups!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg",
|
||||
},
|
||||
title: "Pet-Friendly", description: "We welcome all furry friends; come meet our rescued pups!", imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg"},
|
||||
{
|
||||
title: "Cooking Classes",
|
||||
description: "Learn the art of folding traditional Tibetan momos with our experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-foggy-sunrise-carpathian-mountains-lovely-summer-landscape-volovets-district-purple-flowers-grassy-meadows-forested-hill-fog_661209-157.jpg",
|
||||
},
|
||||
title: "Cooking Classes", description: "Learn the art of folding traditional Tibetan momos with our experts.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-foggy-sunrise-carpathian-mountains-lovely-summer-landscape-volovets-district-purple-flowers-grassy-meadows-forested-hill-fog_661209-157.jpg"},
|
||||
]}
|
||||
title="More Than Just A Meal"
|
||||
description="We offer a unique experience centered around comfort and nature."
|
||||
@@ -255,30 +162,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Customer 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg",
|
||||
},
|
||||
id: "1", name: "Customer 1", imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Customer 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954849.jpg",
|
||||
},
|
||||
id: "2", name: "Customer 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954849.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Customer 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-eating-donuts-home_1301-3824.jpg",
|
||||
},
|
||||
id: "3", name: "Customer 3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-eating-donuts-home_1301-3824.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Customer 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
},
|
||||
id: "4", name: "Customer 4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Customer 5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663839.jpg",
|
||||
},
|
||||
id: "5", name: "Customer 5", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663839.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Reviews"
|
||||
@@ -291,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your hours?",
|
||||
content: "Open daily until 10:00 PM.",
|
||||
},
|
||||
id: "1", title: "What are your hours?", content: "Open daily until 10:00 PM."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is parking available?",
|
||||
content: "Street parking is available near Jogiwara Rd.",
|
||||
},
|
||||
id: "2", title: "Is parking available?", content: "Street parking is available near Jogiwara Rd."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you pet friendly?",
|
||||
content: "Yes, we are very pet-friendly!",
|
||||
},
|
||||
id: "3", title: "Are you pet friendly?", content: "Yes, we are very pet-friendly!"},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -315,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="Jogiwara Rd, near Illiterati Cafe, Dharamshala. Call us: 086793 49054."
|
||||
@@ -327,29 +209,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Momos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Momos", href: "#menu"},
|
||||
{
|
||||
label: "Thukpa",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Thukpa", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Directions", href: "#contact"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Hours", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user