Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/view-delicious-pasta-plate_23-2150937397.jpg" },
|
||||
{ id: "2", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg" },
|
||||
{ id: "2", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg?_wi=1" },
|
||||
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/classic-cheeseburger-with-fries-table_23-2148247844.jpg" },
|
||||
{ id: "4", imageSrc: "https://img.b2bpic.net/free-photo/close-up-various-indian-food-served_23-2149591963.jpg" },
|
||||
{ id: "5", imageSrc: "https://img.b2bpic.net/free-photo/tasty-burger-with-chicken-sauce-cheese_140725-5603.jpg" },
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Gourmet Burger", price: "Rs. 850", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg" },
|
||||
{ id: "p1", name: "Gourmet Burger", price: "Rs. 850", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Spicy Chicken", price: "Rs. 700", imageSrc: "https://img.b2bpic.net/free-photo/fried-chicken-wings-barbecue-sauce-with-spicy-honey-lemon-garnish-sesame-seeds_123827-23000.jpg" },
|
||||
{ id: "p3", name: "Fresh Caesar Salad", price: "Rs. 550", imageSrc: "https://img.b2bpic.net/free-photo/fresh-caesar-salad-with-grilled-chicken-parmesan-cheese_23-2151044458.jpg" },
|
||||
{ id: "p4", name: "Artisan Pizza", price: "Rs. 1200", imageSrc: "https://img.b2bpic.net/free-photo/delicious-freshly-baked-pizza-cutting-board_114579-2465.jpg" }
|
||||
|
||||
Reference in New Issue
Block a user