Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 15:10:21 +00:00

View File

@@ -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: "Events",
id: "events",
},
name: "Events", id: "events"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="The Cage"
/>
@@ -59,65 +49,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Kathmandus Favorite Hangout Spot"
description="Great food. Better vibes. A taste youll remember."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
alt: "Happy customer at restaurant portrait",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Happy customer at restaurant portrait"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg",
alt: "Happy customer at restaurant portrait",
},
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", alt: "Happy customer at restaurant portrait"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
alt: "Happy customer at restaurant portrait",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", alt: "Happy customer at restaurant portrait"},
{
src: "http://img.b2bpic.net/free-photo/friends-private-party_23-2147644272.jpg",
alt: "Friends at private party",
},
src: "http://img.b2bpic.net/free-photo/friends-private-party_23-2147644272.jpg", alt: "Friends at private party"},
{
src: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551551.jpg",
alt: "People having fun at vibrant techno music party",
},
src: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551551.jpg", alt: "People having fun at vibrant techno music party"},
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
]}
marqueeItems={[
{
type: "text",
text: "Open Daily 12PM - 2AM",
type: "text", text: "Open Daily 12PM - 2AM"},
{
type: "text-icon", text: "Live Music Nights", icon: Music,
},
{
type: "text-icon",
text: "Live Music Nights",
icon: Music,
type: "text", text: "Signature Cocktails"},
{
type: "text-icon", text: "Dhapasi Location", icon: MapPin,
},
{
type: "text",
text: "Signature Cocktails",
},
{
type: "text-icon",
text: "Dhapasi Location",
icon: MapPin,
},
{
type: "text",
text: "Book Your Party Now",
},
type: "text", text: "Book Your Party Now"},
]}
/>
</div>
@@ -127,10 +92,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About The Cage"
description={[
"Located in the heart of Dhapasi, Toha, The Cage is more than just a restro-bar—its where the city comes to unwind.",
"Whether you are celebrating a milestone or just hanging out after a long day, we bring the best food and vibes to Kathmandu.",
"Our casual dining space is designed for friendship, laughter, and creating memories.",
]}
"Located in the heart of Dhapasi, Toha, The Cage is more than just a restro-bar—its where the city comes to unwind.", "Whether you are celebrating a milestone or just hanging out after a long day, we bring the best food and vibes to Kathmandu.", "Our casual dining space is designed for friendship, laughter, and creating memories."]}
/>
</div>
@@ -142,59 +104,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Snack",
name: "Momo Platter",
price: "Rs. 450",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/sutlach-turkish-milk-pudding-desserts_140725-10767.jpg",
},
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sutlach-turkish-milk-pudding-desserts_140725-10767.jpg"},
{
id: "2",
brand: "Main",
name: "Chili Chicken",
price: "Rs. 600",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/two-pottery-bowles-with-pie-rice-inside_114579-2467.jpg",
},
id: "2", brand: "Main", name: "Chili Chicken", price: "Rs. 600", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/two-pottery-bowles-with-pie-rice-inside_114579-2467.jpg"},
{
id: "3",
brand: "Drink",
name: "Cage Special Cocktail",
price: "Rs. 550",
rating: 4,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-sake-drink_23-2149706115.jpg",
},
id: "3", brand: "Drink", name: "Cage Special Cocktail", price: "Rs. 550", rating: 4,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-sake-drink_23-2149706115.jpg"},
{
id: "4",
brand: "Snack",
name: "Juicy Burger",
price: "Rs. 500",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-krathon-with-sweet-fish-sauce-thai-snacks_1150-26303.jpg",
},
id: "4", brand: "Snack", name: "Juicy Burger", price: "Rs. 500", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/sweet-krathon-with-sweet-fish-sauce-thai-snacks_1150-26303.jpg"},
{
id: "5",
brand: "Drink",
name: "Draft Beer",
price: "Rs. 400",
rating: 4,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370369.jpg",
},
id: "5", brand: "Drink", name: "Draft Beer", price: "Rs. 400", rating: 4,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370369.jpg"},
{
id: "6",
brand: "Snack",
name: "French Fries",
price: "Rs. 250",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-fried-gyurza_140725-1076.jpg",
},
id: "6", brand: "Snack", name: "French Fries", price: "Rs. 250", rating: 4,
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-fried-gyurza_140725-1076.jpg"},
]}
title="Our Signature Menu"
description="From local favorites to bold global flavors, there's something for everyone at The Cage."
@@ -208,26 +134,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "e1",
title: "Birthday Parties",
description: "Make your special day unforgettable with our dedicated party zones.",
tag: "Celebrate",
imageSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg",
},
id: "e1", title: "Birthday Parties", description: "Make your special day unforgettable with our dedicated party zones.", tag: "Celebrate", imageSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg"},
{
id: "e2",
title: "Group Hangouts",
description: "Spacious seating arrangements designed for large groups of friends.",
tag: "Social",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-sitting-with-beer_23-2148872464.jpg",
},
id: "e2", title: "Group Hangouts", description: "Spacious seating arrangements designed for large groups of friends.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-sitting-with-beer_23-2148872464.jpg"},
{
id: "e3",
title: "Live Music",
description: "Experience local talent performing live on select weekend nights.",
tag: "Nightlife",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-coffee-terrace_23-2148263241.jpg",
},
id: "e3", title: "Live Music", description: "Experience local talent performing live on select weekend nights.", tag: "Nightlife", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-coffee-terrace_23-2148263241.jpg"},
]}
title="Celebrations & Events"
description="Hosting a party? The Cage is the perfect venue for birthdays, group hangouts, and live music nights."
@@ -239,14 +150,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Lively Nights",
"Delicious Food",
"Great Friends",
"Birthday Vibes",
"Signature Cocktails",
"Casual Evenings",
"Kathmandu Nights",
]}
"Lively Nights", "Delicious Food", "Great Friends", "Birthday Vibes", "Signature Cocktails", "Casual Evenings", "Kathmandu Nights"]}
title="Vibe Gallery"
description="Catch a glimpse of the energy at The Cage."
/>
@@ -254,44 +158,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Anil K.",
handle: "@anilktm",
testimonial: "The best place to hang out in Dhapasi. The momo platter is to die for!",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12708.jpg",
},
id: "1", name: "Anil K.", handle: "@anilktm", testimonial: "The best place to hang out in Dhapasi. The momo platter is to die for!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12708.jpg"},
{
id: "2",
name: "Sarah R.",
handle: "@sarahr",
testimonial: "Vibes are incredible! Perfect for group celebrations.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
},
id: "2", name: "Sarah R.", handle: "@sarahr", testimonial: "Vibes are incredible! Perfect for group celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
{
id: "3",
name: "Bimal T.",
handle: "@bimalt",
testimonial: "Loved the cocktails and the music selection. Will definitely come back.",
imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-woman-look-camera-with-cup-coffee_197531-33565.jpg",
},
id: "3", name: "Bimal T.", handle: "@bimalt", testimonial: "Loved the cocktails and the music selection. Will definitely come back.", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-woman-look-camera-with-cup-coffee_197531-33565.jpg"},
{
id: "4",
name: "Sunita P.",
handle: "@sunitap",
testimonial: "Great atmosphere for birthday parties.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
},
id: "4", name: "Sunita P.", handle: "@sunitap", testimonial: "Great atmosphere for birthday parties.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg"},
{
id: "5",
name: "Kiran S.",
handle: "@kirans",
testimonial: "My new favorite neighborhood spot.",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
},
id: "5", name: "Kiran S.", handle: "@kirans", testimonial: "My new favorite neighborhood spot.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"},
]}
title="What Guests Say"
description="See why we're the go-to spot in Toha, Kathmandu."
@@ -305,25 +185,14 @@ export default function LandingPage() {
description="Located in Toha, Ward 4, near Dhapasi Heights. Reach out for reservations or event inquiries."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
name: "email", type: "email", placeholder: "Email Address"},
{
name: "phone",
type: "tel",
placeholder: "+977 - XXXXXXX",
},
name: "phone", type: "tel", placeholder: "+977 - XXXXXXX"},
]}
textarea={{
name: "message",
placeholder: "Your message or event details...",
}}
name: "message", placeholder: "Your message or event details..."}}
imageSrc="http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg"
/>
</div>
@@ -334,37 +203,25 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
items: [
{
label: "Events",
href: "#events",
},
label: "Events", href: "#events"},
{
label: "Book Now",
href: "#contact",
},
label: "Book Now", href: "#contact"},
],
},
{
items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}