Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:22:08 +00:00

View File

@@ -93,15 +93,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Prime Location", author: "Kankarbagh", description: "Located opposite Indian Oil petrol pump in Kankarbagh Colony, easily accessible and in the heart of the city.", tags: ["Location", "Convenient"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=1"
},
{
id: "2", title: "Rooftop Ambience", author: "Experience", description: "Our exclusive rooftop setting offers breathtaking views and a perfect backdrop for family dinners and celebrations.", tags: ["Dining", "Ambiance"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=2"
},
{
id: "3", title: "Authentic Tandoori", author: "Specialty", description: "Specializing in premium tandoori dishes prepared by our expert chefs using time-honored techniques and fresh ingredients.", tags: ["Cuisine", "Specialty"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=3"
}
]}
/>
@@ -116,12 +116,12 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Veg Seek Kebab" },
{ id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Hara Bhara Kebab" },
{ id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=1", imageAlt: "Veg Seek Kebab" },
{ id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=2", imageAlt: "Hara Bhara Kebab" },
{ id: "3", name: "Paneer Tikka", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg", imageAlt: "Paneer Tikka" },
{ id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Mushroom Tikka" },
{ id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Tikka" },
{ id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Reshmi Kebab" }
{ id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=3", imageAlt: "Mushroom Tikka" },
{ id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=1", imageAlt: "Chicken Tikka" },
{ id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=2", imageAlt: "Chicken Reshmi Kebab" }
]}
buttons={[
{ text: "View Full Menu", href: "#" }