Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 09:18:51 +00:00

View File

@@ -82,11 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Paneer Special Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg", imageAlt: "Paneer Special Curry"},
id: "1", name: "Paneer Special Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg?_wi=1", imageAlt: "Paneer Special Curry"},
{
id: "2", name: "South Indian Dosa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg", imageAlt: "South Indian Dosa"},
id: "2", name: "South Indian Dosa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg?_wi=2", imageAlt: "South Indian Dosa"},
{
id: "3", name: "Vegetable Biryani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg", imageAlt: "Vegetable Biryani"},
id: "3", name: "Vegetable Biryani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-pakistan-foods_23-2148821547.jpg?_wi=3", imageAlt: "Vegetable Biryani"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"