Merge version_1 into main #2
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-bowl-chinese-seafood-noodles-with-sesame_140725-662.jpg"
|
||||
imageAlt="Appetizing fried rice with smoky wok flavor"
|
||||
mediaAnimation="slide-up"
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Makandihungr hero section with fried rice"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,16 +69,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "nasi-goreng-l", name: "Nasi Goreng L", price: "Rp 18.000", variant: "Large Portion", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=1", imageAlt: "Large fried rice portion"
|
||||
id: "nasi-goreng-l", name: "Nasi Goreng L", price: "Rp 18.000", variant: "Large Portion", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Large fried rice portion"
|
||||
},
|
||||
{
|
||||
id: "nasi-goreng-xl", name: "Nasi Goreng XL", price: "Rp 21.000", variant: "Extra Large Portion", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=2", imageAlt: "Extra large fried rice portion"
|
||||
id: "nasi-goreng-xl", name: "Nasi Goreng XL", price: "Rp 21.000", variant: "Extra Large Portion", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Extra large fried rice portion"
|
||||
},
|
||||
{
|
||||
id: "nasgor-kecombrang", name: "Nasgor Kecombrang", price: "Rp 22.000", variant: "Special Blend", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=3", imageAlt: "Fried rice with special kecombrang blend"
|
||||
id: "nasgor-kecombrang", name: "Nasgor Kecombrang", price: "Rp 22.000", variant: "Special Blend", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Fried rice with special kecombrang blend"
|
||||
},
|
||||
{
|
||||
id: "nasgor-basmati", name: "Nasgor Basmati", price: "Rp 30.000", variant: "Premium Rice", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=4", imageAlt: "Premium basmati fried rice"
|
||||
id: "nasgor-basmati", name: "Nasgor Basmati", price: "Rp 30.000", variant: "Premium Rice", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Premium basmati fried rice"
|
||||
},
|
||||
{
|
||||
id: "kwetiau", name: "Kwetiau", price: "Rp 22.000", variant: "Smoky Wok", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-restaurant_7939-2013.jpg", imageAlt: "Smoky wok kwetiau noodles"
|
||||
@@ -87,13 +87,13 @@ export default function LandingPage() {
|
||||
id: "mie-goreng", name: "Mie Goreng", price: "Rp 21.000", variant: "Crispy Noodles", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-meat-noodles-plate-marble-background_114579-46316.jpg", imageAlt: "Crispy fried noodles"
|
||||
},
|
||||
{
|
||||
id: "chicken-katsu", name: "Chicken Katsu Topping", price: "+ Rp 7.000", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=5", imageAlt: "Chicken katsu topping"
|
||||
id: "chicken-katsu", name: "Chicken Katsu Topping", price: "+ Rp 7.000", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Chicken katsu topping"
|
||||
},
|
||||
{
|
||||
id: "chicken-pop", name: "Chicken Pop Topping", price: "+ Rp 6.000", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=6", imageAlt: "Chicken pop topping"
|
||||
id: "chicken-pop", name: "Chicken Pop Topping", price: "+ Rp 6.000", variant: "Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Chicken pop topping"
|
||||
},
|
||||
{
|
||||
id: "beef-wagyu", name: "Beef Wagyu Topping", price: "+ Rp 15.000", variant: "Premium Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg?_wi=7", imageAlt: "Beef wagyu topping"
|
||||
id: "beef-wagyu", name: "Beef Wagyu Topping", price: "+ Rp 15.000", variant: "Premium Add-on", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-crispy-gourami-fish_1339-7980.jpg", imageAlt: "Beef wagyu topping"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Budi Santoso", role: "Office Worker", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-stylish-guy-with-tattoos-posing-apartment-balcony_74855-2711.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-stylish-guy-with-tattoos-posing-apartment-balcony_74855-2711.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", role: "Marketing Manager", company: "Creative Agency", rating: 5,
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", name: "Maya Purnama", role: "Freelancer", company: "Creative Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-stylish-guy-with-tattoos-posing-apartment-balcony_74855-2711.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-stylish-guy-with-tattoos-posing-apartment-balcony_74855-2711.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user