Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f23efebc0 | |||
| 2cc8853256 | |||
| 94484bdc54 | |||
| 7c1321bf9a |
@@ -97,11 +97,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=2"},
|
id: "1", name: "Danina korpica", price: "1.200 RSD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0srw4w3u3sOpr1hcHG2DKzAq/uploaded-1775386592933-v71v3h6r.jpg"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2"},
|
id: "2", name: "Kiseli kupus", price: "850 RSD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0srw4w3u3sOpr1hcHG2DKzAq/uploaded-1775386592933-5vjmbarr.jpg"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2"},
|
id: "3", name: "Bela lučana paprika", price: "750 RSD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bw0srw4w3u3sOpr1hcHG2DKzAq/uploaded-1775386592933-xt44p09l.jpg"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=3"},
|
id: "4", name: "Domaća supa", price: "600 RSD", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg?_wi=3"},
|
||||||
{
|
{
|
||||||
@@ -141,4 +141,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user