Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-09 11:20:37 +00:00

View File

@@ -154,17 +154,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Dynamite Chicken", price: "Rs 1,500", variant: "Spicy & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", imageAlt: "Dynamite Chicken"},
id: "p1", name: "Dynamite Chicken", variant: "Spicy & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/roasted-crispy-pawns-taken-with-fork_114579-3710.jpg", imageAlt: "Dynamite Chicken"},
{
id: "p2", name: "Kung Pao Chicken", price: "Rs 1,200", variant: "Classic Szechuan", imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", imageAlt: "Kung Pao Chicken"},
id: "p2", name: "Kung Pao Chicken", variant: "Classic Szechuan", imageSrc: "http://img.b2bpic.net/free-photo/empanadas-with-sauce-it-decorated-with-lettuce-served-white-flat-plate_181624-32261.jpg", imageAlt: "Kung Pao Chicken"},
{
id: "p3", name: "Stuffed Chicken", price: "Rs 1,800", variant: "Creamy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", imageAlt: "Stuffed Chicken"},
id: "p3", name: "Stuffed Chicken", variant: "Creamy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-marinated-with-honey-mustard-sauce-holiday-recipe-food-photography_53876-106065.jpg", imageAlt: "Stuffed Chicken"},
{
id: "p4", name: "Sweet & Sour Chicken", price: "Rs 1,100", variant: "Tangy & Delightful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", imageAlt: "Sweet & Sour Chicken"},
id: "p4", name: "Sweet & Sour Chicken", variant: "Tangy & Delightful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-spicy-chicken-soup_140725-135240.jpg", imageAlt: "Sweet & Sour Chicken"},
{
id: "p5", name: "Beef & Broccoli Noodles", price: "Rs 1,600", variant: "Hearty Stir-fry", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", imageAlt: "Beef & Broccoli Noodles"},
id: "p5", name: "Beef & Broccoli Noodles", variant: "Hearty Stir-fry", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13733.jpg", imageAlt: "Beef & Broccoli Noodles"},
{
id: "p6", name: "Spicy Tuna Roll", price: "Rs 900", variant: "Fresh Sushi", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", imageAlt: "Spicy Tuna Roll"},
id: "p6", name: "Spicy Tuna Roll", variant: "Fresh Sushi", imageSrc: "http://img.b2bpic.net/free-photo/california-roll-sushi-maki_74190-2478.jpg", imageAlt: "Spicy Tuna Roll"},
]}
title="Our Signature Dishes"
description="Explore a selection of our most popular and beloved Asian dishes, crafted with authentic recipes and fresh ingredients."
@@ -216,7 +216,7 @@ export default function LandingPage() {
{
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, our menu includes a variety of vegetarian and vegan-friendly dishes. Please ask our staff for recommendations or dietary modifications."},
{
id: "faq3", title: "Can I make a reservation?", content: "Yes, we highly recommend making reservations, especially during peak hours. You can call us directly at +92 321 0001112 or use our contact form below."},
id: "faq3", title: "Can I make a reservation?", content: "Yes, we highly recommend making reservations, especially during peak hours. You can call us directly at 03210001112 or use our contact form below."},
{
id: "faq4", title: "Do you have Wi-Fi available?", content: "Yes, complimentary Wi-Fi is available for all our dine-in customers. Please ask a staff member for the password."},
{
@@ -275,9 +275,9 @@ export default function LandingPage() {
{
title: "Connect", items: [
{
label: "Facebook", href: "#"},
label: "Facebook", href: "https://www.facebook.com/cafejanoshi/"},
{
label: "Instagram", href: "#"},
label: "Instagram", href: "https://www.instagram.com/cafejanoshi/?hl=en"},
{
label: "Google Maps", href: "https://www.google.com/maps/place/Cafe+Janoshi"},
{
@@ -300,4 +300,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}