Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 07:21:33 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -124,11 +124,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Virgin Mojito", price: "₹120", variant: "Refreshing Beverage", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg", imageAlt: "Virgin Mojito"},
id: "1", name: "Virgin Mojito", price: "₹120", variant: "Refreshing Beverage", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg?_wi=1", imageAlt: "Virgin Mojito"},
{
id: "2", name: "Cold Coffee", price: "₹100", variant: "Creamy & Chilled", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg", imageAlt: "Cold Coffee"},
id: "2", name: "Cold Coffee", price: "₹100", variant: "Creamy & Chilled", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg?_wi=1", imageAlt: "Cold Coffee"},
{
id: "3", name: "Party Platter", price: "₹450", variant: "Sharing for 4-5 People", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg", imageAlt: "Party Platter"},
id: "3", name: "Party Platter", price: "₹450", variant: "Sharing for 4-5 People", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=1", imageAlt: "Party Platter"},
{
id: "4", name: "Paneer Tikka Masala", price: "₹280", variant: "North Indian Specialty", imageSrc: "http://img.b2bpic.net/free-photo/capital-salad-with-peas-table_140725-7657.jpg", imageAlt: "Paneer Tikka Masala"},
{
@@ -166,16 +166,16 @@ export default function LandingPage() {
{
id: 2,
title: "🚗 Drive-Through", description: "Quick and convenient. Order ahead and pick up fresh food without leaving your car. Perfect for busy schedules.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-lime-strawberry-mint-infused-water-cocktail-detox-drink-lemonade-summer-drinks-health-care-concept_114579-4770.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg?_wi=2"},
},
{
id: 3,
title: "📦 No-Contact Delivery", description: "Safe and fast delivery to your doorstep. Order online or call us. We bring Magic Delight to you.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-takeaway-package-with-food-order-businesswoman-working-startup-business-company-office_482257-2375.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=2"},
},
]}
showStepNumbers={true}
@@ -241,7 +241,7 @@ export default function LandingPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg?_wi=3"
imageAlt="Magic Delight Party Platter"
mediaAnimation="slide-up"
mediaPosition="right"