Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/best-friends-coffee-shop_329181-8510.jpg", imageAlt: "Students hangout vibe" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-delicious-coffee-decorated-with-cacao-blue-cloth_114579-85826.jpg", imageAlt: "Premium thick cold coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-delicious-coffee-decorated-with-cacao-blue-cloth_114579-85826.jpg?_wi=2", imageAlt: "Premium thick cold coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-orange-rusks-blue-desk_140725-29926.jpg?_wi=1", imageAlt: "Veg cheese sandwich" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-bbq_74190-716.jpg?_wi=1", imageAlt: "Paneer masala grilled" }
|
||||
]}
|
||||
@@ -113,8 +113,8 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "veg-cheese-sandwich", name: "Veg Cheese Sandwich", price: "₹80", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-orange-rusks-blue-desk_140725-29926.jpg?_wi=2", imageAlt: "Veg Cheese Sandwich" },
|
||||
{ id: "paneer-masala", name: "Paneer Masala Grilled", price: "₹120", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chicken-bbq_74190-716.jpg?_wi=2", imageAlt: "Paneer Masala Grilled" },
|
||||
{ id: "thick-cold-coffee", name: "Thick Cold Coffee", price: "₹100", variant: "Fan Favorite", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-coffee-with-whipped-cream-marble-surface_114579-50303.jpg", imageAlt: "Thick Cold Coffee" },
|
||||
{ id: "cheese-chili-toastie", name: "Cheese Chili Toastie", price: "₹110", variant: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/fried-toasts-with-fresh-red-cherry-tomatoes-placed-marble-table_2831-8304.jpg", imageAlt: "Cheese Chili Toastie" }
|
||||
{ id: "thick-cold-coffee", name: "Thick Cold Coffee", price: "₹100", variant: "Fan Favorite", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-coffee-with-whipped-cream-marble-surface_114579-50303.jpg?_wi=3", imageAlt: "Thick Cold Coffee" },
|
||||
{ id: "cheese-chili-toastie", name: "Cheese Chili Toastie", price: "₹110", variant: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/fried-toasts-with-fresh-red-cherry-tomatoes-placed-marble-table_2831-8304.jpg?_wi=2", imageAlt: "Cheese Chili Toastie" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user