Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 06:13:09 +00:00

View File

@@ -54,23 +54,23 @@ export default function LandingPage() {
},
{
id: "2", brand: "Noodles & Rice", name: "Vietnamese Pho", price: "$13.95", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dinner-chinese-noodle-delicious-lunch_1203-4758.jpg", imageAlt: "Slow-cooked Vietnamese pho with fresh herbs and tender beef"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dinner-chinese-noodle-delicious-lunch_1203-4758.jpg?_wi=1", imageAlt: "Slow-cooked Vietnamese pho with fresh herbs and tender beef"
},
{
id: "3", brand: "Mains", name: "Crispy Chicken with Rice", price: "$14.95", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg", imageAlt: "Golden crispy chicken served with hot rice and fresh salad"
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg?_wi=1", imageAlt: "Golden crispy chicken served with hot rice and fresh salad"
},
{
id: "4", brand: "Rice Bowls", name: "Broken Rice with Grilled Pork", price: "$12.95", rating: 5,
reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg", imageAlt: "Traditional Vietnamese broken rice with perfectly grilled pork"
reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg?_wi=2", imageAlt: "Traditional Vietnamese broken rice with perfectly grilled pork"
},
{
id: "5", brand: "Beverages", name: "Vietnamese Iced Coffee", price: "$6.95", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg", imageAlt: "Strong Vietnamese coffee with condensed milk, bold and refreshing"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg?_wi=1", imageAlt: "Strong Vietnamese coffee with condensed milk, bold and refreshing"
},
{
id: "6", brand: "Beverages", name: "Fresh Lemongrass Tea", price: "$5.95", rating: 5,
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg", imageAlt: "Refreshing Vietnamese lemongrass tea served hot or cold"
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg?_wi=2", imageAlt: "Refreshing Vietnamese lemongrass tea served hot or cold"
}
]}
buttons={[
@@ -121,15 +121,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Vietmix", name: "Vietnamese Pho", price: "$13.95", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dinner-chinese-noodle-delicious-lunch_1203-4758.jpg", imageAlt: "Slow-cooked Vietnamese pho with fresh herbs and tender beef"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/dinner-chinese-noodle-delicious-lunch_1203-4758.jpg?_wi=2", imageAlt: "Slow-cooked Vietnamese pho with fresh herbs and tender beef"
},
{
id: "2", brand: "Vietmix", name: "Crispy Chicken with Rice", price: "$14.95", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg", imageAlt: "Golden crispy chicken served with hot rice and fresh salad"
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21398.jpg?_wi=3", imageAlt: "Golden crispy chicken served with hot rice and fresh salad"
},
{
id: "3", brand: "Vietmix", name: "Vietnamese Iced Coffee", price: "$6.95", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg", imageAlt: "Strong Vietnamese coffee with condensed milk, bold and refreshing"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-with-ice-cream_1220-4091.jpg?_wi=3", imageAlt: "Strong Vietnamese coffee with condensed milk, bold and refreshing"
}
]}
buttons={[