Merge version_1 into main #2
@@ -50,9 +50,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", imageAlt: "Green tomyam soup with fresh ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", imageAlt: "Green tomyam soup with fresh ingredients"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg?_wi=1", imageAlt: "Authentic Thai food stall preparation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg", imageAlt: "Authentic Thai food stall preparation"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -72,9 +74,10 @@ export default function LandingPage() {
|
||||
{ value: "250+", title: "5-star reviews" },
|
||||
{ value: "4.5/5", title: "Google rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg"
|
||||
imageAlt="Ghee Lian stall in Padang Kota Lama"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,13 +94,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Ghee Lian", name: "Green Tomyam Seafood", price: "RM 15-20", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soups-bowls-with-shrimp-chopsticks_23-2148377452.jpg", imageAlt: "Green tomyam with fresh seafood and prawns"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soups-bowls-with-shrimp-chopsticks_23-2148377452.jpg", imageAlt: "Green tomyam with fresh seafood and prawns"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Ghee Lian", name: "Green Tomyam Chicken", price: "RM 12-15", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg", imageAlt: "Green tomyam with tender chicken pieces"},
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg", imageAlt: "Green tomyam with tender chicken pieces"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Ghee Lian", name: "Green Tomyam Mixed", price: "RM 16-18", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21087.jpg", imageAlt: "Green tomyam with mixed seafood and vegetables"},
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21087.jpg", imageAlt: "Green tomyam with mixed seafood and vegetables"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -172,4 +178,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user