Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-08 07:27:50 +00:00

View File

@@ -130,13 +130,13 @@ 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"
@@ -180,10 +180,10 @@ 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"
},
},
{
@@ -192,7 +192,7 @@ export default function LandingPage() {
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"
},
},
]}
@@ -266,7 +266,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"