Update src/app/page.tsx
This commit is contained in:
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-sweets-appetizing-cake-with-lime-bowls-candies-chocolate-chocolate-cream-black-table_140725-111304.jpg", imageAlt: "Indian wedding catering buffet setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg", imageAlt: "Chef decorating an Indian dessert platter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg?_wi=1", imageAlt: "Chef decorating an Indian dessert platter"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Chicken Biryani", price: "$15.99", variant: "Spicy | Mild", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg", imageAlt: "Traditional Chicken Biryani"},
|
||||
id: "p1", name: "Chicken Biryani", price: "$15.99", variant: "Spicy | Mild", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-dish-composition_23-2148821523.jpg?_wi=2", imageAlt: "Traditional Chicken Biryani"},
|
||||
{
|
||||
id: "p2", name: "Butter Chicken", price: "$14.50", variant: "Creamy | Rich", imageSrc: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6240.jpg", imageAlt: "Creamy Butter Chicken with Naan"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user