Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-18 04:08:40 +00:00

View File

@@ -52,8 +52,8 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg?_wi=1", imageAlt: "Traditional Nepali Thali" },
{ imageSrc: "http://img.b2bpic.net/free-photo/momos-served-traditional-nepali-plate_1258-293.jpg", imageAlt: "Authentic Nepali Momos" }
{ imageSrc: "https://img.freepik.com/free-photo/nepali-khana-set-local-restaurant-interior_1234-5678.jpg?w=800", imageAlt: "Authentic Nepali thali served at Nanglo Dhulabari" },
{ imageSrc: "https://img.freepik.com/free-photo/friendly-chef-serving-momos-local-customers_1234-5679.jpg?w=800", imageAlt: "Chef serving traditional momos to local guests" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -81,12 +81,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "Buff Momos", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/steaming-momos-bamboo-steamer_1258-201.jpg" },
{ id: "2", name: "Traditional Thakali Khana", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg?_wi=2" },
{ id: "3", name: "Chicken Sekuwa", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-sekuwa_1258-301.jpg" },
{ id: "4", name: "Mixed Vegetable Curry", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-curry-bowl_1258-289.jpg" },
{ id: "5", name: "Aloo Chop", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/aloo-chop-plate_1258-210.jpg" },
{ id: "6", name: "Sel Roti & Curry", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/sel-roti-dish_1258-278.jpg" },
{ id: "1", name: "Buff Momos", price: "$6", imageSrc: "https://img.freepik.com/free-photo/steaming-momos-bamboo-steamer-nepali-style_1234-5680.jpg?w=600" },
{ id: "2", name: "Traditional Thakali Khana", price: "$15", imageSrc: "https://img.freepik.com/free-photo/full-thakali-set-wooden-table_1234-5681.jpg?w=600" },
{ id: "3", name: "Chicken Sekuwa", price: "$10", imageSrc: "https://img.freepik.com/free-photo/grilled-chicken-sekuwa-serving_1234-5682.jpg?w=600" },
{ id: "4", name: "Mixed Vegetable Curry", price: "$8", imageSrc: "https://img.freepik.com/free-photo/vegetable-curry-local-bowl_1234-5683.jpg?w=600" },
{ id: "5", name: "Aloo Chop", price: "$3", imageSrc: "https://img.freepik.com/free-photo/fresh-aloo-chop-plate_1234-5684.jpg?w=600" },
{ id: "6", name: "Sel Roti & Curry", price: "$5", imageSrc: "https://img.freepik.com/free-photo/sel-roti-dish-authentic_1234-5685.jpg?w=600" },
]}
title="Featured Menu Items"
description="Discover our signature Nepali delicacies, prepared with traditional techniques and local spices."
@@ -113,9 +113,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Rita Sharma", role: "Local Resident", company: "Dhulabari", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-nepali-woman-eating-thali_527904-98.jpg" },
{ id: "t2", name: "Raj Karki", role: "Regular Customer", company: "Dhulabari", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-momos_527904-102.jpg" },
{ id: "t3", name: "Sita Limbu", role: "Visitor", company: "Birtamod", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-at-restaurant_527904-105.jpg" },
{ id: "t1", name: "Rita Sharma", role: "Local Resident", company: "Dhulabari", rating: 5, imageSrc: "https://img.freepik.com/free-photo/happy-local-customer-enjoying-meal_1234-5686.jpg?w=400" },
{ id: "t2", name: "Raj Karki", role: "Regular Customer", company: "Dhulabari", rating: 5, imageSrc: "https://img.freepik.com/free-photo/young-man-smiling-after-thakali-lunch_1234-5687.jpg?w=400" },
{ id: "t3", name: "Sita Limbu", role: "Visitor", company: "Birtamod", rating: 5, imageSrc: "https://img.freepik.com/free-photo/family-dining-nanglo-dhulabari_1234-5688.jpg?w=400" },
]}
title="Our Guests Love Us"
description="Hear what our regulars have to say about the authentic experience at Nanglo."
@@ -152,7 +152,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/nepali-masala-tea_527904-90.jpg"
imageSrc="https://img.freepik.com/free-photo/nepali-tea-service-detail_1234-5689.jpg"
logoText="Nanglo Dhulabari"
columns={[
{ title: "Navigate", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}