diff --git a/src/app/page.tsx b/src/app/page.tsx index 39baf32..4a37f22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { { text: "Visit Us Today", href: "contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-wooden-board_23-2148768239.jpg", imageAlt: "Fresh bánh mì with herbs and vegetables" }, - { imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg", imageAlt: "BBQ pork bánh mì sandwich" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg", imageAlt: "Roasted chicken bánh mì" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-wooden-board_23-2148768239.jpg?_wi=1", imageAlt: "Fresh bánh mì with herbs and vegetables" }, + { imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg?_wi=1", imageAlt: "BBQ pork bánh mì sandwich" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg?_wi=1", imageAlt: "Roasted chicken bánh mì" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -80,12 +80,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "bbq-pork", name: "BBQ Pork Bánh Mì", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg", imageAlt: "BBQ pork bánh mì", initialQuantity: 1 }, + { id: "bbq-pork", name: "BBQ Pork Bánh Mì", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16604.jpg?_wi=2", imageAlt: "BBQ pork bánh mì", initialQuantity: 1 }, { id: "meatball", name: "Meatball Bánh Mì", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sandwiches-with-cream-cheese-tomatoes_23-2148749072.jpg", imageAlt: "Savory meatball bánh mì", initialQuantity: 1 }, - { id: "chicken", name: "Roasted Chicken Bánh Mì", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg", imageAlt: "Roasted chicken bánh mì", initialQuantity: 1 }, + { id: "chicken", name: "Roasted Chicken Bánh Mì", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg?_wi=2", imageAlt: "Roasted chicken bánh mì", initialQuantity: 1 }, { id: "tofu", name: "Tofu Bánh Mì", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-greenary_23-2148454708.jpg", imageAlt: "Crispy tofu bánh mì", initialQuantity: 1 }, { id: "coffee", name: "Vietnamese Iced Coffee", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-nuts-bamboo-mat_23-2148230502.jpg", imageAlt: "Strong Vietnamese iced coffee", initialQuantity: 1 }, - { id: "combo", name: "Bánh Mì + Coffee Combo", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-wooden-board_23-2148768239.jpg", imageAlt: "Bánh mì with Vietnamese coffee", initialQuantity: 1 } + { id: "combo", name: "Bánh Mì + Coffee Combo", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hot-dogs-wooden-board_23-2148768239.jpg?_wi=2", imageAlt: "Bánh mì with Vietnamese coffee", initialQuantity: 1 } ]} />