Merge version_2 into main #3

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

View File

@@ -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", 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"
},
{
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"
},
{
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"
},
{
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"
}
]}
buttons={[
{ text: "Order Now", href: "https://example.com/order" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="VIETMIX"
@@ -93,7 +133,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "See Full Menu", href: "https://example.com/menu" }
{ text: "See Full Menu", href: "#menu" }
]}
/>
</div>