Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-02 14:28:23 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
"History",
"Growth",
],
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=1",
},
{
id: "a2",
@@ -95,7 +95,7 @@ export default function LandingPage() {
"Quality",
"Fresh",
],
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=4",
},
]}
/>

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
placeholder: "Your Email",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
"Spicy",
"Authentic",
],
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=3",
},
{
id: "f2",
@@ -98,7 +98,7 @@ export default function LandingPage() {
"Signature",
"Fresh",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=3",
},
]}
/>

View File

@@ -131,7 +131,7 @@ export default function LandingPage() {
price: "RM 12.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=1",
},
{
id: "p2",
@@ -140,7 +140,7 @@ export default function LandingPage() {
price: "RM 11.50",
rating: 5,
reviewCount: "250",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=1",
},
{
id: "p3",
@@ -149,7 +149,7 @@ export default function LandingPage() {
price: "RM 1.50/pc",
rating: 4,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=1",
},
{
id: "p4",
@@ -158,7 +158,7 @@ export default function LandingPage() {
price: "RM 9.00",
rating: 4,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=1",
},
]}
title="Popular Dishes"
@@ -195,31 +195,31 @@ export default function LandingPage() {
id: "ps1",
name: "Claypot Noodle",
price: "RM 13.50",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=2",
},
{
id: "ps2",
name: "Signature Laksa",
price: "RM 12.00",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=2",
},
{
id: "ps3",
name: "Stuffed Tofu",
price: "RM 2.00/pc",
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=2",
},
{
id: "ps4",
name: "Fishball Soup",
price: "RM 9.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=2",
},
{
id: "ps5",
name: "Curry Rice",
price: "RM 10.00",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=3",
},
]}
/>