Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 01:47:43 +00:00

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Brain Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg?_wi=1", imageAlt: "Brain curry - customer favorite"},
id: "1", name: "Brain Curry", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg", imageAlt: "Brain curry - customer favorite"},
{
id: "2", name: "Butter Chicken", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189816.jpg", imageAlt: "Creamy butter chicken"},
{
@@ -121,7 +121,7 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Flavors", title: "Authentic Punjabi Taste", subtitle: "Bold & Traditional", description: "Known locally for rich North Indian gravies and tandoori dishes prepared with traditional recipes passed down through generations. Every spice blend tells the story of Punjabi culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg?_wi=2", imageAlt: "Authentic Punjabi dish", buttons: [],
tag: "Flavors", title: "Authentic Punjabi Taste", subtitle: "Bold & Traditional", description: "Known locally for rich North Indian gravies and tandoori dishes prepared with traditional recipes passed down through generations. Every spice blend tells the story of Punjabi culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-bread-vegetables_140725-2144.jpg", imageAlt: "Authentic Punjabi dish", buttons: [],
},
{
id: 2,
@@ -175,7 +175,7 @@ export default function LandingPage() {
{
id: "4", value: "Reservations Available", description: "Book your table for special occasions"},
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}