Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 07:47:38 +00:00

View File

@@ -79,18 +79,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Fresh Ingredients", description: "We source the finest local and premium ingredients to ensure every dish is prepared with quality and care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg", imageAlt: "Fresh ingredients" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg", imageAlt: "Prepared dishes" }
title: "Fresh Ingredients", description: "We source the finest local and premium ingredients to ensure every dish is prepared with quality and care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg?_wi=1", imageAlt: "Fresh ingredients" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg?_wi=1", imageAlt: "Prepared dishes" }
},
{
id: 2,
title: "Family Friendly", description: "Perfect for families, couples, and friends. Comfortable seating, warm ambiance, and excellent service for all occasions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg", imageAlt: "Family dining" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg", imageAlt: "Restaurant ambiance" }
title: "Family Friendly", description: "Perfect for families, couples, and friends. Comfortable seating, warm ambiance, and excellent service for all occasions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg?_wi=2", imageAlt: "Family dining" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg?_wi=1", imageAlt: "Restaurant ambiance" }
},
{
id: 3,
title: "Late Night Dining", description: "Craving delicious food after hours? We're open until midnight, perfect for late-night meals and gatherings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg", imageAlt: "Night service" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg", imageAlt: "Late night menu" }
title: "Late Night Dining", description: "Craving delicious food after hours? We're open until midnight, perfect for late-night meals and gatherings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg?_wi=2", imageAlt: "Night service" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg?_wi=2", imageAlt: "Late night menu" }
}
]}
showStepNumbers={true}
@@ -106,16 +106,16 @@ export default function LandingPage() {
description="Explore our most loved dishes crafted with passion and authentic recipes."
products={[
{
id: "1", name: "Butter Chicken Masala", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg", imageAlt: "Butter Chicken Masala", initialQuantity: 1
id: "1", name: "Butter Chicken Masala", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg?_wi=3", imageAlt: "Butter Chicken Masala", initialQuantity: 1
},
{
id: "2", name: "Paneer Tikka Masala", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg", imageAlt: "Paneer Tikka Masala", initialQuantity: 1
id: "2", name: "Paneer Tikka Masala", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg?_wi=3", imageAlt: "Paneer Tikka Masala", initialQuantity: 1
},
{
id: "3", name: "Biryani Special", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg", imageAlt: "Biryani Special", initialQuantity: 1
id: "3", name: "Biryani Special", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11829.jpg?_wi=3", imageAlt: "Biryani Special", initialQuantity: 1
},
{
id: "4", name: "Tandoori Chicken", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg", imageAlt: "Tandoori Chicken", initialQuantity: 1
id: "4", name: "Tandoori Chicken", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-salad-with-herbs-tomato-sauce_114579-2187.jpg?_wi=4", imageAlt: "Tandoori Chicken", initialQuantity: 1
}
]}
gridVariant="four-items-2x2-equal-grid"