Update src/app/page.tsx

This commit is contained in:
2026-03-15 18:03:50 +00:00
parent 49df89aa8c
commit 778ad8a4d7

View File

@@ -110,22 +110,22 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "breads", name: "Fresh Breads", price: "₹40-80", variant: "Daily Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pie-with-multiple-ingredients-wooden-cutting-board_114579-33990.jpg", imageAlt: "Fresh baked breads variety"
id: "breads", name: "Fresh Breads", price: "", variant: "Daily Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pie-with-multiple-ingredients-wooden-cutting-board_114579-33990.jpg", imageAlt: "Fresh baked breads variety"
},
{
id: "cakes", name: "Celebration Cakes", price: "₹300-800", variant: "Custom Orders", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015948.jpg", imageAlt: "Beautiful celebration cakes"
id: "cakes", name: "Celebration Cakes", price: "", variant: "Custom Orders", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015948.jpg", imageAlt: "Beautiful celebration cakes"
},
{
id: "puffs", name: "Puffs & Rolls", price: "₹20-50", variant: "Hot & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg?_wi=1", imageAlt: "Golden crispy puffs"
id: "puffs", name: "Puffs & Rolls", price: "", variant: "Hot & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg?_wi=1", imageAlt: "Golden crispy puffs"
},
{
id: "cookies", name: "Cookies & Biscuits", price: "₹30-60", variant: "Homemade", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-with-sweet-cakes-fruits-dark-surface-sweet-cake-dessert_140725-82020.jpg", imageAlt: "Fresh baked cookies variety"
id: "cookies", name: "Cookies & Biscuits", price: "", variant: "Homemade", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-pancakes-with-sweet-cakes-fruits-dark-surface-sweet-cake-dessert_140725-82020.jpg", imageAlt: "Fresh baked cookies variety"
},
{
id: "pastries", name: "Pastries", price: "₹50-100", variant: "Assorted", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg", imageAlt: "Fresh pastries display"
id: "pastries", name: "Pastries", price: "", variant: "Assorted", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg", imageAlt: "Fresh pastries display"
},
{
id: "snacks", name: "Daily Snacks", price: "₹15-40", variant: "Quick Bites", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg?_wi=2", imageAlt: "Quick snack options"
id: "snacks", name: "Daily Snacks", price: "", variant: "Quick Bites", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg?_wi=2", imageAlt: "Quick snack options"
}
]}
textboxLayout="default"