Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:40:41 +00:00
parent 1fe7b46d47
commit accd9803ee

View File

@@ -61,8 +61,8 @@ export default function LandingPage() {
]}
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/top-view-tasty-sandwich-with-orange-rusks-blue-desk_140725-29926.jpg", imageAlt: "Veg cheese sandwich" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-bbq_74190-716.jpg", imageAlt: "Paneer masala grilled" }
{ 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" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/education-women-lifestyle-concept-portrait-tender-hipster-girl-walking-alone-city-looking-romantic-happy-smiling-camera-lean-building-drinking-ice-latte-coffee_197531-30592.jpg", alt: "Customer 1" },
@@ -111,8 +111,8 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
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", 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", imageAlt: "Paneer Masala Grilled" },
{ 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" }
]}