diff --git a/src/app/page.tsx b/src/app/page.tsx index 89f73b8..c23f488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ const dashboardData = { { title: "Since", values: ["2015", "2016", "2017"], description: "Serving with passion"}, - ], + ] as [{ title: string; values: string[]; description: string }, { title: string; values: string[]; description: string }, { title: string; values: string[]; description: string }], chartTitle: "Customer Satisfaction", chartData: [ { value: 95 }, { value: 88 }, @@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2"}, + 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"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg"}, }, { 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?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg"}, }, ]} 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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg" imageAlt="Magic Delight Party Platter" mediaAnimation="slide-up" mediaPosition="right"