Skip to content

Commit e70192d

Browse files
committed
fix(herbatica-ui): menu, images and icons
1 parent 931efab commit e70192d

56 files changed

Lines changed: 761 additions & 140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
4.9 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import delivery from './doprava.avif'
2+
import products from './produkty.avif'
3+
import returns from './vraceni.avif'
4+
import customers from './zakaznici.avif'
5+
6+
export const BENEFITS = [
7+
{ id: 1, image: delivery, text: "Rýchle dodanie a balenie.", description: "Rychlé a spolehlivé doručení vašich objednávek." },
8+
{ id: 2, image: returns, text: "Garantuje vrátenie peňazí.", description: "Jednoduché a rychlé vracení produktů." },
9+
{ id: 3, image: products, text: "Viac ako 60 vylstných produktov skladom.", description: "Vybrané a kvalitní produkty pro vaše potřeby." },
10+
{ id: 4, image: customers, text: "Preverené tisíckami zákazníkov po celej Európe.", description: "Výborný zážitek z nákupu u nás." }
11+
];
3.79 KB
Binary file not shown.
5 KB
Binary file not shown.
4.68 KB
Binary file not shown.
3.2 KB
Loading
4.35 KB
Loading
5.5 KB
Loading
5.43 KB
Loading
3.2 KB
Loading

0 commit comments

Comments
 (0)