Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b71aafa72d | |||
| debd4dd5d1 | |||
| 5f5357b04e | |||
| ce4fb6cb51 |
@@ -39,6 +39,46 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
title="Our Menu"
|
||||
description="Explore our complete menu of authentic Vietnamese dishes"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Appetizers", name: "Crispy Spring Rolls", price: "$8.95", rating: 5,
|
||||
reviewCount: "230+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmpccHVVgjqlVPzkKKzcHzCvLp/uploaded-1773209513034-h49p5hy4.png", imageAlt: "Crispy Vietnamese spring rolls with dipping sauce"
|
||||
},
|
||||
{
|
||||
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?_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?_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?_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?_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?_wi=2", imageAlt: "Refreshing Vietnamese lemongrass tea served hot or cold"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "https://example.com/order" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="VIETMIX"
|
||||
@@ -81,19 +121,19 @@ 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={[
|
||||
{ text: "See Full Menu", href: "https://example.com/menu" }
|
||||
{ text: "See Full Menu", href: "#menu" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user